4.3.10
(fix):
Pagination correctly uses specified defaults to support custom schemes.
(fix):
Pagination correctly uses specified defaults to support custom schemes.
(fix):
Fix indentation in generated README.md sections to ensure proper formatting and readability.
(fix):
Include content-type headers when available as part of endpoint request generation.
(fix):
Update multipart endpoint generation to propertly omit optional body parameters.
(fix):
Fix README.md and reference.md generation.
(fix):
Update README.md snippet builder to omit invalid snippets during readme config generation.
(fix):
Update shared http_client.py to remove omitted entries during file upload requests.
(feat):
Requests for file download will now allow users to pass in a chunk_size
option that allows them to receive chunks of a specific size
from the resultant iter_bytes
invocation on the response byte stream.
Concretely, a user would leverage the following:
(fix):
The snippet writer now correctly handles base64 strings.
(fix):
The generated README will now have a section that links to the generated
SDK Reference (in reference.md
).