aboutsummaryrefslogtreecommitdiff
path: root/src/model/webhook.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix all the dead links in the docsErk-2018-08-091-7/+7
* Fix some clippy lintsZeyla Hellyer2018-07-151-1/+1
* Remove extraneous spaces at the end of linesZeyla Hellyer2018-06-171-2/+2
* Refactor imports/exports to use nested groups and better formattingacdenisSK2018-03-291-2/+8
* Fix no-model compiler warningsZeyla Hellyer2018-01-101-1/+2
* Implement or derive Serialize on all modelsZeyla Hellyer2018-01-011-1/+1
* Improve performance of builders even furtheracdenisSK2017-12-271-1/+1
* Break up the model moduleZeyla Hellyer2017-12-161-2/+6
* Re-order use statements alphabeticallyZeyla Hellyer2017-11-111-2/+2
* Slightly improve performance of buildersZeyla Hellyer2017-10-181-7/+4
* `to_owned` -> `to_string`acdenisSK2017-10-091-3/+3
* Apply rustfmtZeyla Hellyer2017-09-181-4/+1
* Add ability to play DCA and Opus files. (#148)Maiddog2017-08-271-2/+5
* Revamp `RwLock` usage in the libacdenisSK2017-08-241-5/+2
* Apply rustfmtZeyla Hellyer2017-08-181-1/+4
* Change the config a bit, and a few nitpicksacdenisSK2017-07-271-10/+14
* rustfmtacdenisSK2017-07-271-23/+25
* Add 'wait' parameter to http::execute_webhookZeyla Hellyer2017-06-201-4/+5
* Fix compilations across feature combinationsZeyla Hellyer2017-06-021-2/+4
* Restructure modulesZeyla Hellyer2017-05-221-25/+30
* Switch to using serde for deserializationZeyla Hellyer2017-04-111-9/+40
* Pass by reference where possibleZeyla Hellyer2017-02-281-2/+2
* Use Id methods where possibleAustin Hellyer2017-01-241-1/+1
* Switch to a mostly-fully OOP approachAustin Hellyer2017-01-231-13/+18
* Improve docs and add new message builder methodsIllia K2016-11-281-5/+5
* Rename the `http` module to `rest`Austin Hellyer2016-11-251-21/+21
* Add state/framework/etc. conditional compile flagsAustin Hellyer2016-11-151-0/+4
* Add internal moduleAustin Hellyer2016-11-141-1/+1
* Move the builders to the utilsAustin Hellyer2016-11-131-1/+1
* Fix some clippy lintsAustin Hellyer2016-11-101-1/+1
* Add webhook supportAustin Hellyer2016-11-071-0/+168