Socket
Socket
Sign inDemoInstall

rings-sdk

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rings-sdk

A This is an sdk for lord of the rings movies


Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Lord of the rings SDK

A This is an sdk for lord of the rings movies

Installation

Install rings-sdk with npm or yarn

  npm install rings-sdk --save-dev
  or
  yarn add rings-sdk

Usage/Examples

const sdk = require('rings-sdk')

const { books } = sdk;

await books.run();
  • If you want to limit your request you can chain the limit function
await books.limit(100).run();
  • For request that require API key
const sdk = require('rings-sdk')

const { chapters } = sdk;

chapters.init(apikey);
await chapters.run();

Running Tests

To run tests, run the following command

  npm run test

FAQs

Package last updated on 16 Jul 2022

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