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

sila-sdk

Package Overview
Dependencies
Maintainers
5
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sila-sdk

SDK Access to the Sila API

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
34
increased by54.55%
Maintainers
5
Weekly downloads
 
Created
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

Package last updated on 12 Mar 2024

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