Using HealthVault-Mobile-iOS-Library with va.gov

Objective-C integration

Install
# See https://github.com/microsoft/HealthVault-Mobile-iOS-Library
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
HealthVault-Mobile-iOS-Library
Objective-C
API
va.gov
va.gov:forms
At a glance
Language Objective-C
Endpoints2
Base URLhttps://sandbox-api.va.gov/services/va_forms/v0