Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Feature/multipart serialization #1

Merged
merged 8 commits into from
Mar 1, 2024

Conversation

samwelkanda
Copy link
Contributor

@samwelkanda samwelkanda commented Feb 28, 2024

Adds support for multipart/form-data serialization in Python

Related: microsoft/kiota#3030
Depends on: microsoft/kiota-python#235

@samwelkanda samwelkanda marked this pull request as ready for review February 28, 2024 12:18
"""
temp_writer = self._create_new_writer()

if isinstance(value, MultipartBody):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I'd negate the condition and throw early to avoid the arrow head code style

@samwelkanda samwelkanda merged commit 0e1e8b5 into main Mar 1, 2024
7 of 12 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants