quotient-im/gtad
Generate Things from API Descriptions
This tool helps C++ developers working with web APIs automatically generate code that handles data exchange. It takes an API specification (like Swagger/OpenAPI) and custom configuration as input, then produces C++ source code for marshalling and unmarshalling data. This means you spend less time manually writing code to convert data between your application and the API.
No commits in the last 6 months.
Use this if you are a C++ developer building an application that interacts with a RESTful API and you want to automate the creation of boilerplate code for data serialization and deserialization.
Not ideal if you are not a C++ developer or if your API specification is not in Swagger/OpenAPI 2.0 format.
Stars
16
Forks
2
Language
C++
License
AGPL-3.0
Category
Last pushed
Jun 10, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/quotient-im/gtad"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yhnavein/swaggie
Tool for generating TypeScript client code for given Swagger API endpoints
grafana/openapi-to-k6
A CLI tool to convert an OpenAPI schema to a TypeScript client to use with k6.
reagento/descanso
A modern and simple way to create clients for REST like APIs
mikestead/openapi-client
Generate ES6 or Typescript service integration code from an OpenAPI 2 spec
verizonconnect/ngx-form-generator
Generate Angular ReactiveForms from OpenAPI documents