genuka-react
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Initialisation

import Genuka from "genuka";

await genuka.initialize({
  domain: "market.lamater.net",
});

Get all products

const products = await genuka.products.list({
  limit: 10,
  offset: 0,
  sort: "id",
  order: "asc",
});

Readme

Keywords

Package Sidebar

Install

npm i genuka-react

Weekly Downloads

1

Version

0.0.2

License

ISC

Unpacked Size

18.7 kB

Total Files

9

Last publish

Collaborators

  • lamater