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 was archived by the owner on Feb 22, 2019. It is now read-only.
Kuzzle's API is dynamically auto-documented, and that includes API routes added by plugins.
There are multiple ways to access that documentation:
server:inforoute (HTTP URL:http://<server>:<port>/) returns the complete API descriptionhttp://<server>:<port>/swagger.json, YAML:http://<server>:<port>/swagger.yml)These informations appear to be missing from our documentation, and it should also be mentionned in our plugin documentation.