← all adapters

photos-style

simulates Google Photos Library API v1

restadapter v0.1.09 routes

use it

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

# then
$ stunt up

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

backing stores

tokensrefresh_tokenscodesupload_tokensmedia_itemsalbums

routes (9)

GET/o/oauth2/auth
POST/o/oauth2/token
POST/v1/uploads
POST/v1/mediaItems:batchCreate
POST/v1/mediaItems:search
GET/v1/mediaItems
GET/v1/albums
POST/v1/albums
GET/v1/albums/{id}