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");
Returns all VA Forms and their last revision date
curl \
  -H "apikey: $API_KEY" \
  https://sandbox-api.va.gov/services/va_forms/v0/forms
Find form by form name
curl \
  -H "apikey: $API_KEY" \
  https://sandbox-api.va.gov/services/va_forms/v0/forms/{form_name}
SDK on GitHub 📄 API Docs
SDK
valkeymodule-rs
Rust
API
va.gov
va.gov:forms
At a glance
Language Rust
Endpoints2
Base URLhttps://sandbox-api.va.gov/services/va_forms/v0