5 releases
| 0.1.4 | Dec 25, 2025 |
|---|---|
| 0.1.3 | Dec 25, 2025 |
| 0.1.2 | Oct 16, 2021 |
| 0.1.1 | Sep 29, 2021 |
| 0.1.0 | Sep 27, 2021 |
#633 in Web programming
23KB
574 lines
This library is to be used to simplify the access of Up Bank data through Rust applications.
Up Bank Rest API
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
Personal Access Token
A personal access token is required to query your personal data from the API and can be generated here.
Testing the library
To test this library, create a file called .test_token in the root of this repository containing your personal access token:
up:yeah:YourTestUpTokenHere
Testing your access token
Once you have provided your access token, you can check that it works by running cargo test
Dependencies
~23–41MB
~518K SLoC