#api-client #env #rust-zaim

bin+lib zaim

rust-zaim is a Rust client library for the Zaim API

2 unstable releases

0.2.0 Nov 26, 2022
0.1.0 Nov 25, 2022

#283 in #env

29 downloads per month

MIT license

13KB
94 lines

rust-zaim

rust-zaim is a Rust client library for the Zaim API

Usage

Installation

Set Enviroments

  1. Copy .env.
$ cp .env.example .env
$ cat .env
ZAIM_BASE_URL=
ZAIM_CUSTOMER_ID=
ZAIM_CUSTOMER_SECRET=
ZAIM_TOKEN=
ZAIM_SECRET=
ZAIM_VERIFIER=
  1. Obtain credentials on the Zaim Developers Center and set values.

Dependencies

~7–21MB
~297K SLoC