You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...so that I can access various version of the API if available.
📖 Additional Details
I should also be able to access the latest API version.
A home page, should propose all available versions. Also all the submodule of the API specification (e.g. registry, doi)
⚖️ Acceptance Criteria
Given a maintained version X.Y.Z of the API specification When I perform a request to uRL http://server/api/registry/X.Y.Z/ (TO BE REVIEWED) Then I expect to get the swaggerhub ui for this version of the API
Given When I perform a request to uRL http://server/api/ Then I expect to get the list of API module and version available
⚙️ Engineering Details
The text was updated successfully, but these errors were encountered:
@tloubrieu-jpl commented on Thu Dec 02 2021
💪 Motivation
...so that I can access various version of the API if available.
📖 Additional Details
I should also be able to access the latest API version.
A home page, should propose all available versions. Also all the submodule of the API specification (e.g. registry, doi)
⚖️ Acceptance Criteria
Given a maintained version X.Y.Z of the API specification
When I perform a request to uRL http://server/api/registry/X.Y.Z/ (TO BE REVIEWED)
Then I expect to get the swaggerhub ui for this version of the API
Given
When I perform a request to uRL http://server/api/
Then I expect to get the list of API module and version available
⚙️ Engineering Details
The text was updated successfully, but these errors were encountered: