An open API service indexing awesome lists of open source software.

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.

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)