HTTP verbs
The API supports following operations on resource :
Operation | HTTP verb | Description |
---|---|---|
Read | GET | Read resource representation, sure and idempotent operation |
Update | PUT | Replace the resource representation by the provided one, idempotent operation |
Create | POST | Create a new resource in Keepeek, this operation has side effects |
Delete | DELETE | Delete a resource |
The Read operation is supported by all resources exposed by the Keepeek API. Support of other operations is specified for each resource in the reference documentation.