helloasso 0.2.1

A package built to access helloasso api, https://api.helloasso.com/v5/swagger/ui/index
Documentation
1
2
3
4
5
6
//! # Hello Asso
//! 
//! `helloasso` is a create used to interact with [helloasso api](https://api.helloasso.com/v5/swagger/ui/index#/).
//! It is not affiliated to helloasso.
mod client;
pub use crate::client::{Error, HelloAsso};