mairie360_api_lib 0.4.0

Lib for mairie360 APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod secure_delete;
pub use secure_delete::handle_secure_delete;

mod secure_get;
pub use secure_get::handle_secure_get;

mod secure_post;
pub use secure_post::handle_secure_post;

mod update_data;
pub use update_data::handle_update_data;