misskey-api 0.2.0

API bindings of Misskey, including requests/responses of endpoints and messages on channels
Documentation
1
2
3
4
5
6
7
8
9
pub mod create;
pub mod featured;
pub mod follow;
pub mod followed;
pub mod owned;
pub mod show;
pub mod timeline;
pub mod unfollow;
pub mod update;