aboutsummaryrefslogtreecommitdiff
path: root/src/client/rest
Commit message (Expand)AuthorAgeFilesLines
* Fix guild leaving resultZeyla Hellyer2017-05-051-7/+2
* Fix ratelimiting on `Route::None` routesZeyla Hellyer2017-04-191-0/+2
* Deprecate methods prefixed with `get_`Zeyla Hellyer2017-04-191-6/+6
* 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-052-118/+8
* Update search paramsZeyla Hellyer2017-03-251-10/+4
* Add slightly more documentationZeyla Hellyer2017-03-251-0/+199
* 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
* Fix some clippy lintsZeyla Hellyer2017-02-281-4/+2
* Pass by reference where possibleZeyla Hellyer2017-02-282-65/+59
* Re-export hyper status enums in rest moduleZeyla Hellyer2017-02-121-1/+2
* Uniquely ratelimit message deletionsZeyla Hellyer2017-02-122-5/+30
* Handle unsuccessful responses before decodingZeyla Hellyer2017-02-111-4/+10
* Expose and document ratelimitingAustin Hellyer2017-02-051-9/+71
* Make GLOBAL ratelimit mutex a unitAustin Hellyer2017-02-052-4/+12
* 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-242-3/+3
* 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-312-4/+4
* Add guild and channel searchAustin Hellyer2016-12-292-1/+70
* 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-072-118/+118
* Use proper comments on inline ratelimit commentsAustin Hellyer2016-12-041-2/+2
* 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-302-8/+70
* 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
* Tiny import re-orderAustin Hellyer2016-11-261-2/+1
* Rename PublicChannel to GuildChannelAustin Hellyer2016-11-251-12/+12
* Rename the `http` module to `rest`Austin Hellyer2016-11-252-0/+1608