Socket
Socket
Sign inDemoInstall

@skycatch/node-skyapi-sdk

Package Overview
Dependencies
4
Maintainers
15
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @skycatch/node-skyapi-sdk

Node SDK to interact with SkyAPI


Version published
Maintainers
15
Install size
2.00 MB
Created

Readme

Source

node-skyapi-sdk

SkyAPI v2 is based on Open API Specification.

Release

npm run build:release

Build

All outputs go inside the dist/ folder:

npm run build:json
npm run build:yaml
npm run build:sdk
npm run build # all
npm run build:release # use this before publishing the module to NPM

Add v2 Lambda

  1. Add your lambda as devDependency in package.json
  2. Add reference to your lambda in spec/openapi.yml
  3. Execute npm run build

Add v1 Lambda

A non Open API compliant v1 lambda can be added as follows:

  1. Add your lambda as separate template in codegen/templates/
  2. Add your lambda as additional partial in codegen/render.js
  3. Include your partial in codegen/templates/main.js
  4. Execute npm run build

Debug Logs

Enable debug logs:

DEBUG=@skycatch/* node app.js

FAQs

Last updated on 28 Feb 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc