Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gagath/rust-ovh
Rust async wrapper around OVH's API.
https://github.com/gagath/rust-ovh
Last synced: about 5 hours ago
JSON representation
Rust async wrapper around OVH's API.
- Host: GitHub
- URL: https://github.com/gagath/rust-ovh
- Owner: gagath
- License: agpl-3.0
- Created: 2021-09-14T16:22:43.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-01T17:53:24.000Z (over 1 year ago)
- Last Synced: 2024-10-13T22:36:12.313Z (about 1 month ago)
- Language: Rust
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE-AGPL-3.0
Awesome Lists containing this project
README
# rust-ovh
[![Build](https://github.com/MicroJoe/rust-ovh/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/MicroJoe/rust-ovh/actions/workflows/ci.yml)
[![Latest version](https://img.shields.io/crates/v/ovh.svg)](https://crates.io/crates/ovh)
[![Documentation](https://docs.rs/ovh/badge.svg)](https://docs.rs/ovh)
[![License](https://img.shields.io/crates/l/ovh.svg)](https://crates.io/crates/ovh)Async client for the OVH API.
[Creating tokens for accessing the OVH API](https://api.ovh.com/createToken/index.cgi?GET=/*&PUT=/*&POST=/*&DELETE=/*)
## High-level usage
Some parts of the API are implemented using typed Rust structs
and functions.## Low-level usage
For all of the other API parts not already covered by a high-level
implementation, the low-level API part can be used as a fallback.## License
Licensed under [GNU Affero General Public License v3.0](LICENSE-AGPL-3.0).
**@ovh**: if you want to:
* relicense this crate to a less strict license; *and/or*
* reclaim the `crates.io/crates/ovh` namespace; *and/or*
* become the maintainer of this crateThen please contact me.