|
|
|
@ -104,6 +104,8 @@ at the expense of extra requests to OMDB API from each instance. |
|
|
|
|
I decided to implement this API with Nest.js, because I already used it on test assignments before, |
|
|
|
|
and it's good and convenient enough for API prototyping. |
|
|
|
|
|
|
|
|
|
I'm also using TypeScript with "strictest" config, along with `@typescript-eslint` with "strict-type-checked" config. |
|
|
|
|
|
|
|
|
|
## OMDB format |
|
|
|
|
|
|
|
|
|
Unfortunately, I couldn't find any clear documentation on OMDB response format. |
|
|
|
|