apigee2openapi icon indicating copy to clipboard operation
apigee2openapi copied to clipboard

Generated spec does not include common resource end points with different request verb

Open anilpaduchuri opened this issue 6 years ago • 0 comments

apigee2openapi node module is not including resources that are of same with different request verbs. i mean POST : /api/clients , GET : /api/clients . Generated spec contains GET resource skipping POST end point. Please let me know how to handle this scenario .

Create a Client (proxy.pathsuffix MatchesPath "/api/clients") and (request.verb = "POST") Get All Clients (proxy.pathsuffix MatchesPath "/api/clients") and (request.verb = "GET")

anilpaduchuri avatar Jul 26 '18 19:07 anilpaduchuri