Expand description
Utilities for working with misskey-rs.
This crate wraps misskey-api to implement a convenient high-level API.
Modules§
Enums§
- Error
- Possible errors from the high-level API.
- Timeline
Cursor - Point on the timeline.
- Timeline
Range - Range in the timeline.
Traits§
- Client
Ext - An extension trait for
Clientthat provides convenient high-level APIs. - Streaming
Client Ext - An extension trait for
StreamingClientthat provides convenient high-level APIs. - Upload
File Client Ext - An extension trait for
UploadFileClientthat provides convenient high-level APIs.