Using mobile-services with adobe.com

Objective-C integration

✓ Official SDK

Install

# See https://github.com/Adobe-Marketing-Cloud/mobile-services
curl \
  -u "$API_USER:$API_PASS" \
  http://adobe.local/system/health
curl \
  -u "$API_USER:$API_PASS" \
  http://adobe.local/{path}/{name}
curl \
  -u "$API_USER:$API_PASS" \
  http://adobe.local/bin/querybuilder.json
SDK on GitHub 📄 API Docs
SDK
mobile-services
Objective-C
API
adobe.com
adobe.com:aem

At a glance

Language Objective-C
Endpoints48
Base URLhttp://adobe.local
✓ Official