apimock 4.7.2

HTTP(S) mock server. Drop JSON files into a folder and your API immediately exists.
Documentation
1
2
3
4
5
6
pub mod error_response;
pub mod file_response;
pub mod json_response;
pub mod status_code_response;
pub mod text_response;
mod util;