-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Quadrollopo edited this page Oct 16, 2020
·
56 revisions
The T.A.R.A.L.L.O. inventory system comes with a fancy API that lets you obtain and update information about the items, add and delete items via HTTP requests.
The API uses JSON format for gathering requests contents and for giving responses.
- Managing the session (login and logout)
- Finding an Item
- Adding a new Item
- Updating an Item
- Deleting and undeleting an Item
- Validation and "fixup"
- Moving an Item
- Searching an Item
- Getting history and logs
- Getting stats
- Adding bulk items (to be written)
- Creating a product (to be written)
- Getting a product (to be written)
- Updating a product (to be written)
- Deleting a product (to be written)
- Super uber cool function