removed notes

This commit is contained in:
Bruce Marriner 2015-11-08 23:04:47 -06:00
parent fff4fa20e9
commit dc0996ad4f

View file

@ -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