mairie360_api_lib 0.8.2

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

mod delete_data;
pub use delete_data::handle_delete_data;

mod get_data;
pub use get_data::handle_get_data;

mod post_data;
pub use post_data::handle_post_data;