View Source Omdb (omdb v0.1.0)

A Thin Wrapper for the OMDB API. Functions map to requests documented here: Get a movie, series, or episode by title.

Summary

Functions

get_by_id(title, opts)

See Omdb.Client.get_by_id/2.

get_by_title(title, opts)

See Omdb.Client.get_by_title/2.

search(query, opts)

See Omdb.Client.search/2.