Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client to communicate with tmdb api.
func (*Client) GetMovies ¶
func (c *Client) GetMovies(query, year string) (*gotmdb.SearchMovies, error)
GetMovies search for movies using query and year (if provided). see: https://developers.themoviedb.org/3/search/search-movies
Click to show internal directories.
Click to hide internal directories.