Crates.io | invest-api-rust-sdk |
lib.rs | invest-api-rust-sdk |
version | |
source | src |
created_at | 2025-03-09 12:41:36.074648+00 |
updated_at | 2025-03-21 15:35:33.766409+00 |
description | Invest API SDK is a Rust library that provides a convenient wrapper for gRPC-based interaction with Invest API. It supports interceptor configuration for each service separately and utilizes Tonic for client generation |
homepage | https://github.com/sillent/invest-api-rust-sdk |
repository | |
max_upload_size | |
id | 1585425 |
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 |
Invest API SDK is a Rust library that provides a convenient wrapper for interacting with Invest API
The SDK uses Tonic to generate gRPC clients and allows configuring interceptors for each service separately.
Add the following to your Cargo.toml:
[dependencies]
invest-api-rust-sdk = "0.2"
You can find usage examples in the examples directory.
Before running, set the TOKEN environment variable with your API access token (examples use SANDBOX).
Use this crate at your own risk. The author assumes no responsibility for any issues arising from its usage.
Invest API SDK — это библиотека на языке Rust, предоставляющая удобную оболочку для взаимодействия с Invest API через gRPC.
SDK использует Tonic для генерации gRPC-клиентов и предоставляет возможность конфигурировать interceptor'ы для каждого сервиса отдельно.
Добавьте в ваш Cargo.toml
:
[dependencies]
invest-api-rust-sdk = "0.2"
Примеры использования можно посмотреть в директории examples
Перед запуском необходимо установить переменную окружения TOKEN
в которой будет указан токен-доступа к API endpoint (в примерах используется SANDBOX)
Используйте данный crate
на свой страх и риск. Автор не несет никакой ответственности за использование данного crate