UNPKG

@n1k1t/mock-server

Version:

Powerful util to setup mocks over HTTP APIs

15 lines 1 kB
export { default as expectationsGroupUpdate } from './expectations-group.update.endpoint'; export { default as expectationsGetList } from './expectations.get-list.endpoint'; export { default as expectationsCreate } from './expectations.create.endpoint'; export { default as expectationsDelete } from './expectations.delete.endpoint'; export { default as expectationsUpdate } from './expectations.update.endpoint'; export { default as historyGetList } from './history.get-list.endpoint'; export { default as historyDelete } from './history.delete.endpoint'; export { default as cacheUsageGet } from './cache.usage.get.endpoint'; export { default as cacheDelete } from './cache.delete.endpoint'; export { default as configGet } from './config.get.endpoint'; export { default as metrics } from './metrics.endpoint'; export { default as stats } from './stats.endpoint'; export { default as ping } from './ping.endpoint'; export { default as gui } from './gui.endpoint'; //# sourceMappingURL=index.d.ts.map