Using teaclave-sgx-sdk with apache.org

Rust integration

✓ Official SDK

Install

cargo add teaclave-sgx-sdk

Quick start

use teaclave_sgx_sdk::Client;

let client = Client::new("YOUR_API_KEY");
List DAGs
curl \
  -u "$API_USER:$API_PASS" \
  https://apache.local/dags
List pools
curl \
  -u "$API_USER:$API_PASS" \
  https://apache.local/pools
List roles
curl \
  -u "$API_USER:$API_PASS" \
  https://apache.local/roles
SDK on GitHub 📄 API Docs
SDK
teaclave-sgx-sdk
Rust
API
apache.org
apache.org:airflow

At a glance

Language Rust
Endpoints73
Base URLhttps://apache.local
✓ Official