ExTheOne.Movies (sdk v0.1.0)

The ExTheOne.Movie module provides The One API movie functionality.

Summary

Functions

Retrieve a single movie

List all quotes from a movie

List all Movies

Functions

Link to this function

get_movie(movie_id)

(since 0.1.0)

Retrieve a single movie

Examples

iex> ExTheOne.Movies.get_movie("dkajhfdiauhdflkadhfil")

Documentation

Docs: https://the-one-api.dev/documentation

Link to this function

list_movie_quotes(movie_id)

(since 0.1.0)

List all quotes from a movie

Examples

iex> ExTheOne.Movies.list_movie_quotes("dkajhfdiauhdflkadhfil")

Documentation

Docs: https://the-one-api.dev/documentation

Link to this function

list_movies()

(since 0.1.0)

List all Movies

Examples

iex> ExTheOne.Movies.list_movies

Documentation

Docs: https://the-one-api.dev/documentation