0.0.12 • Published 1 year ago

@fern-api/toast v0.0.12

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

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago