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
Please contact Vincent Carbonie at Utelly
# create client object
client = RestClient(server=SERVER, token=TOKEN)
# get movie objects using search term (default = Star Trek)
movies = client.lookup_movies(term)