Crate misskey_api

Source
Expand description

API bindings of Misskey, including requests/responses of endpoints and messages on channels, for misskey-rs.

Modules§

endpoint
API endpoints.
model
Object types used in API.
streaming
Streaming API.

Traits§

Entity
Trait for entity types that has an ID.
EntityRef
Trait for types that serves as a reference (i.e. ID) to E.
OffsetPaginationRequest
Request that can be paginated via offset.
PaginationItem
Paginated item type in PaginationRequest.
PaginationRequest
Request that can be paginated via since_id and until_id.