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
10
pub mod create;
pub mod delete;
pub mod list;
pub mod notes;
pub mod show;
pub mod update;

#[cfg(feature = "12-57-0")]
#[cfg_attr(docsrs, doc(cfg(feature = "12-57-0")))]
pub mod add_note;