Generates a client library
POST
/gen/clients/{language}
clients
GeneratorInput
options map for spec location and generation optionsRequest Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST '/api/gen/clients/' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{
"code": "d40029be-eda6-4d62-b1ef-d05e2e91a72a",
"link": "http://generator.swagger.io:80/api/gen/download/d40029be-eda6-4d62-b1ef-d05e2e91a72a"
}
Request
Path Params
language
string
required
Body Params application/json
Responses
Modified at 2022-09-11 22:30:38