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
We are facing difficulty while using swagger-py on the swagger json of our service. I was following your given example, but i am not totally sure what http://localhost:8088/ari/api-docs/resources.json points to. I suppose that it should be the swagger json, similar to this. But for us, issue starts when the swagger.pycalls in a for loop resource_listing.get('api') and does a load_api_declaration (base_url, api) for all the paths. Here, it tries to call the actual service API. I am not totally sure why hitting the actual service API would be needed and if the swagger json shouldn't be totally sufficient for swagger-py? Am i missing something?
The text was updated successfully, but these errors were encountered:
We are facing difficulty while using swagger-py on the swagger json of our service. I was following your given example, but i am not totally sure what http://localhost:8088/ari/api-docs/resources.json points to. I suppose that it should be the swagger json, similar to this. But for us, issue starts when the
swagger.py
calls in a for loopresource_listing.get('api')
and does aload_api_declaration (base_url, api)
for all thepath
s. Here, it tries to call the actual service API. I am not totally sure why hitting the actual service API would be needed and if the swagger json shouldn't be totally sufficient for swagger-py? Am i missing something?The text was updated successfully, but these errors were encountered: