0.0.12 • Published 2 years ago

@fern-api/toast v0.0.12

Weekly downloads
-
License
-
Repository
github
Last release
2 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

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago