Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: https://wso2.org/jira/browse/DOCUMENTATION-6588

...

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.


  1. Open an existing API and choose to edit it. 
  2. Click Edit Source to open the embedded swagger editor.
  3. To generate and download a server stub, click Generate Server and select a server stub from the list.
  4. To generate and download a client SDK, click Generate Client and select a client from the list.

...