More detail on getting_started sample
Opened this issue · 0 comments
prat0318 commented
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 loop resource_listing.get('api')
and does a load_api_declaration (base_url, api)
for all the path
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?