finished movie endpoints, addded configuration and utility method to construct full image url

This commit is contained in:
Blake Joynes
2021-05-15 13:50:54 -04:00
parent 9937277752
commit 6f8ae6e2c3
10 changed files with 846 additions and 2 deletions

View File

@@ -7,3 +7,4 @@ export * from './credits';
export * from './search';
export * from './genre';
export * from './movies';
export * from './configuration';