No Description

JDierkse 99107e84a5 Add Logging 3 years ago
Application 48f930c19e Use Configured MQTT Topic 5 years ago
Libraries cb45769c20 Add Reconnection Timer 5 years ago
Makefiles @ be2883e29d 0a3cc80202 Update Makefiles and add Default Architecture 5 years ago
Toon 99107e84a5 Add Logging 3 years ago
.gitignore 4f5998cf5f Initial commit 5 years ago
.gitmodules 4f5998cf5f Initial commit 5 years ago
Makefile 4f5998cf5f Initial commit 5 years ago
Makefile.conf 0a3cc80202 Update Makefiles and add Default Architecture 5 years ago
README.md 96aa4d58cf Add README.md 4 years ago
ToonBridge.ini 4f5998cf5f Initial commit 5 years ago

README.md

ToonBridge

Instructions

In order to get an Authentication Token Execute the following in a Browser:

curl -k -v -L "https://api.toon.eu/toonapi-accesstoken?tenant_id=eneco&client_id=r47jwm8f5J2yG6wYhVzaqoctRL7FA6Aa"

Use the Authentication Token to get the Agreement ID

curl -X GET https://api.toon.eu/toon/v3/agreements -H 'authorization: Bearer {access_token}' -H 'cache-control: no-cache' -H 'content-type: application/json'