Yelp / bravado

Bravado is a python client library for Swagger 2.0 services
Other
604 stars 117 forks source link

Mapping operationId with paths and operations #400

Open derekleegh opened 5 years ago

derekleegh commented 5 years ago

Hi, I am wondering if bravado supports the mapping between operationId with the paths and operations?

For example using the https://petstore.swagger.io/v2/swagger.json, the pet.getPetById(petId=111) is same as the url: https://petstore.swagger.io/v2/pet/111

Can we have a function to map this 2 together? so user does not need to know the operationId and by providing the url and we can map it with operationId