Using Climate_check with climate.com

Dart integration

Install
# See https://github.com/PriyanshuNanda/Climate_check
Retrieve list of Fields
curl \
  -H "X-Api-Key: $API_KEY" \
  https://platform.climate.com/v4/fields
Retrieve list of all Fields the user has access to.
curl \
  -H "X-Api-Key: $API_KEY" \
  https://platform.climate.com/v4/fields/all
Retrieve the operations accessible to a a given user.
curl \
  -H "X-Api-Key: $API_KEY" \
  https://platform.climate.com/v4/operations/all
SDK on GitHub 📄 API Docs
SDK
Climate_check
Dart
API
climate.com
climate.com
At a glance
Language Dart
Endpoints26
Base URLhttps://platform.climate.com