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

This is a Golang wrapper for working with TMDb API. It aims to support version 3.

Results 3 golang-tmdb issues
Sort by recently updated
recently updated
newest added

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

enhancement

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

Hello, I would like to ask why you chose to nest structures in a single structure. Instead of creating small structures separated and then be reused. I say this because...

enhancement