Using climatepartner-sdk-client with climate.com

TypeScript integration

Install
npm install climatepartner-sdk-client
Quick start
import Climatepartner_sdk_client from 'climatepartner-sdk-client';

const client = new Climatepartner_sdk_client({ apiKey: "YOUR_API_KEY" });
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
climatepartner-sdk-client
TypeScript
API
climate.com
climate.com
At a glance
Language TypeScript
Endpoints26
Base URLhttps://platform.climate.com