[][src]Module misskey_api::endpoint

API endpoints.

Each endpoint is implemented under modules named by replacing / with :: and - with _ in the endpoint name. For example, notes/local-timeline is implemented under notes::local_timeline and drive/files/create is implemented under drive::files::create.

All request types implements Request. We dispatch it actually and get the response using Client::request.

Modules

admin
announcements
antennas
blocking
channels12-47-0
charts
clips
drive
endpoint
endpoints
following
i
messaging
meta
mute
notes
notifications
pages
pinned_users
stats
username
users