Swagger Generator
Connector for the swagger-generator API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://generator.swagger.io/api - Auth:
bearer(pass your key via theapiKeyinput)
Operations
clientoptions— GET /gen/clients — Gets languages supported by the client generatorgetclientoptions— GET /gen/clients/{language} — Returns options for a client librarydownloadfile— GET /gen/download/{fileId} — Downloads a pre-generated fileserveroptions— GET /gen/servers — Gets languages supported by the server generatorgetserveroptions— GET /gen/servers/{framework} — Returns options for a server frameworkgenerateclient— POST /gen/clients/{language} — Generates a client library
Inputs
apiKey— your swagger-generator API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: clientoptions
apiKey: <your key>