Sen descrición

JDierkse 282f56a53e Update Makefiles hai 9 meses
Application 961e0e289d Update LogLevel hai 10 meses
Libraries cb45769c20 Add Reconnection Timer %!s(int64=5) %!d(string=hai) anos
Makefiles @ 2556879082 282f56a53e Update Makefiles hai 9 meses
Test 9516c70eaf Add Test hai 10 meses
Toon d59262947e Update to new communication protocol %!s(int64=2) %!d(string=hai) anos
.gitignore 4f5998cf5f Initial commit %!s(int64=5) %!d(string=hai) anos
.gitmodules 4f5998cf5f Initial commit %!s(int64=5) %!d(string=hai) anos
Makefile 4f5998cf5f Initial commit %!s(int64=5) %!d(string=hai) anos
Makefile.conf 9516c70eaf Add Test hai 10 meses
README.md 96aa4d58cf Add README.md %!s(int64=4) %!d(string=hai) anos
ToonBridge.ini 4f5998cf5f Initial commit %!s(int64=5) %!d(string=hai) anos
compile_flags.txt d231196b44 Add CompileFlags file %!s(int64=2) %!d(string=hai) anos

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'