metabase 0.1.1

Ergonomic Rust SDK for Metabase's HTTP API, with async and blocking clients.
Documentation
1
2
3
4
5
6
/// Response from `GET /api/health`.
#[derive(Clone, Debug, serde::Deserialize)]
#[non_exhaustive]
pub struct HealthResponse {
    pub status: String,
}