3.0.0 • Published 5 years ago

@datafire/hydramovies v3.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

@datafire/hydramovies

Client library for Hydra Movies

Installation and Usage

npm install --save @datafire/hydramovies
let hydramovies = require('@datafire/hydramovies').create();

.then(data => {
  console.log(data);
});

Description

Hydra Movies is a streaming service that holds information on thousands of popular movies.

The Hydra Movies API gives you access to their entire collection of full movies.

Each film returned provides you with the following data:

  • Movie Title
  • Movie Release Year
  • Genre
  • Movie Summary
  • Movie Poster
  • IMDB ID
  • IMDB Rating
  • Runtime
  • Language
  • YouTube trailer

Actions

CurrentMovieDataCsvGet

Returns a movie using the films unique IMDB identifier

hydramovies.CurrentMovieDataCsvGet({
  "IMDBid": ""
}, context)

Input

  • input object
    • IMDBid required string: IMDB ID of the movie to return

Output

Output schema unknown

CurrentMovieDataCsvGet2

Returns a movie based on the year of its release

hydramovies.CurrentMovieDataCsvGet2({
  "MovieYear": ""
}, context)

Input

  • input object
    • MovieYear required string: Release year of the movies to return

Output

Output schema unknown

Definitions

This integration has no definitions