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

REST API: list endpoints at base URL #4412

Merged
merged 4 commits into from
Oct 20, 2020

Commits on Sep 28, 2020

  1. REST API: list endpoints at base URL

    The base URL of the REST API was returning a 404 invalid URL response
    without providing any guidance to new users as to how to use the API.
    We change this to return the list of endpoints formerly available only
    under /server/endpoints.
    
    Documentation of where to find the list of endpoints -- which seems
    to have been entirely deleted -- is added.
    ltalirz committed Sep 28, 2020
    Configuration menu
    Copy the full SHA
    289d4b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. add test

    ltalirz committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    f7ff9dd View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

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