API Client
Lightweight JS client for the Swish REST API.
The Swish API Client provides type-save methods for developers to interact with the API.
When integrating Swish into a browser environment, using the Browser library is recommended.
Requirements
This packages works in all JS environments were the fetch API is available.
Installation
Usage
Reference
Items
For more details, refer to the Items API reference.
List all items
List all items (pagination)
List all items (search query)
Create new item
Delete multiple items
Find item by ID
Update item by ID
Delete item by ID
Lists
For more details, refer to the Lists API reference.
List all lists
Create new list
Find list by ID
Find list by ID (items sorted in custom order)
Update list by ID
Delete list by ID
Set custom item order
Profiles
For more details, refer to the Profiles API reference.
Create new token
Last updated