Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/libninjacom/asana-rs
https://github.com/libninjacom/asana-rs
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/libninjacom/asana-rs
- Owner: libninjacom
- License: mit
- Created: 2023-12-17T23:03:37.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2023-12-25T02:00:47.000Z (11 months ago)
- Last Synced: 2024-04-26T07:41:04.310Z (7 months ago)
- Language: Rust
- Size: 1.51 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Asana client, generated from the OpenAPI spec.
# Usage
See examples/ directory for usage.
# Installation
Add this to your Cargo.toml:
```toml
[dependencies]
asana2 = ".."
```# Documentation
* [Client Library Documentation](https://docs.rs/asana2/latest/asana/)
You can see working examples of every API call in the `examples/` directory.
# Contributing
Contributions are welcome!
*Library created with [Libninja](https://www.libninja.com).*