UNPKG

@simpleapps-com/augur-api

Version:

TypeScript client library for Augur microservices API endpoints

7 lines 833 B
export { createHealthCheckResource, createHealthCheckDataResource, type HealthCheckResource, type HealthCheckDataResource, } from './health-check'; export { createAkashaResource, createAkashaDataResource, type AkashaResource, type AkashaDataResource, } from './akasha'; export { createJoomlaResource, createJoomlaDataResource, type JoomlaResource, type JoomlaDataResource, } from './joomla'; export { createMicroservicesResource, createMicroservicesDataResource, type MicroservicesResource, type MicroservicesDataResource, } from './microservices'; export { createRubricsResource, createRubricsDataResource, type RubricsResource, type RubricsDataResource, } from './rubrics'; export { createOllamaResource, createOllamaDataResource, type OllamaResource, type OllamaDataResource, } from './ollama'; //# sourceMappingURL=index.d.ts.map