0.12.0
(feat):
Add support for discriminated unions.
(feat):
Add support for discriminated unions.
(feat):
The SDK now supports a bodyProperties
and queryParameters
request option, which can be used to add arbitrary properties to the request. This is useful for interacting with alpha or undocumented functionality.
(feat):
Add automatic pagination support for endpoints that return a paginated response.
Here’s an example of how users can use paginated endpoints:
(fix):
Update the endpoint generator to not require the in-lined request wrapper if it’s only composed of optional properties.
(fix):
Update optional query parameters lists to be generated as an optional array instead of an array of optional values.
(feat):
Add the __toString()
magic method to all generated class types.
(fix):
Improve multiline parameter docs by writing them above the tag, e.g.
(fix):
Updates a variety of properties in the generated composer.json file, including:
memory-limit
to 1G in the analyze
script.(fix):
Handle cross package type name deconfliction
(fix):
Override escaped method names in the generated client.
(feat):
Add support for multipart file uploads.