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

hsdp-sdk

Package Overview
Dependencies
Maintainers
10
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hsdp-sdk

Library for JavaScript projects to use HSDP

  • 1.5.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
18
increased by5.88%
Maintainers
10
Weekly downloads
 
Created
Source

HSDP SDK for JavaScript

This project provides a Software Development Kit that makes interaction with HSDP APIs easy for a JavaScript programmer. Instead of having to worry about composing the correct HTTP requests (required url, headers, body, query parameters, parsing responses), the user interacts with statically typed data structures, giving autocompletion and field name discovery of the request and response data structures.

  • Technology stack: the library is intended for use in any JavaScript project that needs to interact with HSDP APIs.
  • Status: the software is still in early development, only supporting a few of the HSDP APIs.

Dependencies

The SDK can be used in any JavaScript project via any package manager.

Installation

yarn add hsdp-sdk

or

npm install --save hsdp-sdk

Usage

This SDK is split into multiple parts and has specific documentation for each of them in the docs folder:

How to test the software

Use the following command to run the unit tests:

yarn test

Known issues

At this moment, there are no known issues.

Contact / Getting help

In case of questions about this SDK, please check with the issue tracker if that is a known problem or feature request. And if that does not help, reach out to the maintainers.

License

See LICENSE

Credits and references

This SDK used the Kotlin HSDP SDK and HSDP SDK for Dotnet 6.0 as inspiration.

FAQs

Package last updated on 20 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