Crate up_bank_api[][src]

Expand description

This library is to be used to simplify the access of Up Bank data through Rust applications.

Modules

Module for all Account related data

Blocking variant of the RestClient

Module for all Category related data

Module for elements which are not to any specific data type, such as Pagination<T>

Module for all Tag related data

Module for all Transaction related data

Structs

REST client to make HTTP GET and POST requests.

Enums

Restson error return type.

Functions

Pass in your Up Bank token, returns a blocking RestClient where the API can be easily called, with the required results returned.

Pass in your Up Bank token, returns an async RestClient where the API can be easily called, with the required results returned.