mockiapi 0.1.8

A flexible, feature-rich mock API server with an intuitive frontend that simplifies development.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod endpoint;
pub mod errors;
pub mod auth;
pub mod graphql;
pub mod multipart;
pub mod grpc;

pub use endpoint::*;
pub use errors::*;
pub use auth::*;
pub use graphql::*;
pub use multipart::*;