New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rl-cloud-api-sdk

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rl-cloud-api-sdk

This is a client for the Redislabs Cloud API

  • 1.0.7
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-85.71%
Maintainers
1
Weekly downloads
 
Created
Source

rl-cloud-api-sdk

What is this module for?

This project is an SDK for the Cloud API product of Redislabs Cloud.
This project is a module in https://www.npmjs.com/package/rl-cloud-api-sdk that can be used to perform API requests of Cloud API.
Below are a few simple usages on how to setup the module and use it.

How to use:

Run the following command in your IDEA terminal:

npm i rl-cloud-api-sdk

How to initialize:

const client = new CloudAPISDK({
    accessKey: 'API access key',
    secretKey: 'API secret key',
});

//basic usage
const accountInformation = await client.getAccountInformation();

All the API calls from the official Swagger documentation are covered in the SDK (https://api.redislabs.com/v1/swagger-ui.html).

Integration testing Unit testing

Keywords

FAQs

Package last updated on 30 May 2020

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