MovieDB

The MovieDB Service provides access to movie data using TMDB (The MovieDB API). For more information, check out https://www.themoviedb.org/

Terms of use: https://www.themoviedb.org/documentation/api/terms-of-use

RPC Categories

RPCS

MovieDB.getImage(path: String)

Get an image from a path.

Arguments:

  • path: String (String) - location of the image

Returns: Image (Image) - the requested image

MovieDB.searchMovie(title: String)

Search for a given movie and return movie IDs.

Arguments:

  • title: String (String) - Title of movie

MovieDB.searchPerson(name: String)

Search for a given actor and return person IDs.

Arguments:

  • name: String (String) - Name of person to search for