Socket
Book a DemoInstallSign in
Socket

restaurant-api-sdk

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

restaurant-api-sdk

Use the Cheezious 2.0 restaurant API to fetch menu items and place orders.

1.0.1
latest
Source
npmnpm
Version published
Weekly downloads
9
-47.06%
Maintainers
1
Weekly downloads
 
Created
Source

Getting Started with QR-Based Restaurant Management System API

Introduction

Updated API documentation for QR-Based Restaurant Management System

Install the Package

Run the following command from your project directory to install the package from npm:

npm install restaurant-api-sdk@1.0.1

For additional package details, see the Npm page for the restaurant-api-sdk@1.0.1 npm.

Initialize the API Client

Note: Documentation for the client can be found here.

The following parameters are configurable for the API Client:

ParameterTypeDescription
timeoutnumberTimeout for API calls.
Default: 30000
httpClientOptionsPartial<HttpClientOptions>Stable configurable http client options.
unstableHttpClientOptionsanyUnstable configurable http client options.
loggingPartialLoggingOptionsLogging Configuration to enable logging

The API client can be initialized as follows:

import { Client, LogLevel } from 'restaurant-api-sdk';

const client = new Client({
  timeout: 30000,
  logging: {
    logLevel: LogLevel.Info,
    logRequest: {
      logBody: true
    },
    logResponse: {
      logHeaders: true
    }
  },
});

List of APIs

  • Menu
  • Order

SDK Infrastructure

Configuration

HTTP

Utilities

Keywords

Restaurant

FAQs

Package last updated on 20 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.