Using android-vagrant with va.gov

Shell integration

Install
# See https://github.com/samtstern/android-vagrant
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
android-vagrant
Shell
API
va.gov
va.gov:forms
At a glance
Language Shell
Endpoints2
Base URLhttps://sandbox-api.va.gov/services/va_forms/v0