@lob/lob-typescript-sdk
Version:
Lob API wrapper
63 lines (62 loc) • 2.3 kB
TypeScript
/**
* Lob
* The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors. <p> Looking for our [previous documentation](https://lob.github.io/legacy-docs/)?
*
* The version of the OpenAPI document: 1.3.0
* Contact: lob-openapi@lob.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { AxiosPromise, AxiosInstance, AxiosRequestConfig } from "axios";
import { Configuration } from "../configuration";
import { RequestArgs, BaseAPI } from "../base";
import { PlaceholderModel } from "../models";
/**
* DefaultApi - axios parameter creator
* @export
*/
export declare const DefaultApiAxiosParamCreator: (configuration?: Configuration) => {
/**
* Don\'t call this. It\'s so that the right models can be generated.
* @summary placeholder_no_call
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
placeholder: (options?: AxiosRequestConfig) => Promise<RequestArgs>;
};
/**
* DefaultApi - functional programming interface
* @export
*/
export declare const DefaultApiFp: (configuration?: Configuration) => {
/**
* Don\'t call this. It\'s so that the right models can be generated.
* @summary placeholder_no_call
* @param {*} [options] Override http request option.
* @throws {RequiredError}
*/
placeholder(options?: AxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<PlaceholderModel>>;
};
/**
* DefaultApi - object-oriented interface
* @export
* @class DefaultApi
* @extends {BaseAPI}
*/
export declare class DefaultApi extends BaseAPI {
/**
* Don\'t call this. It\'s so that the right models can be generated.
* @summary placeholder_no_call
* @param {*} [options] Override http request option.
* @throws {RequiredError}
* @memberof DefaultApi
*/
placeholder_no_call(options?: AxiosRequestConfig): Promise<PlaceholderModel>;
}
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/