Adding some notes for reference
This commit is contained in:
parent
37e3e53527
commit
e6c91f2fb2
1 changed files with 17 additions and 0 deletions
17
notes.md
Normal file
17
notes.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
Known API Commands for my reference.
|
||||
|
||||
Login - POST http://discordapp.com/api/auth/login
|
||||
|
||||
|
||||
Send Message - POST http://discordapp.com/api/channels/CHANNELID/messages
|
||||
Get Messages - GET http://discordapp.com/api/channels/CHANNELID/messages
|
||||
|
||||
About Self - GET http://discordapp.com/api/users/@me
|
||||
Guild List - GET http://discordapp.com/api/users/@me/guilds
|
||||
PM Channels - GET http://discordapp.com/api/users/@me/channels
|
||||
|
||||
Above commands, you can remove @me with a specific user id to view that users information.
|
||||
|
||||
Channel List - GET http://discordapp.com/api/guilds/GUILDID/channels
|
||||
Guild Members - GET http://discordapp.com/api/guilds/GUILDID/members
|
Loading…
Reference in a new issue