We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deck file openapi2kong
Check: Kong/deck#1422
Test OAS file:
openapi: 3.0.0 info: title: httpbin version: "0.2" /get: get: operationId: /get responses: "200": description: "get: response 200" /post: post: operationId: /post responses: "200": description: "post: response 200" servers: - url: https://httpbin.org
The text was updated successfully, but these errors were encountered:
Prashansa-K
No branches or pull requests
Check: Kong/deck#1422
Test OAS file:
The text was updated successfully, but these errors were encountered: