Yelp / bravado-core

Other
109 stars 98 forks source link

Mapping operationId with paths and operations #312

Open guohaolee opened 5 years ago

guohaolee 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