Health
GET
Get health of MeiliSearch server.
JavaScript
Python
Ruby
Go
-X GET 'http://localhost:7700/health'
client.health()
// health() return an Err() if the server is not healthy, so this example would panic due to the unwrap
client.health().await.unwrap();
Response:
{
}