aboutsummaryrefslogtreecommitdiff
path: root/src/model/webhook.rs
Commit message (Expand)AuthorAgeFilesLines
* 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