-
Notifications
You must be signed in to change notification settings - Fork 0
Admin worker
garevna edited this page Apr 27, 2021
·
1 revision
| route | action | comment |
|---|---|---|
| customers | ||
| refresh | get from remote server to local DB | |
| list | get all customers from local DB | |
| get | get customer from local DB by id | |
| add | add new customer | |
| remove | delete customer by id | |
| update | update customer data | |
| rsp | ||
| init | set host, app key and secret from .env | |
| auth | send request to remote server for credentials | |
| get | get RSP data | |
| update | update RSP data | |
| tickets | ||
| get | get all tickets | |
| post | post new ticket | |
| services | ||
| get | get all services |