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§
- Rest
Client - 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.