use it
# add to stunt.yaml
services:
x-articles:
adapter: embedded:x-articles-style
# then
$ stunt upThe embedded: source extracts this adapter from the binary — no git clone, fully offline.
backing stores
articlestweetsoauth_codes
routes (8)
GET/2/oauth2/authorize
POST/2/oauth2/token
POST/2/articles/draft
POST/2/articles/{id}/publish
GET/2/articles/{id}
POST/2/media/upload
POST/2/tweets
GET/2/tweets/{id}