| Crates.io | up-bank-api |
| lib.rs | up-bank-api |
| version | 0.1.4 |
| created_at | 2021-09-27 13:51:21.809116+00 |
| updated_at | 2025-12-25 12:16:27.80823+00 |
| description | Rust Library for accessing the Up Bank API in an easy way |
| homepage | |
| repository | https://github.com/IAmMadfly/rust-up-bank-rest-api |
| max_upload_size | |
| id | 457015 |
| size | 65,145 |
This project is dedicated to being a simple to use API the gather the data given by Up Bank (https://up.com.au/) It also provides the required types to gather the data
A personal access token is required to query your personal data from the API and can be generated here.
To test this library, create a file called .test_token in the root of this repository containing your personal access token:
up:yeah:YourTestUpTokenHere
Once you have provided your access token, you can check that it works by running cargo test