← all adapters

twitter-style

simulates Twitter/X API v2

restadapter v0.1.09 routes

use it

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

# then
$ stunt up

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

backing stores

tweetsusers

routes (9)

POST/2/oauth2/token
GET/2/users/me
GET/2/users/by/username/{username}
GET/2/users/{id}
POST/2/tweets
GET/2/tweets/{id}
GET/2/tweets
DELETE/2/tweets/{id}
GET/2/users/{id}/timelines/reverse_chronological