← all adapters

discord-style

simulates Discord API v10

restadapter v0.1.09 routes

use it

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

# then
$ stunt up

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

backing stores

oauth_codesaccess_tokensrefresh_tokensguildschannelsmessages

routes (9)

GET/oauth2/authorize
POST/oauth2/token
GET/oauth2/@me
GET/users/@me
GET/guilds/{guild_id}
GET/guilds/{guild_id}/channels
POST/channels/{channel_id}/messages
GET/channels/{channel_id}/messages
POST/channels/{channel_id}/messages/{message_id}/reactions/{emoji}/@me