Endpoints

While the goal to support all endpoints is admirable, the reality is more complicated.

Unsupported endpoints

Specifically, endpoints that send or receive binary data, such as files, are not supported.

The reason is that these endpoints should be handled using streams, not buffers. Streams are more performant and support much larger files sizes. If you need to use these endpoints, please implement them using streams in your programming language of choice.

Planned endpoints

Some endpoints were recently made public, are undocumented, or have little demand. They have not been added to the Bunny SDK yet.

If you plan to use one of the following APIs, please create an issue on GitHub to prioritize it.

Supported endpoints