blakejoy / tmdb-ts

Typescript client wrapper for TheMovieDB (TMDB) v3
MIT License
37 stars 12 forks source link

Refactor/ moved parsing of parameters into superclass #23

Closed Der-Penz closed 1 year ago

Der-Penz commented 1 year ago

I moved the parsing of the parameter into the api.ts superclass to avoid having to call the parseOptions function all the time.

Changes Made:

blakejoy commented 1 year ago

Good refactor. Looks like merge conflicts after adding linting/formatting

Der-Penz commented 1 year ago

I hope i didn't break anything during the merge, maybe take a look on it.

blakejoy commented 1 year ago

LGTM

Bump the minor version