← all adapters

zendesk-style

simulates Zendesk REST API 2

restadapter v0.1.017 routes

use it

# add to stunt.yaml
services:
  zendesk:
    adapter: embedded:zendesk-style

# then
$ stunt up

The embedded: source extracts this adapter from the binary — no git clone, fully offline.

backing stores

ticketscommentsusersorganizationsgroupstagswebhooks

routes (17)

GET/api/v2/tickets
POST/api/v2/tickets
POST/api/v2/tickets/{id}/comments
GET/api/v2/tickets/{id}/comments
POST/api/v2/tickets/{id}/tags
GET/api/v2/tickets/{id}
PUT/api/v2/tickets/{id}
GET/api/v2/users
GET/api/v2/organizations
GET/api/v2/groups
GET/api/v2/search.json
GET/api/v2/requests
GET/api/v2/views
GET/api/v2/triggers
GET/api/v2/webhooks
POST/api/v2/webhooks
GET/api/v2/suspended_tickets