@dfulginiti/lotr-sdk

1.0.0 • Public • Published

derek_fulginiti_sdk

SDK for The One API (Lord of the Rings informational API)

Installation

npm install @dfulginiti/lotr-sdk

Obtaining an API Key

Create an account in order to obtain an API key.

Basic Usage

Initialization

You can initialize the Lotr class with the following syntax:

import Lotr from '@dfulginiti/lotr-sdk';

const lotr = new Lotr('API_KEY');

Resources

The SDK currently supports the Movie and Quote resources. With it, you can retrieve either one or all of a specific resource. You can also retrieve a list of quotes for a specific movie.

Example Usage

Fetching all movies

lotr.movies();

Fetching one movie

lotr.movie('5cd95395de30eff6ebccde5b'); // The Two Towers

Fetching movie quotes

lotr.movieQuotes('5cd95395de30eff6ebccde5b');

Rate Limit

You may only hit the API up to 100 times in a 10 minute span, so use wisely!

Pagination, Filtering, and Sorting

The SDK does not currently support pagination, filtering, or sorting. Perhaps in the future!

API Documentation

For more information on the underlying API, please see: https://the-one-api.dev/documentation

Readme

Keywords

none

Package Sidebar

Install

npm i @dfulginiti/lotr-sdk

Weekly Downloads

2

Version

1.0.0

License

MIT

Unpacked Size

8.83 kB

Total Files

12

Last publish

Collaborators

  • dfulginiti