Skip to main content

Multiple Base URLs Now Supported in GO SDK

· One min read

You can now use multiple base URLs in your API description using the new Server Configuration. This feature allows you to

  • Vary the Base URL between endpoints.
  • Create multiple Environments and define different Base URLs for them.
  • Templatize Base URL to allow for configuration using parameters in the client.

The Server Configuration can be accessed in the editor from

screenshot server configuration

Click here to read the documentation for Server Configuration.