Using GQL with windows.net

Rust integration

Install
cargo add GQL
Quick start
use GQL::Client;

let client = Client::new("YOUR_API_KEY");
Lists all of the jobs in the specified account.
curl \
  /jobs
Lists all of the pools in the specified account.
curl \
  /pools
Gets the number of nodes in each state, grouped by pool.
curl \
  /nodecounts
SDK on GitHub 📄 API Docs
SDK
GQL
Rust
API
windows.net
windows.net:batch-BatchService
At a glance
Language Rust
Endpoints73