← all adapters

dropbox-style

simulates Dropbox API 2

restadapter v0.1.08 routes

use it

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

# then
$ stunt up

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

backing stores

entries

routes (8)

POST/2/files/upload
POST/2/files/download
POST/2/files/list_folder
POST/2/files/get_metadata
POST/2/files/create_folder
POST/2/files/delete
POST/2/files/get_temporary_link
POST/2/users/get_current_account