@tapis/tapisui-api
Version:
Typescript library for making api calls with react query
13 lines (12 loc) • 704 B
TypeScript
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';