Socket
Socket
Sign inDemoInstall

sila-sdk

Package Overview
Dependencies
16
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    sila-sdk

SDK Access to the Sila API


Version published
Weekly downloads
69
increased by1.47%
Maintainers
5
Created
Weekly downloads
 

Readme

Source

Sila SDK for Node Apps

Using the SDK

Installation and use

A guide to the installation and configuration of this SDK can be found here: https://docs.silamoney.com/docs/nodejavascript-sdk

Endpoint Methods

Example code for each SDK endpoint method is found in the associated endpoint's section in our docs, which can be found here: https://docs.silamoney.com/docs/get-started

Development

Setup

npm install

That's it. You're ready to go!

Testing

Run unit tests and code coverage summary

npm run test

To see a detail of code coverage, view your lcov report:

http-server ./coverage/lcov-report/

Then browse to the address displayed in your terminal.

NOTE: If you do not have http-server installed, you can install it with the following command:

npm i -g http-server

Note on Package Name Change

The SDK package name has changed from @silamoney/sdk to sila-sdk starting with version 1.0.2. Please update your dependencies to sila-sdk for future updates.

Keywords

FAQs

Last updated on 12 Mar 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