helloasso 0.3.0

A package built to access helloasso api, https://api.helloasso.com/v5/swagger/ui/index
Documentation
1
2
3
4
5
6
7
8
9
//! # Hello Asso
//!
//! `helloasso` is a create used to interact with the [helloasso api](https://api.helloasso.com/v5/swagger/ui/index#/).
//! It is not affiliated to helloasso.
mod client;
mod error;

pub use crate::client::HelloAsso;
pub use crate::error::{AuthenticationError, AuthorizationError, Error};