Crate zuora_rest_client[−][src]
Expand description
Zuora REST Client
zuora_rest_client
is a HTTP Client built on top of the reqwest
package for accessing the
Zuora Billing REST API
This package currently only provides an interface for performing OAuth authenticated GET requests
TODO
- Add retry logic
- Hook up to a CI server
- Use generics instead of returning serde_json::Value