| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move the builders to the utils | Austin Hellyer | 2016-11-13 | 1 | -604/+0 |
| | | | | | | | | | | The builders aren't a large enough portion of the library to deserve their own root-level module, so move them to the `utils` module. Additionally, split them into separate files, as the library will be receiving more builders and the single-file pattern was getting rather large. | ||||
| * | Add webhook support | Austin Hellyer | 2016-11-07 | 1 | -0/+92 |
| | | |||||
| * | Add some more documentation | Austin Hellyer | 2016-11-06 | 1 | -1/+5 |
| | | |||||
| * | Fix doc links to enum variants | Austin Hellyer | 2016-11-05 | 1 | -3/+3 |
| | | | | | | | Most of the docs were linking to `enum.EnumName.html#VariantName.v`, which should have been linking to `enum.EnumName.html#variant.VariantName`. | ||||
| * | Initial commit | Austin Hellyer | 2016-10-18 | 1 | -0/+508 |