API Coverage

Overview

BigBone does not yet implement all the endpoints that are offered by the Mastodon API. We use this page to provide an overview of which endpoints have been implemented and to what extent. This information applies to the latest version of BigBone.

We use the Status column to provide information about the current implementation status of this endpoint. Values are as follows:

Status Description
The endpoint is fully implemented according to the Mastodon API documentation.
The endpoint is partially implemented, meaning that some of the features / fields mentioned in the Mastodon API documentation are missing.
The endpoint is not supported by the library at the moment.

In the Comments column, we provide more information what exactly is missing in order to get to a fully implemented state.

Reactive Implementation

BigBone offers reactive endpoints based on RxJava as well. We have not listed the detailed implementation status here, but we are aware that not all endpoints are offered as rx endpoints yet. It might also happen that they are not complete in terms of parameters or response objects. We will try to clean this up as we go along and implement missing functionality. If you think, a specific rx endpoint is critical to have, please open an issue in the Issues section or even better, provide a pull request.


Table of contents