LogoLogo
Slack communityLog inBook a demo
  • Overview
    • Introduction
    • Quickstart
    • 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)
  • Reference
    • generators.yml
Slack communityLog inBook a demo
GeneratorsJava

Changelog

December 23, 2024
December 23, 2024

2.8.1

(feat): Implement global timeout configuration for generated clients.

1var client = Client.builder()
2 .apiKey("...")
3 .timeout(40)
4 .build();
Was this page helpful?
Previous

December 20, 2024

Next
Built with