-
Notifications
You must be signed in to change notification settings - Fork 189
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
REST API: list endpoints at base URL #4412
Conversation
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.
e50559b
to
289d4b7
Compare
Codecov Report
@@ Coverage Diff @@
## develop #4412 +/- ##
===========================================
+ Coverage 79.29% 79.32% +0.03%
===========================================
Files 475 475
Lines 34837 34838 +1
===========================================
+ Hits 27622 27632 +10
+ Misses 7215 7206 -9
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
@giovannipizzi @asle85 Does this look good to you? |
Thanks @ltalirz ! It looks good to me |
@giovannipizzi Could you look into reviewing & merging this? |
Thanks a lot @ltalirz ! |
Makes sense - added! |
fixes #3916
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 reintroduced.