Crate up_bank_api

Source
Expand description

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

Modules§

accounts
Module for all Account related data
blocking
Blocking variant of the RestClient
categories
Module for all Category related data
general
Module for elements which are not to any specific data type, such as Pagination<T>
tags
Module for all Tag related data
transactions
Module for all Transaction related data

Structs§

RestClient
REST client to make HTTP GET and POST requests.

Enums§

Error
Restson error return type.

Functions§

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