Свойство | Type | Description | |
---|---|---|---|
GetConfig | Configuration.Configuration |
Méthode | Description | |
---|---|---|
GetCollectionAsync ( int collectionId ) : Task |
Get a specific collection
|
|
GetCollectionImagesAsync ( int collectionId ) : Task |
Gets the images that are associated with the collection.
|
|
GetCompanyAsync ( int companyId ) : Task |
Gets a specific company
|
|
GetCompanyCreditsAsync ( int companyId, int page = 1 ) : Task |
Gets the credits of the specified company.
|
|
GetCreditsAsync ( int personId ) : Task |
Get the credits of a specific movie.
|
|
GetImageAsync ( int personId ) : Task |
The images of a specific person.
|
|
GetMovieAlternateTitlesAsync ( int movieId, string country ) : Task |
Gets a list of altenative titles for the specified country
|
|
GetMovieAsync ( int movieId, MovieExtras extra ) : Task |
Gets a movie by the movie database id.
|
|
GetMovieByImdbAsync ( string imdbId ) : Task |
Gets a movie by the IMDB id.
|
|
GetMovieCastAsync ( int movieId ) : Task |
Gets the credits of a specific movie.
|
|
GetMovieImagesAsync ( int movieId ) : Task |
All images of a specific movie.
|
|
GetMovieKeywordsAsync ( int movieId ) : Task |
The keywords of a specific movie.
|
|
GetMovieReleasesAsync ( int movieId ) : Task |
Releases of a specific movie.
|
|
GetMovieTrailersAsync ( int movieId ) : Task |
Gets the trailer of a specific movie.
|
|
GetMovieTranslationsAsync ( int movieId ) : Task |
Gets the languages that a specific movie is translated into.
|
|
GetPersonAsync ( int personId, PersonExtras extras ) : Task |
Gets the information of the specified person.
|
|
GetSeasonAsync ( int tvSeriesId, int seasonNumber ) : Task |
Gets a season of a tv series by the database id of the series and the sequence number of the season.
|
|
GetSimilarMoviesAsync ( int movieId, int page = 1 ) : Task |
Gets movies that are similiar to the specified movie.
|
|
GetTvAsync ( int tvSeriesId, TVSeriesExtras extra ) : Task |
Gets a TvSeries by the movie database id.
|
|
Initialise ( string apiKey, bool useSecureConnections = true ) : void |
Initialises the wrapper.
|
|
Initialise ( string apiKey, string language, bool useSecureConnections = true ) : void |
Initialises the wrapper.
|
|
SearchCollectionAsync ( string query, int page = 1 ) : Task |
Searches for collections that match the query string.
|
|
SearchCompanyAsync ( string query, int page = 1 ) : Task |
Searches for companies that match the query string.
|
|
SearchMovieAsync ( string query, int page = 1, bool includeAdult = null, int year = null ) : Task |
Searches for movies that match the query string.
|
|
SearchPersonAsync ( string query, int page = 1 ) : Task |
Searches for persons that match the query string.
|
|
SearchTVAsync ( string query, int firstAirDateYear = null, int page = 1 ) : Task |
Searches for TV series that match the query string
|
Méthode | Description | |
---|---|---|
GetConfig ( ) : Configuration.Configuration |
public static GetCollectionAsync ( int collectionId ) : Task |
||
collectionId | int | Id of the collection |
Résultat | Task |
public static GetCollectionImagesAsync ( int collectionId ) : Task | ||
collectionId | int | Id of the collection |
Résultat | Task |
public static GetCompanyAsync ( int companyId ) : Task |
||
companyId | int | Id of the requested company. |
Résultat | Task |
public static GetCompanyCreditsAsync ( int companyId, int page = 1 ) : Task |
||
companyId | int | The id of the company |
page | int | The request page of the search results, giving 0 will give all results. |
Résultat | Task |
public static GetCreditsAsync ( int personId ) : Task |
||
personId | int | The id of the person. |
Résultat | Task |
public static GetImageAsync ( int personId ) : Task |
||
personId | int | The id of the specified person. |
Résultat | Task |
public static GetMovieAlternateTitlesAsync ( int movieId, string country ) : Task |
||
movieId | int | Id of the movie |
country | string | Code of the country |
Résultat | Task |
public static GetMovieAsync ( int movieId, MovieExtras extra ) : Task |
||
movieId | int | Id of the movie |
extra | MovieExtras | Indicates which parts should be prefetched. |
Résultat | Task |
public static GetMovieByImdbAsync ( string imdbId ) : Task |
||
imdbId | string | The IMDB id |
Résultat | Task |
public static GetMovieCastAsync ( int movieId ) : Task |
||
movieId | int | The id of the movie. |
Résultat | Task |
public static GetMovieImagesAsync ( int movieId ) : Task | ||
movieId | int | The id of the movie. |
Résultat | Task |
public static GetMovieKeywordsAsync ( int movieId ) : Task |
||
movieId | int | The id of the movie. |
Résultat | Task |
public static GetMovieReleasesAsync ( int movieId ) : Task |
||
movieId | int | Id of the movie |
Résultat | Task |
public static GetMovieTrailersAsync ( int movieId ) : Task |
||
movieId | int | The id of the movie. |
Résultat | Task |
public static GetMovieTranslationsAsync ( int movieId ) : Task |
||
movieId | int | The id of the movie. |
Résultat | Task |
public static GetPersonAsync ( int personId, PersonExtras extras ) : Task |
||
personId | int | The id of the person. |
extras | PersonExtras | Indicates which parts should be prefetched. |
Résultat | Task |
public static GetSeasonAsync ( int tvSeriesId, int seasonNumber ) : Task |
||
tvSeriesId | int | The if of the tv series. |
seasonNumber | int | The sequence number of the season. |
Résultat | Task |
public static GetSimilarMoviesAsync ( int movieId, int page = 1 ) : Task |
||
movieId | int | The specific movie. |
page | int | The request page of the search results, giving 0 will give all results. |
Résultat | Task |
public static GetTvAsync ( int tvSeriesId, TVSeriesExtras extra ) : Task |
||
tvSeriesId | int | The id of the tv series |
extra | TVSeriesExtras | Indicates which parts should be prefetched. |
Résultat | Task |
public static Initialise ( string apiKey, bool useSecureConnections = true ) : void | ||
apiKey | string | The apikey the requests will use. |
useSecureConnections | bool | Inidicates if a secure connection should be used. |
Résultat | void |
public static Initialise ( string apiKey, string language, bool useSecureConnections = true ) : void | ||
apiKey | string | The apikey the request will use. |
language | string | The language the requests will use. |
useSecureConnections | bool | Inidicates if a secure connection should be used. |
Résultat | void |
public static SearchCollectionAsync ( string query, int page = 1 ) : Task |
||
query | string | The query string |
page | int | The request page of the search results, giving 0 will give all results. |
Résultat | Task |
public static SearchCompanyAsync ( string query, int page = 1 ) : Task |
||
query | string | The query string. |
page | int | The request page of the search results, giving 0 will give all results. |
Résultat | Task |
public static SearchMovieAsync ( string query, int page = 1, bool includeAdult = null, int year = null ) : Task |
||
query | string | The query string |
page | int | The request page of the search results, giving 0 will give all results. |
includeAdult | bool | Indicates whether to include adult movies. |
year | int | If specified the year the movies are released. |
Résultat | Task |
public static SearchPersonAsync ( string query, int page = 1 ) : Task |
||
query | string | The query string |
page | int | The request page of the search results, giving 0 will give all results. |
Résultat | Task |
public static SearchTVAsync ( string query, int firstAirDateYear = null, int page = 1 ) : Task |
||
query | string | The query string |
firstAirDateYear | int | The year of first air date |
page | int | The request page of the search results, giving 0 will give all results. |
Résultat | Task |