Courbe
Courbe is an API wrapper for Misskey, written in Crystal. It should be compatible with most, if not all, Misskey forks, and is tested using an instance of Sharkey.
Be sure to run crystal doc and look through the documentation of Courbe or you might get a little confused. Since Misskey's API has very minimal documentation (or sometimes none at all), I decided to detail each method as much as possible so you won't have to get confused like I did. Any contributions to that are especially welcome.
Installation
-
Add the dependency to your
shard.yml:dependencies: courbe: github: whimsicorp/courbe -
Run
shards install
Usage
require "courbe"
TODO Write usage instructions here
Development
TODO Write development instructions here
Contributing
- Fork it (https://github.com/whimsicorp/courbe/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- valixym - creator and maintainer