https://github.com/k8scat/yuque
Yuque Client SDK in Rust.
https://github.com/k8scat/yuque
Last synced: 3 months ago
JSON representation
Yuque Client SDK in Rust.
- Host: GitHub
- URL: https://github.com/k8scat/yuque
- Owner: k8scat
- License: mit
- Created: 2022-06-18T10:58:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-19T10:31:48.000Z (over 3 years ago)
- Last Synced: 2025-07-04T18:18:12.887Z (3 months ago)
- Language: Rust
- Size: 16.6 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yuque
Yuque Client SDK in Rust.
## Support
- [x] User
- [x] Group
- [x] Repo
- [x] Doc## Usage
Add this to your `Cargo.toml`:
```toml
[dependencies]
yuque = "0.1.3"
```## Unit tests
```bash
make test TOKEN=your_token
```## Authors
[K8sCat](https://github.com/k8scat)
## license
[MIT](./LICENSE)