Small fixes and a few **Breaking Changes!**
What's Changed
* Remove the 'rate_limit_max_tokens` parameter in the Treillage constructor.
* Rename `rate_limit_token_regen_rate` to `requests_per_second` in the Treillage constructor.
* Rename the `json` parameter to `body` in the post and patch methods
* add retry_on_rate_limit decorator
**Full Changelog**: https://github.com/W1ndst0rm/Treillage/compare/v0.0.3...v0.1.0