#fractal #global #credits #api

fractal-api

Fractal Global Credits API client library

74 releases

Uses old Rust 2015

0.9.39 Jul 11, 2019
0.9.35 Mar 4, 2019
0.9.34 Aug 20, 2018
0.9.32 Jul 21, 2018
0.4.4 Sep 28, 2016

#9 in #credits

Download history 7/week @ 2024-02-14 203/week @ 2024-02-21 12/week @ 2024-02-28

222 downloads per month

MIT/Apache

100KB
2K SLoC

Fractal Global Credits API client

Build Status Coverage Status

[Documentation] (http://fractal.global/api-rs)

This library provides a simple API for using the the Fractal Global Credits REST API.

Using it is as simple as including this in the crate:

extern crate fractal_api;

Note: It requires Rust 1.11.0 or higher

License

This library is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE-APACHE, and LICENSE-MIT for details.


lib.rs:

Fractal Global Credits API.

This library provides methods to access the Fractal Global Credits in Rust. The main object is the Client object. That object contains all the required methods for working with the API.

Using it is as simple as including this in the crate:

extern crate fractal_api;

Dependencies

~6.5MB
~116K SLoC