1 unstable release
0.1.0 | Dec 31, 2023 |
---|
5KB
97 lines
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?;
Dependencies
~6–19MB
~245K SLoC