/utelly-rest-client

Utelly REST Client (search movies)

Primary LanguagePython

Utelly REST API Client

Description

This is a REST Client to access Utelly search movies endpoint.

To use this functionality you need to set up .env file with SERVER and TOKEN

How to obtain token and server endpoint?

Please contact Vincent Carbonie at Utelly

Usage

# create client object
client = RestClient(server=SERVER, token=TOKEN)
# get movie objects using search term (default = Star Trek)
movies = client.lookup_movies(term)