Aucune description

JDierkse c5ff5c062d Update Makefiles il y a 10 mois
Application 8e232a9123 Code Cleanup il y a 2 ans
Libraries cb45769c20 Add Reconnection Timer il y a 5 ans
Makefiles @ 4bcd686780 c5ff5c062d Update Makefiles il y a 10 mois
Toon d59262947e Update to new communication protocol il y a 2 ans
.gitignore 4f5998cf5f Initial commit il y a 5 ans
.gitmodules 4f5998cf5f Initial commit il y a 5 ans
Makefile 4f5998cf5f Initial commit il y a 5 ans
Makefile.conf 0a3cc80202 Update Makefiles and add Default Architecture il y a 5 ans
README.md 96aa4d58cf Add README.md il y a 4 ans
ToonBridge.ini 4f5998cf5f Initial commit il y a 5 ans
compile_flags.txt d231196b44 Add CompileFlags file il y a 2 ans

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'