zaim

Crates.iozaim
lib.rszaim
version0.2.0
sourcesrc
created_at2022-11-25 15:23:50.897262
updated_at2022-11-26 03:54:59.006384
descriptionrust-zaim is a Rust client library for the Zaim API
homepage
repositoryhttps://github.com/ryohidaka/rust-zaim
max_upload_size
id722842
size42,921
日高 凌 (ryohidaka)

documentation

README

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.
Commit count: 4

cargo fmt