Module: Discordrb::Endpoints

Defined in:
lib/discordrb/endpoints/endpoints.rb

Constant Summary collapse

BASE =
"https://discordapp.com/"
APIBASE =
BASE + "api"
WEBSOCKET_HUB =
"wss://discordapp.com/hub"
LOGIN =
APIBASE + "/auth/login"
LOGOUT =
APIBASE + "/auth/logout"
SERVERS =
APIBASE + "/guilds"
CHANNELS =
APIBASE + "/channels"
USERS =
APIBASE + "/users"