#fractal #credits #global #api-client #api

fractal-api

Fractal Global Credits API 客户端库

74 个版本

使用旧的 Rust 2015

0.9.39 2019 年 7 月 11 日
0.9.35 2019 年 3 月 4 日
0.9.34 2018 年 8 月 20 日
0.9.32 2018 年 7 月 21 日
0.4.4 2016 年 9 月 28 日

#2 in #credits

Download history 77/week @ 2024-04-06

每月 127 次下载

MIT/Apache

100KB
2K SLoC

Fractal Global Credits API 客户端

Build Status Coverage Status

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

此库提供了一种简单的 API,用于使用 Fractal Global Credits REST API。

使用它就像在 crate 中包含这个一样简单

extern crate fractal_api;

注意:它需要 Rust 1.11.0 或更高版本

许可

此库根据 MIT 许可证和 Apache 许可证(版本 2.0)的条款进行分发。有关详细信息,请参阅 LICENSE-APACHE 和 LICENSE-MIT。


lib.rs:

Fractal Global Credits API。

此库提供在 Rust 中访问 Fractal Global Credits 的方法。主要对象是Client 对象。该对象包含所有与 API 一起工作的所需方法。

使用它就像在 crate 中包含这个一样简单

extern crate fractal_api;

依赖项

~6.5MB
~119K SLoC