misskey_api/endpoint/
clips.rs

1pub mod create;
2pub mod delete;
3pub mod list;
4pub mod notes;
5pub mod show;
6pub mod update;
7
8#[cfg(feature = "12-57-0")]
9#[cfg_attr(docsrs, doc(cfg(feature = "12-57-0")))]
10pub mod add_note;