Using valkeymodule-rs with va.gov

Rust integration

Install
cargo add valkeymodule-rs
Quick start
use valkeymodule_rs::Client;

let client = Client::new("YOUR_API_KEY");
Get status for a previous benefits document upload
curl \
  -H "apikey: $API_KEY" \
  https://sandbox-api.va.gov/services/vba_documents/v1/uploads/{id}
Download zip of "what the server sees"
curl \
  -H "apikey: $API_KEY" \
  https://sandbox-api.va.gov/services/vba_documents/v1/uploads/{id}/download
SDK on GitHub 📄 API Docs
SDK
valkeymodule-rs
Rust
API
va.gov
va.gov:benefits
At a glance
Language Rust
Endpoints6
Base URLhttps://sandbox-api.va.gov/services/vba_documents/v1