1.0.0 • Published 2 years ago

@muhaddis/lord-ring-sdk v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Lord Ring API SDK

This SDK package can be used to to access Lord of Ring API's

API KEY's

You can get API Keys by Signing up on: https://the-one-api.dev/sign-up

Installation

npm i muhaddis-lord-ring-sdk

Usage

const LordRing = require("muhaddis-lord-ring-sdk");

1. Movies

Function to get all movies: LordRing.movies.getAll(api-key-here)

Function to get movie by id: LordRing.movies.getById(movieId, api-key-here)

Function to get quote of a movie by id: LordRing.movies.getQuote(movieId, api-key-here)

2. Quotes

Function to get all quotes: LordRing.quotes.getAll(api-key-here)

Function to get quotes by id: LordRing.quotes.getById(quoteId, api-key-here)

Future Modules

1. Books

2. Characters

1.0.0

2 years ago