api descriptions
This commit is contained in:
parent
99980028d0
commit
30d07f79f3
6 changed files with 20 additions and 5 deletions
|
|
@ -11,6 +11,7 @@ export class OMDbAPI extends APIModel {
|
|||
|
||||
this.plugin = plugin;
|
||||
this.apiName = 'OMDbAPI';
|
||||
this.apiDescription = 'A free API for Movies and Series.';
|
||||
this.apiUrl = 'http://www.omdbapi.com/';
|
||||
this.types = ['movie', 'series'];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue