Using Netatmo-API-Android with netatmo.net

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/Netatmo/Netatmo-API-Android
The method getuser returns information about a user such as prefered language…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.netatmo.net/api/getuser
Links a callback url to a user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.netatmo.net/api/addwebhook
The method devicelist returns the list of devices owned by the user, and thei…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://api.netatmo.net/api/devicelist
SDK on GitHub 📄 API Docs
SDK
Netatmo-API-Android
Java
API
netatmo.net
netatmo.net
At a glance
Language Java
Endpoints22
Base URLhttps://api.netatmo.net/api
✓ Official