Skip to content
New issue

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

Swagger support #1236

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Swagger support #1236

wants to merge 5 commits into from

Commits on Aug 10, 2024

  1. Switching from OpenAPIV3Parser to OpenAPIParser to support both Swagg…

    …er 2.x and OpenAPI 3.0.x specs
    harikrishnan83 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    161c3d2 View commit details
    Browse the repository at this point in the history
  2. Fixing tests which are failing because of using OpenAPIParser.readCon…

    …tents instead of OpenAPIParser.readLocation
    harikrishnan83 committed Aug 10, 2024
    Configuration menu
    Copy the full SHA
    2a55f0b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1e3f51 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2024

  1. Configuration menu
    Copy the full SHA
    9bee7a7 View commit details
    Browse the repository at this point in the history
  2. Got tests passing with a swagger 2.0 spec

    - Added a minor fix to how path params are handled
    - Added a basic test for Swagger 2.0
    joelrosario committed Aug 11, 2024
    Configuration menu
    Copy the full SHA
    82ec9ad View commit details
    Browse the repository at this point in the history