Using apigee-ios-sdk with apigee.local

Objective-C integration

✓ Official SDK
Install
# See https://github.com/apigee/apigee-ios-sdk
ListApis returns matching APIs.
curl \
  http://apigee.local/v1/projects/{project}/locations/{location}/apis
ListArtifacts returns matching artifacts.
curl \
  http://apigee.local/v1/projects/{project}/locations/{location}/artifacts
GetApi returns a specified API.
curl \
  http://apigee.local/v1/projects/{project}/locations/{location}/apis/{api}
SDK on GitHub 📄 API Docs
SDK
apigee-ios-sdk
Objective-C
API
apigee.local
apigee.local:registry
At a glance
Language Objective-C
Endpoints35
Base URLhttp://apigee.local
✓ Official