#generated-client #api-client #billing #dtz #endpoint

dtz-billing

a generated client for the DTZ Billing API

7 stable releases

new 1.0.6 Dec 6, 2024
1.0.5 Dec 5, 2024
1.0.3 Nov 6, 2024
1.0.2 Aug 21, 2024
1.0.0 May 19, 2024

#1596 in Web programming

Download history 218/week @ 2024-08-19 7/week @ 2024-08-26 4/week @ 2024-09-02 23/week @ 2024-09-09 38/week @ 2024-09-16 35/week @ 2024-09-23 11/week @ 2024-09-30 8/week @ 2024-10-07 15/week @ 2024-10-14 22/week @ 2024-10-21 6/week @ 2024-10-28 147/week @ 2024-11-04 14/week @ 2024-11-11 15/week @ 2024-11-18 27/week @ 2024-11-25 433/week @ 2024-12-02

496 downloads per month
Used in dtz

MIT/Apache

20KB
347 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.0.6
  • Package version: 1.0.6
  • 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 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

~5–18MB
~254K SLoC