aboutsummaryrefslogtreecommitdiff
path: root/src/client/rest/mod.rs
Commit message (Expand)AuthorAgeFilesLines
* Restructure modulesZeyla Hellyer2017-05-221-1535/+0
* Add support for retrieving invites with countsMei2017-05-181-2/+8
* Fix guild leaving resultZeyla Hellyer2017-05-051-7/+2
* Fix `client::rest::delete_webhook_with_token` testZeyla Hellyer2017-04-111-0/+1
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-103/+113
* Remove selfbot supportZeyla Hellyer2017-04-051-104/+8
* Update search paramsZeyla Hellyer2017-03-251-10/+4
* Fix Member methods due to variant joined_at valuesZeyla Hellyer2017-03-201-3/+6
* Fix rest::send_fileZeyla Hellyer2017-03-171-1/+8
* Remove invite acceptingZeyla Hellyer2017-03-041-45/+0
* Fix client::rest::get_guilds doctestZeyla Hellyer2017-03-031-1/+1
* Pass by reference where possibleZeyla Hellyer2017-02-281-65/+58
* Re-export hyper status enums in rest moduleZeyla Hellyer2017-02-121-1/+2
* Uniquely ratelimit message deletionsZeyla Hellyer2017-02-121-3/+22
* Handle unsuccessful responses before decodingZeyla Hellyer2017-02-111-4/+10
* Make GLOBAL ratelimit mutex a unitAustin Hellyer2017-02-051-1/+1
* Make Guild::create_channel return a GuildChannelAustin Hellyer2017-01-251-2/+2
* Fix docs linksAustin Hellyer2017-01-241-2/+10
* Properly drop on bindsAustin Hellyer2017-01-241-1/+1
* Code styleAustin Hellyer2017-01-241-56/+26
* Change rest::execute_webhooks to a POSTAustin Hellyer2017-01-241-1/+1
* Switch to a mostly-fully OOP approachAustin Hellyer2017-01-231-2/+1
* Make a single POST on guild role createAustin Hellyer2017-01-181-2/+2
* Return a User from rest::get_userAustin Hellyer2017-01-041-2/+2
* Remove user logout endpointAustin Hellyer2017-01-011-7/+0
* Fix typoIllia2016-12-311-2/+2
* Add guild and channel searchAustin Hellyer2016-12-291-1/+68
* Fix current application decodingAustin Hellyer2016-12-181-4/+13
* Don't mutate token for bots on profile changezeyla2016-12-131-2/+4
* Fix some clippy lintsAustin Hellyer2016-12-091-1/+1
* Change all try's into ?sacdenisSK2016-12-071-113/+113
* Fix rest::get_guilds doctestAustin Hellyer2016-12-031-3/+4
* Make rest::edit_profile set new tokenAustin Hellyer2016-12-031-2/+20
* Paginate rest::get_guilds and add helper methodsAustin Hellyer2016-12-021-5/+43
* Fix start_integration_syncabalabahaha2016-11-301-2/+2
* Add remaining REST routesAustin Hellyer2016-11-301-2/+63
* Clean up the codebaseAustin Hellyer2016-11-291-4/+4
* Add missing REST methodsAustin Hellyer2016-11-281-3/+31
* Improve docs and add new message builder methodsIllia K2016-11-281-14/+12
* Add Context, REST, and model documentationfwrs2016-11-271-4/+72
* Make send_file use the CreateMessage builderAustin Hellyer2016-11-271-4/+17
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-251-12/+12
* Rename the `http` module to `rest`Austin Hellyer2016-11-251-0/+1368