Returns options for a client library
GET
/gen/clients/{language}
clients
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
language
string
required
Responses
Modified at 2022-09-11 22:30:38