We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In Folksonomy Engine API we have either:
/
{ "message": "Hello folksonomy World! Tip: open /docs for documentation" }
/ping
{ "ping": "pong @ 2023-09-26 07:49:10.842300" }
See:
The text was updated successfully, but these errors were encountered:
It's even better to add a /health that tests connection to the various databases. Like for robotoff https://robotoff.openfoodfacts.org/api/v1/health
Sorry, something went wrong.
Duplicate of #67
No branches or pull requests
In Folksonomy Engine API we have either:
/
leading to answer{ "message": "Hello folksonomy World! Tip: open /docs for documentation" }
/ping
which answers{ "ping": "pong @ 2023-09-26 07:49:10.842300" }
See:
The text was updated successfully, but these errors were encountered: