removed notes
This commit is contained in:
parent
fff4fa20e9
commit
dc0996ad4f
1 changed files with 0 additions and 16 deletions
16
notes.md
16
notes.md
|
@ -1,16 +0,0 @@
|
||||||
|
|
||||||
Known API Commands for my reference.
|
|
||||||
|
|
||||||
Login - POST http://discordapp.com/api/auth/login
|
|
||||||
Logout - POST http://discordapp.com/api/auth/logout
|
|
||||||
|
|
||||||
User Info - GET http://discordapp.com/api/users/USERID
|
|
||||||
User Servers - GET http://discordapp.com/api/users/USERID/guilds
|
|
||||||
User PCs - GET http://discordapp.com/api/users/USERID/channels
|
|
||||||
|
|
||||||
Channel List - GET http://discordapp.com/api/guilds/GUILDID/channels
|
|
||||||
Guild Members - GET http://discordapp.com/api/guilds/GUILDID/members
|
|
||||||
|
|
||||||
Send Message - POST http://discordapp.com/api/channels/CHANNELID/messages
|
|
||||||
Get Messages - GET http://discordapp.com/api/channels/CHANNELID/messages
|
|
||||||
|
|
Loading…
Reference in a new issue