If you would like to generate your own SDK, you can use our OpenAPI
specification to generate client libraries in any language that
suits your project needs.
GET /
endpoints are exposed aslist<EntityNameInPlural>()
GET /:id
endpoints are exposed asget<EntityName>()
POST /
endpoints are exposed ascreate<EntityName>()
PUT /:id
endpoints are exposed asupdate<EntityName>()
DELETE /:id
endpoints are exposed asremove<EntityName>()