← all adapters

gdocs-style

simulates Google Docs API v1

restadapter v0.1.04 routes

use it

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

# then
$ stunt up

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

backing stores

documents

routes (4)

POST/v1/documents
GET/v1/documents/{documentId}/revisions
POST/v1/documents/{documentId}/batchUpdate
GET/v1/documents/{documentId}