Crates.io | maib-client |
lib.rs | maib-client |
version | 0.3.7 |
created_at | 2025-06-12 14:16:19.249825+00 |
updated_at | 2025-09-25 17:27:17.682451+00 |
description | An unofficial Rust client for MAIB API |
homepage | |
repository | https://github.com/AleVul/maib-client |
max_upload_size | |
id | 1709850 |
size | 89,553 |
This is a REST client for the API that currently only supports a small portion of MAIB API.
E-commerce API support is in the works
To run sandbox tests, set MAIB_SANDBOX_BASE_PATH
and MAIB_SANDBOX_ACCESS_TOKEN
env variables in .env
file, then run:
just test-sandbox
Note that you need just command runner. If you dont have the runner, then just set env variables and run:
cargo test --test sandbox
Both of these will only run integration tests.
Licensed under either of:
at your option.