misskey library

Classes

Account
AccountsService
MisskeyApi
MisskeyRequest
MisskeyResponse<D>
The class represents the response from Misskey API.
RateLimit
RetryConfig
This class represents an automatic retry configuration.
RetryEvent
This class represents the event during the retry process.

Exceptions / Errors

DataNotFoundException
This object is thrown to indicate that the data associated with a particular condition does not exist on misskey's server.
MisskeyException
This exception indicates that an unexpected error occurred when communicating with the Misskey API.
RateLimitExceededException
This exception indicates that the number of requests for a particular endpoint exceeds the rate limit defined by the misskey API.
UnauthorizedException
This exception is thrown to indicate that the specified access token was not authorized by the server as a result of its use in the request.