#api-client #generated-client #api-version #open-api #treasury-prime

treasury_prime_client

An OpenAPI generated Rust client for TreasuryPrime API

2 releases (1 stable)

5.0.0 Feb 21, 2023

#202 in Finance

Download history 2/week @ 2024-02-16 12/week @ 2024-02-23 4/week @ 2024-03-01 1/week @ 2024-03-08 1/week @ 2024-03-15 27/week @ 2024-03-29 4/week @ 2024-04-05 37/week @ 2024-04-12

68 downloads per month

MIT/Apache

30KB
579 lines

Rust API client for treasury_prime_client

Member API routes and contracts.

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.0
  • Package version: 5.0.0
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

Installation

Put the package under your project folder and add the following to Cargo.toml under [dependencies]:

    openapi = { path = "./generated" }

Documentation for API Endpoints

All URIs are relative to http://localhost:3000/api/v1

Class Method HTTP request Description
AccountApi account GET /account/{id}
AccountApi account_summaries_by_account_number GET /account
AdministrationApi home GET /
HistoryApi get_book_transfers GET /book
TransferApi create_book_transfer_request POST /book

Documentation For Models

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

cargo doc --open

Author

Dependencies

~4–18MB
~259K SLoC