This SDK package provides a simple interface to interact with the LOTR API.
-
Initialize the SDK package by importing and instantiating the
LOTRHandler
class fromlotr_sdk_package.lotr_handler
. -
Use the SDK methods to interact with the API endpoints and retrieve the desired data.
-
Refer to the example code in
lotr_sdk_package.examples
for sample usage scenarios.
- requests (HTTP library)
To authenticate your API requests, sign up for an access token at https://the-one-api.dev/sign-up, and set the generated API key in lotr_sdk_package.config.API_KEY
.