Using AgileCloudSDK with 1password.local

Objective-C integration

Install

# See https://github.com/agilebits/AgileCloudSDK
Get state of the server and its dependencies.
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://1password.local/health
Get all Vaults
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://1password.local/vaults
Query server for exposed Prometheus metrics
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://1password.local/metrics
SDK on GitHub 📄 API Docs
SDK
AgileCloudSDK
Objective-C
API
1password.local
1password.local:connect

At a glance

Language Objective-C
Endpoints15
Base URLhttp://1password.local