Using Netatmo-API-iOS with netatmo.net

Objective-C integration

✓ Official SDK
Install
# See https://github.com/Netatmo/Netatmo-API-iOS
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-iOS
Objective-C
API
netatmo.net
netatmo.net
At a glance
Language Objective-C
Endpoints22
Base URLhttps://api.netatmo.net/api
✓ Official