You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Holo API is partially compatible with the Mastodon API. (Peers API, etc.. I don't use Mastodon and have no plans to implement a compatible API. I don't use Mastodon, so I don't plan to implement a compatible API. But if you are interested in keeping it, you can open a Pull Request :D)
Holo supports the full Misskey API for users. (The space under api/admin is not implemented as it is unlikely to be used by Misskey clients relative to the cost of implementation.) but, however, this is not available at this time as implementation will begin after the base API implementation is complete.
Holo uses REST with the exception of the Misskey compatible API (Misskey does not use REST).
Holo Supports Misskey Flavored Markdown (MFM).
The MFM is parsed on the server side and converted to html.
The text was updated successfully, but these errors were encountered:
This is Base specification of Holo API.
API version on this specification: v0 (unstable)
1. Preamble
The Holo API is partially compatible with the Mastodon API. (Peers API, etc.. I don't use Mastodon and have no plans to implement a compatible API. I don't use Mastodon, so I don't plan to implement a compatible API. But if you are interested in keeping it, you can open a Pull Request :D)
Holo supports the full Misskey API for users. (The space under
api/admin
is not implemented as it is unlikely to be used by Misskey clients relative to the cost of implementation.) but, however, this is not available at this time as implementation will begin after the base API implementation is complete.Holo uses REST with the exception of the Misskey compatible API (Misskey does not use REST).Holo Supports Misskey Flavored Markdown (MFM).
The MFM is parsed on the server side and converted to html.
The text was updated successfully, but these errors were encountered: