meilisearch-api-client 0.0.1

A api client for Meilisearch.
Documentation
1
2
3
4
5
6
7
// Routes
pub static INDEXES  : &'static str = "/indexes";
pub static DOCUMENTS: &'static str = "/documents";

// Error Message
pub const MESSAGE_INTERNAL_SERVER_ERROR: &str = "Internal Server Error";