From e6c91f2fb27ade40841f17e51703e1e961ad9bf3 Mon Sep 17 00:00:00 2001 From: Bruce Marriner Date: Mon, 2 Nov 2015 18:55:13 -0600 Subject: [PATCH] Adding some notes for reference --- notes.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 notes.md diff --git a/notes.md b/notes.md new file mode 100644 index 0000000..1fc72ed --- /dev/null +++ b/notes.md @@ -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