//! Monzo API clients
//!//! ## `[QuickClient](struct.QuickClient.html)`
//! For using with only an access token
//!//! ## `[Client]`
//! for using with access token, refresh token, and client credentials
modquick;pubusequick::Client as QuickClient;modrefreshable;pubuserefreshable::Client;