← all adapters

xero-style

simulates Xero Accounting API 2.0

restadapter v0.1.012 routes

use it

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

# then
$ stunt up

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

backing stores

contactsinvoicesaccounts

routes (12)

GET/connections
GET/api.xro/2.0/Contacts
PUT/api.xro/2.0/Contacts
GET/api.xro/2.0/Invoices
PUT/api.xro/2.0/Invoices
GET/api.xro/2.0/Invoices/{id}
POST/api.xro/2.0/Invoices/{id}/Payments
GET/api.xro/2.0/Accounts
GET/api.xro/2.0/BankTransactions
GET/api.xro/2.0/Items
GET/api.xro/2.0/TrackingCategories
POST/webhooks