Skip to content

Instantly share code, notes, and snippets.

@sharife3
sharife3 / python-data-api-example.py
Last active October 19, 2020 15:50
Example of connecting and consuming APEX:E3 Data
# Request dependendencies need to be installed
import websocket
import _thread
import time
import sys
import requests
import json
clientId = "[CLIENT_ID]"
clientSecret = "[CLIENT_SECRET]"