Using azure-sdk-for-rust with up.com.au

Rust integration

Install
cargo add azure-sdk-for-rust
Quick start
use azure_sdk_for_rust::Client;

let client = Client::new("YOUR_API_KEY");
List tags
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.up.com.au/api/v1/tags
List accounts
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.up.com.au/api/v1/accounts
List webhooks
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.up.com.au/api/v1/webhooks
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-rust
Rust
API
up.com.au
up.com.au
At a glance
Language Rust
Endpoints18
Base URLhttps://api.up.com.au/api/v1