← all adapters

drive-style

simulates Google Drive API v3

restadapter v0.1.08 routes

use it

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

# then
$ stunt up

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

backing stores

files

routes (8)

POST/upload/drive/v3/files
GET/drive/v3/files/{id}
GET/drive/v3/files
POST/drive/v3/files
PATCH/drive/v3/files/{id}
DELETE/drive/v3/files/{id}
GET/drive/v3/about
GET/drive/v3/changes