-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement application/x-www-form-urlencoded serialization #26
Conversation
fa74186
to
5067463
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looking great as far as I understand dart! I left a few questions for you
packages/kiota_abstractions/lib/src/extensions/string_extensions.dart
Outdated
Show resolved
Hide resolved
packages/kiota_serialization_form/lib/src/form_serialization_writer.dart
Outdated
Show resolved
Hide resolved
@baywet I may need to add a major rewrite to make all Do we want to move that change into a different PR? Edit: #29 |
b4e6db7
to
9601c1f
Compare
packages/kiota_serialization_form/lib/src/form_serialization_writer_factory.dart
Outdated
Show resolved
Hide resolved
Signed-off-by: Vincent Biret <vibiret@microsoft.com>
…haviour Co-authored-by: Vincent Biret <vibiret@microsoft.com>
4571362
to
56d27f2
Compare
This replaces the EnumRegistry
packages/kiota_serialization_form/lib/src/form_serialization_writer.dart
Show resolved
Hide resolved
…a can generate both deserialization and serialization code for enums
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Fixes #25