Expand description
API bindings of Misskey, including requests/responses of endpoints and messages on channels, for misskey-rs.
Modules§
Traits§
- Entity
- Trait for entity types that has an ID.
- Entity
Ref - Trait for types that serves as a reference (i.e. ID) to
E
. - Offset
Pagination Request Request
that can be paginated viaoffset
.- Pagination
Item - Paginated item type in
PaginationRequest
. - Pagination
Request Request
that can be paginated viasince_id
anduntil_id
.