11 stable releases

1.1.3 Mar 2, 2025
1.1.2 Feb 24, 2025
1.0.6 Dec 6, 2024
1.0.3 Nov 6, 2024
1.0.0 May 19, 2024

#209 in Machine learning

Download history 17/week @ 2024-11-27 451/week @ 2024-12-04 35/week @ 2024-12-11 4/week @ 2024-12-25 1/week @ 2025-01-01 8/week @ 2025-01-08 17/week @ 2025-01-22 122/week @ 2025-01-29 18/week @ 2025-02-05 65/week @ 2025-02-12 327/week @ 2025-02-19 194/week @ 2025-02-26 42/week @ 2025-03-05 7/week @ 2025-03-12

591 downloads per month
Used in dtz

MIT/Apache

25KB
425 lines

Rust API client for dtz-billing

a generated client for the DTZ Billing API

Overview

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.

  • API version: 1.1.3
  • Package version: 1.1.3
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

Installation

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" }

Documentation for API Endpoints

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 check_funded GET /funded check if identity is funded
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

Documentation For Models

To get access to the crate's generated documentation, use:

cargo doc --open

Author

jens@apimeister.com

Dependencies

~6–19MB
~265K SLoC