-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Milestone
Description
When making API calls in documentation browser, i.e. Swagger UI, it is desirable to use API Umbrella proxy, e.g. umbrella.apinf.io, for requests.
The API Umbrella proxy URL can be found in config.json (as api_umbrella.base_url)
One approach to this task would be to rewrite the .swagger file, changing the host property to match the api_umbrella.base_url.
Task
- Determine how to change .swagger file to use api_umbrella.base_url for the API Base URL
- Specifically, the
hostin the .swagger file should be set to the same value asapi_umbrella.base_url
- Specifically, the
- Test that API Calls through Swagger UI are being sent to API Umbrella
Reference
Check the Swagger specification for information about the host property.
Related
Related to #76.
Co-pilot: @elnzv
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels