You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2024. It is now read-only.
* Adds ParameterSerializerBase
* Adds classes that header class needs
* Removes 2 unneeded classes
* Adds Header interface
* Adds header serialization test
* Adds content type detector and serializer, adds ContentHeader
* Adds ContentHeader and test
* Generates headers for responses
* Fixes headers schema import locations
* Fixes case where imported schema class was overwritten
* Adds missing header imports
* Adds header docs
* Adds header deserialization for individual headers only
* Adds header deserialization to header docs, deserialization test added
* Adds missing test helper
* Adds HeadersDeserializer class
* Generates headers deserializer files
* Fixes package name for headers
* Fixes case where imported header collided with the class name
* Fixes test warnings
* Integrates heeaders deserializer in the response deserializer
* Updates HeaderSchema to not collide when they are imprted into responses
* Fixes Headers class names
* Improves conditionals used in file path generation
* Adds responses header schema import
* Integrates headers in sealed responses
* Fixes header integration in responses when response is refed
* Samples and docs regen
* Samples updated
* Sample regen to fix python header path issues
* Python petstore regen
* Python regen with header schema fix
0 commit comments