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

Api endpoint generator #494

Open
wants to merge 24 commits into
base: master
Choose a base branch
from
Open

Api endpoint generator #494

wants to merge 24 commits into from

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    0c4a507 View commit details
    Browse the repository at this point in the history
  2. Added script to generate Endpoint.py file from Path objects in OpenAP…

    …I spec using a Jinja2 template
    shivahari committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    88946af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bfb3cc0 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    738fc15 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Fixed codacy issues

    shivahari committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    146ecb2 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    a929c2d View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. Renamed the Jinja2 template

    shivahari committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    04df072 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68daee9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b238ca1 View commit details
    Browse the repository at this point in the history
  4. Updated docstring

    shivahari committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    25b1a16 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    01cc94f View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Modified the generate Endpoint script to check if URL versioning is p…

    …resent or the endpoints have /api common base point
    shivahari committed May 6, 2024
    Configuration menu
    Copy the full SHA
    b12eb6a View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Modified the Interface & Player modules to use the Cars_Endpoint modu…

    …le generated by the endpoint generator script
    shivahari committed May 15, 2024
    Configuration menu
    Copy the full SHA
    36eac65 View commit details
    Browse the repository at this point in the history
  2. Replaced the old Endpoint module with the one generated using the end…

    …point generator script
    shivahari committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c1b96bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e531a35 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6be7f43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    086915d View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    9106dff View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    2d3b9c7 View commit details
    Browse the repository at this point in the history
  2. Removed script generated Endpoint file and undid changes made in Play…

    …er object to accommodate the generated Endpoint file
    shivahari committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    bbd70a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3c3ec9 View commit details
    Browse the repository at this point in the history
  4. Added openapi_parser module

    shivahari committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7a87bf6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3001922 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9eafec8 View commit details
    Browse the repository at this point in the history