Skip to main content

A Python SDK for the Lord of the Rings API

Project description

This is a SDK for the Lord of the Rings API at https://the-one-api.dev

Installation & Setup

You can install this package using pip

pip install plotrsdk

Account Creation

Signup at https://the-one-api.dev/sign-up and copy your Access token

Setup Environment Variable

Since, most of the APIs are protected using a access token, you will have to set an enviornment variable before using the SDK

export LOTR_TOKEN=xxxxxxxxx

Usage

Important things to remember

list function has a default limit of 10. If you want a bigger limit, you can do the following

.limit({"limit": 1000})

Books

To list the books

Intialize with API key

Services

  • Book
  • Movie
  • Character
  • Quote
  • Chapter

each method in service will have a variable which states whether key is required or not

Addon to each service

  • Pagination
  • Sorting
  • Filter
    • pretty much straight forward, use dictionary, and use that to
  • Authentication

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

plotrsdk-1.0.6.tar.gz (5.9 kB view hashes)

Uploaded Source

Built Distribution

plotrsdk-1.0.6-py3-none-any.whl (8.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page