Using FuelSDK-Java with salesforce.local

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/salesforce-marketingcloud/FuelSDK-Java
Get API Isage
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://salesforce.local/v2/apiusage
Get All Datasets
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://salesforce.local/v2/vision/datasets
Get All Examples for Label
curl \
  -H "Authorization: Bearer $API_KEY" \
  http://salesforce.local/v2/vision/examples
SDK on GitHub 📄 API Docs
SDK
FuelSDK-Java
Java
API
salesforce.local
salesforce.local:einstein
At a glance
Language Java
Endpoints45
Base URLhttp://salesforce.local
✓ Official