You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently you only allow loading OAS contract from a file path, I require loading from a URL such as http://my-api.com/swagger/v1/swagger.json as the contract is dynamically created based on the models in the API.
The text was updated successfully, but these errors were encountered:
For the moment, your best bet is to use an HTTP client download the OAS to the machine where the publish command is running, and then publish it from the file path.
Currently you only allow loading OAS contract from a file path, I require loading from a URL such as
http://my-api.com/swagger/v1/swagger.json
as the contract is dynamically created based on the models in the API.The text was updated successfully, but these errors were encountered: