Optional
_availableThe methods that are available for this endpoint. This property is provided by the Runtime and should not be set manually.
Its values are used on the Apps-Engine to validate the request method.
Optional
authWhether this endpoint requires an authenticated user to access it.
The authentication will be done by the host server using its own authentication system.
If no authentication is provided, the request will be automatically rejected with a 401 status code.
Optional
examplesThe last part of the api URL. Example: https://{your-server-address}/api/apps/public/{your-app-id}/{path} or https://{your-server-address}/api/apps/private/{your-app-id}/{private-hash}/{path}
Optional
deleteOptional
getCalled whenever the publically accessible url for this App is called, if you handle the methods differently then split it out so your code doesn't get too big.
Optional
headOptional
optionsOptional
patchOptional
postOptional
putGenerated using TypeDoc
Represents an api endpoint that is being provided.