9 releases (breaking)

0.8.0 Jun 23, 2021
0.7.0 Oct 28, 2020
0.6.1 Oct 9, 2020
0.6.0 May 3, 2020
0.2.0 Jul 19, 2019

#881 in Web programming

Apache-2.0

165KB
4K SLoC

threescalers

This library offers types to work with the 3scale Service Management API and convenience implementations for some comonly used HTTP clients.

Rust library crate for the 3scale Service Management API

Minimum rustc version docs.rs Build Status codecov.io

This library was created as a side-effect free client for 3scale's Service Management API as exposed by Apisonator, the backend service of the 3scale API Management platform.

A side-effect free library in this context is also referred to as sans IO, which ends up describing how the requests you perform should look like and can also parse responses you receive so you can interpret their meaning. By not tying the library to any particular protocol client implementation you are free to use whichever works best in each particular case.

Minimum Supported Rust Version

No promise is made to maintain compatibility, but a best-effort policy of supporting the MSRV announced above is kept so that we try not to bump that minimum version unnecessarily.

Some features that pull in dependencies might require higher rustc versions based on the dependencies' MSRV.

Status

This library is in beta state. It should be useful to create clients that will work with 3scale, and while it may have some rough edges it is already being used in projects that should be hitting production soon.

Please report any issues at the issue tracker.

Dependencies

~0.1–17MB
~204K SLoC