golang-tmdb icon indicating copy to clipboard operation
golang-tmdb copied to clipboard

Support for access token

Open sayem314 opened this issue 1 year ago • 4 comments

I would like to request adding support for TMDB API access token in the golang-tmdb library. Currently, the library only supports API key authentication.

https://developers.themoviedb.org/4/getting-started/authorization

sayem314 avatar May 15 '23 19:05 sayem314

I am currently using this patch to make it work with the access token. https://github.com/lunarr-app/golang-tmdb/commit/2cde74406a1d95fc2888fe05b2bfc9b9bc5db700

sayem314 avatar May 17 '23 12:05 sayem314

Hi @sayem314, this wrapper only supports version 3 for now. Last time I checked, v4 was not complete, how is it now days?

cyruzin avatar May 22 '23 16:05 cyruzin

@cyruzin v4 is complete. You can check updated docs on tmdb docs.

sayem314 avatar May 22 '23 16:05 sayem314

@sayem314 cool. Let's build v4 then.

cyruzin avatar May 22 '23 16:05 cyruzin

@sayem314 I gave up on v2, so I added support in this PR: https://github.com/cyruzin/golang-tmdb/pull/57

cyruzin avatar Mar 01 '24 20:03 cyruzin