UNPKG

@tapis/tapisui-api

Version:

Typescript library for making api calls with react query

13 lines (12 loc) 704 B
export { default as list } from './list'; export { default as details } from './details'; export { default as inferenceServerDetails } from './inference/inferenceServerDetails'; export { default as listDownloadLinks } from './listDownloadLinks'; export { default as listByAuthor } from './listByAuthor'; export { default as listByDataset } from './listByDataset'; export { default as listByLanguage } from './listByLanguage'; export { default as listByLibrary } from './listByLibrary'; export { default as listByQuery } from './listByQuery'; export { default as listByTask } from './listByTask'; export { default as modelCardDetails } from './modelCardDetails'; export * as Inference from './inference';