Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@gokiteam/guestline

Package Overview
Dependencies
Maintainers
4
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gokiteam/guestline

This is a Node.js library which implements guestline SOAP requests

  • 1.4.2
  • latest
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

Goki Guestline SDK

This is a Node.js library which implements guestline SOAP requests

How to use

Install

npm install --save @gokiteam/guestline

Example

import { Guestline } from './src/Guestline'

const guestline = new Guestline()

const data = {
  SiteID: 'YOUR SiteID',
  InterfaceID: 'YOUR InterfaceID', // must be number
  OperatorCode: 'YOUR OperatorCode',
  Password: 'YOUR Password'
}

guestline.login(args)
  .then(res => {
    console.log(res);
  })
  .catch(error => {
    console.log(error);
  })

Keywords

FAQs

Package last updated on 30 Aug 2022

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc