TheThingsArchive / java-app-sdk

The Things Network Application SDK for Java
MIT License
30 stars 25 forks source link

Wrap Handler API #25

Closed FokkeZB closed 7 years ago

FokkeZB commented 7 years ago

We deciced to grow *-app-lib into full SDKs that not just wrap the Handler's MQTT broker to communicate with devices but also its HTTP API for managing applications and devices.

We can probably use some generic REST API wrapper and expose it under:

Suggested name: org.thethingsnetwork.handler.manage (also see #26)