Skip to content

IAmMadfly/rust-up-bank-rest-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

For the use of testing this library, you have 2 options on token location. The preferred storage method is through an environment variable, which may be called "UP_TOKEN" such as:

export UP_TOKEN="up:yeah:YourTestUpTokenHere"

Otherwise a file can be stored on the root of this repo called "test.toml" containing the following contents:

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages