Go to file
Jacob Kiers c0a444e833
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 25s Details
Try action
Signed-off-by: Jacob Kiers <code@kiers.eu>
2024-03-01 07:09:28 +01:00
.gitea/workflows Try action 2024-03-01 07:09:28 +01:00
examples Support downloading account statements 2024-03-01 07:09:28 +01:00
src Support downloading account statements 2024-03-01 07:09:28 +01:00
.gitignore we are a lib now. uncommit Cargo.lock 2020-10-25 10:05:03 +01:00
Cargo.toml Move to Rust 2021 edition 2024-03-01 07:09:28 +01:00
README.md Add a README.md file 2024-02-29 20:39:49 +01:00

README.md

bunq-rs

bunq-rs is a Rust wrapper around the bunq API.

It is configured (with confy) by creating a bunq-rs.toml file in the OS configuration directory, and with the following contents:

api_key = '<bunq API key>'

The api will take care to update this file with all the requisite information.