-
Notifications
You must be signed in to change notification settings - Fork 3
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
As a user, I want to get directions whenever I arrive on an API URL #191
Comments
@jimmie I have been able to look at this ticket. For the redirections you can use: https://pds.nasa.gov/api --> https://nasa-pds.github.io/pds-api/overview.html (this page is going to be improved with PR #201) https://pds.nasa.gov/api/search/ --> https://pds.nasa.gov/api/search/1.0 https://pds.nasa.gov/api/doi/ --> https://pds.nasa.gov/api/doi/0.2 https://pds.nasa.gov/api/search/1.0 --> https://nasa-pds.github.io/pds-api/specifications/search-v1.0.0-redoc.html (while swagger cannot be opened) https://pds.nasa.gov/api/doi/0.2 --> https://nasa-pds.github.io/pds-api/specifications/doi-v0.2-redoc.html (while swagger cannot be opened) This might not be exactly what we said during the meeting but I took a pragmatic approach (with less new pages) |
@tloubrieu-jpl - rules have been put in place that perform these redirects. Can you test to verify? |
Perfect, thanks @jimmie |
💪 Motivation
...so that I can use the API efficiently, without having to navigate into the full documentation.
📖 Additional Details
Currently:
https://pds.nasa.gov/api --> unavailable
https://pds.nasa.gov/api/search --> unavailable
https://pds.nasa.gov/api/search/1.0 --> pds home page
Proposal:
https://pds.nasa.gov/api --> https://nasa-pds.github.io/pds-api/ , create specific page which lists all the deployments
https://pds.nasa.gov/api/search/ --> https://nasa-pds.github.io/pds-api/search , create specific page which lists all the available versions for this service
https://pds.nasa.gov/api/doi/ --> migrate redirection to cloud-front + create page.
https://pds.nasa.gov/api/search/1.0 --> redoc page
Future
Create a different tickets for the rebranding of the swagger pages in registry and doi.
Create a ticket for migrating redirection of DOI API to cloud-front (after everything works on Apache)
References:
look at what CMR does ?
⚖️ Acceptance Criteria
Given
When I perform
Then I expect
⚙️ Engineering Details
The text was updated successfully, but these errors were encountered: