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

Downloads a pre-generated file

GET
/gen/download/{fileId}
clientsservers
A valid fileId is generated by the /clients/{language} or /servers/{language} POST operations. The fileId code can be used just once, after which a new fileId will need to be requested.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/gen/download/'
Response Response Example
{}

Request

Path Params
fileId
string 
required

Responses

🟢200successful operation
application/json
Body
object {0}
Previous
Generates a client library
Next
Gets languages supported by the server generator
Built with