This repository has been archived by the owner on Dec 3, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Add support for basic media type encoding #13
Merged
derevnjuk
merged 8 commits into
NeuraLegion:master
from
sixaphone:feat/add_support_for_basic_types
Nov 19, 2019
Merged
Add support for basic media type encoding #13
derevnjuk
merged 8 commits into
NeuraLegion:master
from
sixaphone:feat/add_support_for_basic_types
Nov 19, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
derevnjuk
suggested changes
Nov 13, 2019
derevnjuk
suggested changes
Nov 13, 2019
* Added support for request media types supported in open api definition * Defined method to encode and recurse encode if subencoding is defined * Implemented random key use with faker when retireving content type
* Serialize form data according to har standards * First check path consumes and then global else default * Refactor switch for encoding sample * Small PR changes * Removed console logs
sixaphone
force-pushed
the
feat/add_support_for_basic_types
branch
from
November 15, 2019 09:56
3c8a877
to
33e3ef3
Compare
derevnjuk
suggested changes
Nov 15, 2019
* Removed faker from deps * Swap faker calls with sampler
* Add unit test for every encoded sample functionallity * Added missin EOL characters on multipart and fixed spacing * Reworked encodeProperties method to create new sample object and not mutate * Rework encode sample to use encoded if neede or default sample
derevnjuk
previously approved these changes
Nov 15, 2019
* Split tests into files according to content type * Add more tests for multipart type * Fix multipart encoding bug for objects
derevnjuk
previously approved these changes
Nov 18, 2019
@sixaphone you still need to add support of |
* Added better multipart/form-data conversion * Define header based on form field * Added mutipart/mixin tests * Update mocker lib * Add safety cast to multipart case if encoding is not defined
@sixaphone You didn't update |
🎉 This PR is included in version 0.5.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes #7