📚 API Explorer
👋 Welcome, this is the API explorer for your Julia web app. Happy exploring!
You can browse all the endpoints that are defined in your web app and see the documentation for each one along with any URL parameters, form data, or query parameters and their required Julia types.
Click on any of the endpoints to see the documentation for that endpoint along with the definitions of there URL parameters, form data, and query parameters if they define any.
To add new documentation to any of the endpoints all you have to do is define a Julia docstring above the function that defines the endpoint.
No documentation defined for this endpoint.
You can add documentation to this endpoint by adding a
docstring above the function that defines the endpoint.
Click on the blue Source
button above to be
taken directly to the definition of this endpoint in your
default editor.