Open derekleegh opened 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
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