Using NetatmoSwiftSDK with netatmo.net

Swift integration

Install
# See https://github.com/Baza207/NetatmoSwiftSDK
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
NetatmoSwiftSDK
Swift
API
netatmo.net
netatmo.net
At a glance
Language Swift
Endpoints22
Base URLhttps://api.netatmo.net/api