| Crates.io | metriport-rust |
| lib.rs | metriport-rust |
| version | 0.1.0 |
| created_at | 2023-12-31 04:14:21.711971+00 |
| updated_at | 2023-12-31 04:14:21.711971+00 |
| description | This is a rust SDK for the metriport API |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1084558 |
| size | 4,862 |
let options = Options {
timeout: None,
additional_headers: None,
sandbox: None,
base_address: Some(String::from("localhost:3000")),
};
let api_key = String::from("your-api-key");
let sdk = SDK::new(api_key, options);
let organization = sdk.create_organization(data).await?;