UNPKG

fetchbee

Version:

A lightweight JS library to simplify all kinds of API calls.

12 lines (10 loc) 471 B
export { getFetch } from "./getFetch.js"; export { getById } from "./getById.js"; export { getWithPagination } from "./getWithPagination.js"; export { getWithSearch } from "./getWithSearch.js"; export { getWithDate } from "./getWithDate.js"; export { getCombined } from "./getCombined.js"; export { postFetch } from "./postFetch.js"; export { putFetch } from "./putFetch.js"; export { patchFetch } from "./patchFetch.js"; export { deleteFetch } from "./deleteFetch.js";