Merge updated master branch into discover-endpoint
This commit is contained in:
@@ -9,6 +9,7 @@ import {
|
||||
TvShowsEndpoint,
|
||||
ConfigurationEndpoint,
|
||||
DiscoverEndpoint,
|
||||
PeopleEndpoint,
|
||||
} from './endpoints';
|
||||
|
||||
export default class TMDB {
|
||||
@@ -57,4 +58,8 @@ export default class TMDB {
|
||||
get discover(): DiscoverEndpoint{
|
||||
return new DiscoverEndpoint(this.accessToken);
|
||||
}
|
||||
|
||||
get people(): PeopleEndpoint{
|
||||
return new PeopleEndpoint(this.accessToken);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user