UNPKG

@coveo/platform-client

Version:

The main goal of this package is to provide an easy to configure and straightforward way of querying Coveo Cloud APIs using JavaScript.

11 lines 442 B
import PlatformClient from './PlatformClient.js'; export * from './PlatformClient.js'; export * from './ConfigurationInterfaces.js'; export * from './handlers/index.js'; export * from './resources/index.js'; export * from './utils/index.js'; export * from './Endpoints.js'; export { default as API } from './APICore.js'; export { default as getEndpoint } from './Endpoints.js'; export default PlatformClient; //# sourceMappingURL=Entry.js.map