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

  • 0.0.2
  • 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 module is a SDK for the RedisLabs Cloud API. Customers of the Cloud API can use this simple SDK for easier usage of the product.

How to initialize:

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

An example for usage:

//Getting account information
const accountInformation: { [string:key]: any } = await cloudAPIClient.getAccountInformation();

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

FAQs

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