Using SmartMeshSDK3 with smart-me.com

Python integration

Install
pip install SmartMeshSDK3
Quick start
import SmartMeshSDK3

client = SmartMeshSDK3.Client("YOUR_API_KEY")
Gets the informations for the user.
curl \
  -u "$API_USER:$API_PASS" \
  https://smart-me.com:443/api/User
Gets all pico charging stations for this user
curl \
  -u "$API_USER:$API_PASS" \
  https://smart-me.com:443/api/pico
A method returning HTTP 200 OK when queried. It is used by Kuber…
curl \
  -u "$API_USER:$API_PASS" \
  https://smart-me.com:443/api/Health
SDK on GitHub 📄 API Docs
SDK
SmartMeshSDK3
Python
API
smart-me.com
smart-me.com
At a glance
Language Python
Endpoints64
Base URLhttps://smart-me.com:443