apimokka 0.8.3

API mock (apimock-rs) based visual mocking helper to handle HTTP/JSON req/res. Mock with mokka ☕️🌄
Documentation
1
2
3
4
5
#[tokio::main]
async fn main() {
    #[cfg(not(feature = "napi"))]
    apimokka::run().await;
}