UNPKG

@tapis/tapisui-api

Version:

Typescript library for making api calls with react query

10 lines (9 loc) 514 B
export { default as list } from './list'; export { default as details } from './details'; export { default as listByAuthor } from './listByAuthor'; export { default as listByLanguage } from './listByLanguage'; export { default as listByQuery } from './listByQuery'; export { default as listByTask } from './listByTask'; export { default as listBySizeCategory } from './listBySizeCategory'; export { default as listDownloadLinks } from './listDownloadLinks'; export { default as cardDetails } from './cardDetails';