Using apigee-ios-sdk with apigee.net

Objective-C integration

✓ Official SDK
Install
# See https://github.com/apigee/apigee-ios-sdk
Market Days Supply
curl \
  -u "$API_USER:$API_PASS" \
  https://marketcheck-prod.apigee.net/v2/mds/car
Get sales count by make, model, year, trim or taxonomy vin
curl \
  -u "$API_USER:$API_PASS" \
  https://marketcheck-prod.apigee.net/v2/sales/car
Price, Miles and Days on Market stats
curl \
  -u "$API_USER:$API_PASS" \
  https://marketcheck-prod.apigee.net/v2/stats/car
SDK on GitHub 📄 API Docs
SDK
apigee-ios-sdk
Objective-C
API
apigee.net
apigee.net:marketcheck-cars
At a glance
Language Objective-C
Endpoints71
Base URLhttps://marketcheck-prod.apigee.net/v2
✓ Official