Ingen beskrivning

JDierkse 961e0e289d Update LogLevel 10 månader sedan
Application 961e0e289d Update LogLevel 10 månader sedan
Libraries cb45769c20 Add Reconnection Timer 5 år sedan
Makefiles @ 4bcd686780 c5ff5c062d Update Makefiles 10 månader sedan
Test 9516c70eaf Add Test 10 månader sedan
Toon d59262947e Update to new communication protocol 2 år sedan
.gitignore 4f5998cf5f Initial commit 5 år sedan
.gitmodules 4f5998cf5f Initial commit 5 år sedan
Makefile 4f5998cf5f Initial commit 5 år sedan
Makefile.conf 9516c70eaf Add Test 10 månader sedan
README.md 96aa4d58cf Add README.md 4 år sedan
ToonBridge.ini 4f5998cf5f Initial commit 5 år sedan
compile_flags.txt d231196b44 Add CompileFlags file 2 år sedan

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'