zuora_rest_client
A HTTP Client built on top of the reqwest package for accessing the Zuora Billing REST API
TODOs
This package currently only provides an interface for performing OAuth authenticated GET requests
- Add missing HTTP methods
- Add retry logic
- Hook up to a CI server
Example
This example uses serde_json to prepare the data for a GET request. Your Cargo.toml could look like this:
[]
= "0.1"
= "1"
And then the code:
use env;
use Zuora;
License
Licensed under
- MIT license (LICENSE or http://opensource.org/licenses/MIT)