Using teaclave-sgx-sdk with intel.com

Rust integration

Install
cargo add teaclave-sgx-sdk
Quick start
use teaclave_sgx_sdk::Client;

let client = Client::new("YOUR_API_KEY");
5. Get list of codename details for Intel products.
curl \
  -H "client_id: $API_KEY" \
  /api/products/get-codename
1. Find products by product id or category id
curl \
  -H "client_id: $API_KEY" \
  /api/products/get-products
3. Get ordering info for product id's requested.
curl \
  -H "client_id: $API_KEY" \
  /api/products/get-ordering-info
SDK on GitHub 📄 API Docs
SDK
teaclave-sgx-sdk
Rust
API
intel.com
intel.com:product-catalogue
At a glance
Language Rust
Endpoints4