mindflow 0.1.0

A command line client for Mindflow
1
2
3
4
5
6
pub enum HttpStatus {
    Ok = 200,
    BadRequest = 400,
    Unauthorized = 401,
    InternalServerError = 500,
}