...
The API Publisher has an embedded swagger editor with the ability to generate server code and client SDKs then and there.
Note |
---|
Client SDK and Server Stub generation in API Publisher is only supported for Rest APIs. |
- Open an existing API and choose to edit it.
- Click Edit Source to open the embedded swagger editor.
- To generate and download a server stub, click Generate Server and select a server stub from the list.
- To generate and download a client SDK, click Generate Client and select a client from the list.
...