3.0.0 • Published 5 years ago
@datafire/hydramovies v3.0.0
@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
- IMDBid required
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
- MovieYear required
Output
Output schema unknown
Definitions
This integration has no definitions
3.0.0
5 years ago