Get info from status page json
This commit is contained in:
parent
d024280878
commit
dbe196f388
8 changed files with 113 additions and 30 deletions
4
src/status_page/mod.rs
Normal file
4
src/status_page/mod.rs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
pub mod model;
|
||||
pub mod parser;
|
||||
pub use model::StatusPageResponse;
|
||||
pub use parser::parse_response;
|
||||
Loading…
Add table
Add a link
Reference in a new issue