Class Tmdb

java.lang.Object
com.amilesend.tmdb.client.Tmdb

public class Tmdb extends Object
A helper class to vend API classes that are associated with a Connection to TMDB service.
See Also:
  • Connection
  • Field Details

  • Constructor Details

    • Tmdb

      public Tmdb(String readAccessToken)
      Creates a new Tmdb object that is configured with the default settings.
      Parameters:
      readAccessToken - the authenticated read access token
    • Tmdb

      public Tmdb(String readAccessToken, String userAgent)
      Creates a new Tmdb object that is configured with the default settings.
      Parameters:
      readAccessToken - the authenticated read access token
      userAgent - the user agent to define in requests made to the service
    • Tmdb

      public Tmdb(com.amilesend.client.connection.Connection connection)
      Creates a new Tmdb object for the given Connection.
      Parameters:
      connection - the connection
  • Method Details