UNPKG

@climatepartner/climatepartner-api-sdk

Version:

The ClimatePartner API provides one uniform public API to customers of ClimatePartner.

3 lines (2 loc) 196 B
import { RequestOptions, Request, Response } from './http'; export declare const fetch: (url: string | URL | Request, { method, headers, body, ...options }?: RequestOptions) => Promise<Response>;