golang-tmdb
golang-tmdb copied to clipboard
Support for access token
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
I am currently using this patch to make it work with the access token. https://github.com/lunarr-app/golang-tmdb/commit/2cde74406a1d95fc2888fe05b2bfc9b9bc5db700
Hi @sayem314, this wrapper only supports version 3 for now. Last time I checked, v4 was not complete, how is it now days?
@cyruzin v4 is complete. You can check updated docs on tmdb docs.
@sayem314 cool. Let's build v4 then.
@sayem314 I gave up on v2, so I added support in this PR: https://github.com/cyruzin/golang-tmdb/pull/57