Public Endpoints
routes are accessible by all users.
Protected Endpoints
routes are not directly available to the public and either require
signing in first or can only be accessed by special/privileged
users.
Click on a route to visit it.
Sign in
to access majority of routes,
register
first if you haven't.
Use a REST Client like Postman, Swagger, Thunder Client etc for POST
in user register and login, and other HTTP methods but GET.
Routes with
'test'
tag provide a sneak peek of returned route data.