Skip to main content

Crate spoo_me

Crate spoo_me 

Source
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.

Modules§

client
A client for the URL shortener API.
errors
Errors related to a request.
requests
Requests and responses for the URL shortener API.
utils
Tools for validating and formatting requests.