API Reference
Use these methods to interact with the API.
- getItems()
-
Returns a list of items. For example:
GET https://api.example.com/items > {% console.log(response.status) %} - createItem(data)
-
Creates a new item with the provided data.
See the full reference for more details.