Crates.io | dtz-billing |
lib.rs | dtz-billing |
version | |
source | src |
created_at | 2024-05-19 23:56:04.214386 |
updated_at | 2024-12-06 18:16:20.120451 |
description | a generated client for the DTZ Billing API |
homepage | |
repository | |
max_upload_size | |
id | 1245289 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
a generated client for the DTZ Billing API
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
org.openapitools.codegen.languages.RustClientCodegen
Put the package under your project folder in a directory named dtz-billing
and add the following to Cargo.toml
under [dependencies]
:
dtz-billing = { path = "./dtz-billing" }
All URIs are relative to https://billing.dtz.rocks/api/2022-12-28
Class | Method | HTTP request | Description |
---|
DefaultApi | charge_stripe_post | POST /charge/stripe | stripe webhook DefaultApi | get_stats | GET /stats | get stats DefaultApi | list_transactions | GET /transaction | get a transaction listing of all incoming and outgoing charges DefaultApi | post_consumption | POST /consumption | post new service consumption
To get access to the crate's generated documentation, use:
cargo doc --open