coingecko-openapi-client
Version:
Coingecko openapi client
27 lines (24 loc) • 1.35 kB
text/typescript
/* generated using openapi-typescript-codegen -- do not edit */
/* istanbul ignore file */
/* tslint:disable */
/* eslint-disable */
export { CoingeckoAPIClient } from './CoingeckoAPIClient';
export { ApiError } from './core/ApiError';
export { BaseHttpRequest } from './core/BaseHttpRequest';
export { CancelablePromise, CancelError } from './core/CancelablePromise';
export { OpenAPI } from './core/OpenAPI';
export type { OpenAPIConfig } from './core/OpenAPI';
export { AssetPlatformsService } from './services/AssetPlatformsService';
export { CategoriesService } from './services/CategoriesService';
export { CoinsService } from './services/CoinsService';
export { CompaniesBetaService } from './services/CompaniesBetaService';
export { ContractService } from './services/ContractService';
export { DerivativesService } from './services/DerivativesService';
export { ExchangeRatesService } from './services/ExchangeRatesService';
export { ExchangesService } from './services/ExchangesService';
export { GlobalService } from './services/GlobalService';
export { NftsBetaService } from './services/NftsBetaService';
export { PingService } from './services/PingService';
export { SearchService } from './services/SearchService';
export { SimpleService } from './services/SimpleService';
export { TrendingService } from './services/TrendingService';