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");
Get list of all Queues.
curl \
  https://apache.local/queues
Status of webapp.
curl \
  https://apache.local/status
Get Queue config.
curl \
  https://apache.local/queues/{queueName}/config
SDK on GitHub 📄 API Docs
SDK
teaclave-sgx-sdk
Rust
API
apache.org
apache.org:qakka

At a glance

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