Expand description
Rust bindings for accessing the spoo.me API
This crate provides a client that can access all endpoints provided by spoo.me, with support for self hosted instances of it.
Currently this library does not have a public documentation site, however running cargo doc will provide some information.
§Features
blocking: Enables blocking methods for the client, allowing synchronous calls to the API.custom_url: Allows setting a custom base URL for the client, useful for self-hosted instances of spoo.me.