Monzo
This crate is a Monzo client in pure rust.
It's ergonomic, strongly-typed, and asynchronous.
The majority of the endpoints are already supported. If you need a piece of functionality that is not yet implemented, please open an issue or even better, a pull request.
In order to use this client, you will first need to get an access token and/or refresh token for the Monzo API (see the docs)
Usage
use ;
async
License: Apache-2.0