GribStream Blog
OpenAPI spec and Swagger UI now available
GribStream now provides an OpenAPI spec and Swagger UI so you can generate clients and explore endpoints quickly.
On January 12, 2025, we published an OpenAPI specification and a hosted Swagger UI for easier client generation and API exploration.
What this unlocks
- Client generation: create typed SDKs for Go, Python, TypeScript, and more.
- Interactive exploration: discover endpoints, parameters, and payload shapes from the browser.
- Team alignment: a single contract for integrations and internal tooling.
Suggested uses
- Generate a client and wire it into data pipelines or notebooks.
- Use Swagger UI to quickly test a query before coding it.
- Share the spec with teammates to keep request/response shapes consistent.
