Swagger Generator
  1. clients
Swagger Generator
  • clients
    • Gets languages supported by the client generator
      GET
    • Returns options for a client library
      GET
    • Generates a client library
      POST
    • Downloads a pre-generated file
      GET
  • servers
    • Gets languages supported by the server generator
      GET
    • Returns options for a server framework
      GET
    • Generates a server library
      POST
  1. clients

Returns options for a client library

GET
/gen/clients/{language}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/gen/clients/'
Response Response Example
{
    "property1": {
        "default": "string",
        "description": "string",
        "enum": {
            "property1": "string",
            "property2": "string"
        },
        "optionName": "string",
        "type": "string"
    },
    "property2": {
        "default": "string",
        "description": "string",
        "enum": {
            "property1": "string",
            "property2": "string"
        },
        "optionName": "string",
        "type": "string"
    }
}

Request

Path Params

Responses

🟢200successful operation
application/json
Body

Modified at 2022-09-11 22:30:38
Previous
Gets languages supported by the client generator
Next
Generates a client library
Built with