← all adapters

qbo-style

simulates QuickBooks Online API v3

restadapter v0.1.09 routes

use it

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

# then
$ stunt up

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

backing stores

oauth_codesaccess_tokensrefresh_tokenscustomersinvoices

routes (9)

GET/oauth/v2/authorize
POST/oauth/v2/tokens/bearer
GET/v3/company/{realmId}/query
POST/v3/company/{realmId}/query
GET/v3/company/{realmId}/customer
POST/v3/company/{realmId}/customer
GET/v3/company/{realmId}/customer/{id}
POST/v3/company/{realmId}/invoice
GET/v3/company/{realmId}/invoice/{id}