| Crates.io | alipan |
| lib.rs | alipan |
| version | 0.0.19 |
| created_at | 2024-07-06 01:56:19.958296+00 |
| updated_at | 2024-08-07 01:41:06.425761+00 |
| description | alipan sdk for rust |
| homepage | |
| repository | https://github.com/niuhuan/alipan-rs |
| max_upload_size | |
| id | 1293675 |
| size | 142,532 |
阿里云盘SDK的Rust实现
在[dependencies]中加入
alipan = "0"
或
alipan = { git = "https://github.com/niuhuan/alipan-rs.git" }
服务端+客户端模式
客户端模式
参考tests.rs中的OAuthClientAccessTokenStore,重写存储方法,即可实现自动管理和续期。
参考 tests.ts
Reference LICENSE File