4 个版本
0.0.1 | 2022年11月23日 |
---|---|
0.0.1-alpha.2 | 2021年7月29日 |
0.0.1-alpha.1 | 2021年7月26日 |
#206 in #finance
34KB
875 行
xero-rs
描述
A Xero API client library for Rust. This library is in very early days and the API is not stable, it may change without notice.
This was put together as part of the requirements for a private project so I will be implementing features as-needed, but all contributions are welcome.
功能
- 客户端凭证 & 代码流授权支持
- 用于自定义请求的通用GET、PUT和POST方法
- 使用rust_decimal存储价格/十进制值
- 经过良好测试(至少目标是这样的)
当前已实现
到目前为止已实现以下内容
- OAuth2身份验证(客户端凭证、授权代码流)
- 列出授权连接(租户)
- 报价
- 列表
- 按ID获取
- 发票
- 列表
- 按ID获取
- 采购订单
- 列表
- 按ID获取
- 创建
- 联系人
- 列表
依赖
~7–21MB
~343K SLoC