Our great sponsors
-
Servant: Not batteries included. Complex but you can generate client functions, documentation, Swagger just from specifying your endpoints. Not that opinionated so you have to figure things out yourself. Only supports a limited set of languages for its client codegen though. Right now it’s Elm and JS. Mercury seems to be working on one to support Kotlin and Swift but it still seems like a WIP.
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
openapi-generator
OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
I just learned about generating clients from Open API 3. It seems like the downside is it doesn't include custom data types; relying solely on primitives. (Better than nothing though)