LogoLogo
Slack communityLog inBook a demo
  • Overview
    • Introduction
    • Quickstart
    • Project structure
    • Adding custom code
    • Capabilities
    • Customer showcase
  • Generators
    • MCP Server
  • Deep dives
    • Customize method names
    • Setup local SDK previews
    • Configure global headers
    • Configure auto-pagination
    • Configure idempotency
    • Filter your endpoints (audiences)
    • Customize your README
    • Retries with Backoff
    • Self-hosted SDKs
  • Reference
    • generators.yml
Slack communityLog inBook a demo
GeneratorsPython

Changelog

May 16, 2024
May 16, 2024

2.2.0

(chore): The generated SDK will now correctly encode deep object query parameters

What’s changed

  • The generated SDK will now correctly encode deep object query parameters. For example, if you have an object {"test": {"nested": "object"}} as a query parameter, we will now encode it as test[nested]=object.
Was this page helpful?
Edit this page
Previous

May 15, 2024

Next
Built with