Postman
For API exploration and testing, download the OpenAPI specification and import it into Postman. This generates a complete collection of API endpoints with example requests and response structures.
Swagger tools
The OpenAPI specification can be used with various code generation tools to create client libraries for your preferred programming language:
- Upload the specification to Swagger Editor
- Use the built-in code generation features, or
- Leverage external tools like: