OINO.cloud
beta
Docs
Sign Up
Log In
How To Setup A Template
Navigate to Tokens
Select Create Token
Enter Token Settings
Api
: Select API to use (when creating).
Active:
Whether token is active (when editing).
Name
: Name/description for the token.
Allow Get
: Allow GET request using an id to get one row.
Allow Get All
: Allow GET request to the API root to get all rows.
Allow Post
: Allow POST request to insert a new row.
Allow Put
: Allow PUT request using an id to update one existing row.
Allow Delete
: Allow DELETE request using an id to destroy one existing row.
Submit