Using FuelSDK-Python with salesforce.local

HTML integration

✓ Official SDK
Install
# See https://github.com/salesforce-marketingcloud/FuelSDK-Python
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-Python
HTML
API
salesforce.local
salesforce.local:einstein
At a glance
Language HTML
Endpoints45
Base URLhttp://salesforce.local
✓ Official