Tutorial Intro
Getting Started
What you'll need
-
Rust ( https://www.rust-lang.org/tools/install ) version 1.84.1 or above
- or update rust to latest version :
rustup update stable
-
A Kiln Connect API token
In order to use this API client, you will need a kiln api token. Please contact support@kiln.fi to get one.
- The crate : https://crates.io/crates/kilnfi_connect_rs
Commands
cargo init myproject
cargo add kilnfi_connect_rs
optional
cargo add uuid --features v4,serde
optional
cargo add chrono --features serde