routes - NIAID-Data-Ecosystem/nde-strapi GitHub Wiki
The following table lists the URLs for accessing the Strapi Admin Panel and the associated API base URLs for each environment.
NIAID Data Ecosystem Environment | Admin Panel URL | API Base URL |
---|---|---|
Production | strapi.nde.biothings.io | data.niaid.nih.gov/strapi/api |
Staging | strapi.nde.biothings.io | data-staging.niaid.nih.gov/strapi/api |
Development | strapi.nde-dev.biothings.io | nde-dev.biothings.io/strapi/api |
The staging and production environments share a strapi application and database. Additional configuration information for the NIAID Data Ecosystem can be found here.
For a full list of api routes, see content-types.
Strapi automatically provides an API to query your data but must be enabled by navigating to Settings > Roles > Public (for public routes) and Settings > Roles > Authenticated (for routes that require authentication) that you wish to enable.