heroku_rs
Intro
This crate is a API wrapper for the Heroku v3 API.
See the documentation for more information on which endpoints are covered by the crate.
Getting Started
Add the following to your Cargo.toml and run cargo build. Voila.
[]
= "0.4.2"
Here's a simple example which fetches the apps list. At the moment, the client is blocking by default. For more examples see the examples directory.
use *;
You can also call custom endpoints that have not been supported by the library yet. e.g. :
use *;
See more examples on how to use these custom endpoints.
Useful links
License
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Licensing
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.