UNPKG

@kloutit/kloutit-sdk

Version:
22 lines (19 loc) 749 B
/* tslint:disable */ /* eslint-disable */ /** * API Reference * The Kloutit API is organized around [REST](https://en.wikipedia.org/wiki/REST), it accepts and returns [JSON-encoded](https://www.json.org) bodies, returning standard [HTTP response codes](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes). You can interact with the API directly using your preferred HTTP/REST library. * * The version of the OpenAPI document: 2.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ export interface Configuration { apiKey: string; basePath?: string; baseOptions?: any; formDataCtor?: new () => any; }