alpaca-authx-client-rs 0.1.0

Unofficial, use at own risk. Generated from alpacas open api specs using openapi cli
Documentation

Rust API client for openapi

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

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: 1.0.0
  • Generator version: 7.19.0
  • Build package: org.openapitools.codegen.languages.RustClientCodegen

Installation

Put the package under your project folder in a directory named openapi and add the following to Cargo.toml under [dependencies]:

openapi = { path = "./openapi" }

Documentation for API Endpoints

All URIs are relative to https://authx.alpaca.markets/v1

Class Method HTTP request Description
OAuth2Api issue_tokens POST /oauth2/token Issue tokens

Documentation For Models

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

cargo doc --open

Author