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
{{ message }}
This repository has been archived by the owner on Aug 18, 2021. It is now read-only.
We are currently using the root of the API (/api) as an informative and healthcheck endpoint for our API. This endpoint can only be accessed using an API key. We want to create a separate healthcheck endpoint and leave the /api endpoint for informative uses.
Describe the solution you'd like
Create a /healthcheck endpoint with API status information
Modify the /api endpoint to display only informative data about the API. Eg. where are the developer docs, where are the swagger docs, the running API version. etc.
The text was updated successfully, but these errors were encountered:
We are currently using the root of the API (
/api
) as an informative and healthcheck endpoint for our API. This endpoint can only be accessed using an API key. We want to create a separate healthcheck endpoint and leave the/api
endpoint for informative uses.Describe the solution you'd like
/healthcheck
endpoint with API status information/api
endpoint to display only informative data about the API. Eg. where are the developer docs, where are the swagger docs, the running API version. etc.The text was updated successfully, but these errors were encountered: