0.0.12 • Published 3 years ago

@fern-api/toast v0.0.12

Weekly downloads
-
License
-
Repository
github
Last release
3 years ago

Toast Node Library

npm shield

This Node.js library provides access to the Toast API from JavaScript/TypeScript.

Usage

Try it out

const toast = new HotschedulesToastClient({
  token: "MY_TOKEN",
});

const response = await toast.menus.getAll({
  toastRestaurantExternalId: "external-id"
});

for (const menu of response.menus ?? []) {
  console.log(menu.name)
  console.log(menu.description)
  console.log(menu.image)
}
0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago