IMAP-Science-Operations-Center / sds-data-manager

MIT License
0 stars 9 forks source link

Build landing page for the Data Access API #284

Open bourque opened 1 month ago

bourque commented 1 month ago

The IMAP SDC data access API (currently available at https://api.dev.imap-mission.com/) currently supports three endpoints (/upload, /download, and /query). However, there is no 'landing page' for this API -- users who navigate to the main URL of the API, but not one of these endpoints, will just see a blank page with no information.

It would be useful instead to return an HTML page that provides information on how to use the Data Access API and what endpoints are supported (i.e. similar to what is documented here). Alternatively, we could just redirect the 'landing page' to https://imap-processing.readthedocs.io/en/latest/data-access-api/index.html