日本語 ・ English
Donkey is a Mastodon compatible API proxy server for Misskey.
🏗 Donkey is a proof of concept(PoC) for the moment. We have no official support for users. Use it at your own risk.
Donkey accepts Mastodon API requests, converts them to Misskey API requests, and sends them to Misskey. Then converts the API response from Misskey into a Mastodon API response and returns it to the client.
sequenceDiagram
Mastodon Client->>+Donkey: Mastodon API Request
Donkey-->>Misskey Server: Misskey API Request
Misskey Server-->>Donkey: Misskey API Response
Donkey->>-Mastodon Client: Mastodon API Response
- Third party apps for Mastodon v4.x work perfectly on Misskey v13.x servers
TBD
TBD