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

Available versions endpoint #42

Merged
merged 8 commits into from
Oct 3, 2023
Merged

Available versions endpoint #42

merged 8 commits into from
Oct 3, 2023

Commits on Sep 26, 2023

  1. feat(new-available-versions-endpoint): creates a new api endpoint lis…

    …ting the available versions served by the server
    dfederschmidt committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    22c2e49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ca29e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b80ba86 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    1b14843 View commit details
    Browse the repository at this point in the history
  2. feat: add urls to the response of the /api/versions endpoint

    the base_url is constructured from the received request and will mirror back the protocol and host values
    dfederschmidt committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    147564e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a74a4b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. update swagger example

    dfederschmidt committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    ee96195 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. fix: ensure we handle the nil case for urls that may happen in local …

    …dev and we consistently return versioned URLs in the new endpoint
    dfederschmidt committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    2017383 View commit details
    Browse the repository at this point in the history