Module: Discordrb::Endpoints
- Defined in:
- lib/discordrb/endpoints/endpoints.rb
Constant Summary collapse
- BASE =
"https://discordapp.com/"- APIBASE =
BASE + "api"
- GATEWAY =
WEBSOCKET_HUB = “wss://discordapp.com/hub”
APIBASE + "/gateway"
- LOGIN =
APIBASE + "/auth/login"
- LOGOUT =
APIBASE + "/auth/logout"
- SERVERS =
APIBASE + "/guilds"
- CHANNELS =
APIBASE + "/channels"
- USERS =
APIBASE + "/users"