christian-watson-SDK

SDK for use with The One API, a Lord of the Rings API


Keywords
sdk, lord, of, the, rings
License
MIT
Install
pip install christian-watson-SDK==0.2

Documentation

Lord of the Rings Python SDK

The Lord of the Rings Python SDK enables Python developers an easy way to access LOTR related info in their apps.

Quickstart

$ pip install christian_watson_SDK

from christian_watson_SDK.client import LOTRClient

client = LOTRClient('YOUR_API_KEY_ENV_VARIABLE')

movies = await client.movies()