UNPKG

@simpleapps-com/augur-api

Version:

TypeScript client library for Augur microservices API endpoints

9 lines 1.24 kB
export { createHealthCheckResource, createHealthCheckDataResource, type HealthCheckResource, type HealthCheckDataResource, } from './health-check'; export { createSettingsResource, createSettingsDataResource, type SettingsResource, type SettingsDataResource, } from './settings'; export { createFyxerTranscriptResource, createFyxerTranscriptDataResource, type FyxerTranscriptResource, type FyxerTranscriptDataResource, } from './fyxer-transcript'; export { createOpenSearchResource, createOpenSearchDataResource, type OpenSearchResource, type OpenSearchDataResource, } from './open-search'; export { createMetaFilesResource, createMetaFilesDataResource, type MetaFilesResource, type MetaFilesDataResource, } from './meta-files'; export { createNotificationsResource, createNotificationsDataResource, type NotificationsResource, type NotificationsDataResource, } from './notifications'; export { createGeoCodesPostalCodesResource, createGeoCodesPostalCodesDataResource, type GeoCodesPostalCodesResource, type GeoCodesPostalCodesDataResource, } from './geo-codes-postal-codes'; export { createTrainingResource, createTrainingDataResource, type TrainingResource, type TrainingDataResource, } from './training'; //# sourceMappingURL=index.d.ts.map