Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
- WHY
1. have a universal endpoint for all the versions of REST API for Management
2. stop showing 404 for users, when they try to do some experiment
3. show more helpful information to users
- WHAT
1. url: [GET] /management/
2. response: show all the api-docs for all "available" versions. such as:
http://localhost:7070/management/v1/api-docs
http://localhost:7070/management/v2/api-docs
http://localhost:7070/management/v3/api-docs
- NOTE
[1] response body:
{ latest:"http://localhost:7070/management/v3/api-docs", supported:["http://localhost:7070/management/v1/api-docs", "http://localhost:7070/management/v2/api-docs", "http://localhost:7070/management/v3/api-docs" ] }