Class ApiBase

java.lang.Object
com.amilesend.tmdb.client.api.ApiBase
  • Constructor Details

    • ApiBase

      public ApiBase(@NonNull Connection connection)
      Creates a new ApiBase instance.
      Parameters:
      connection - The connection that wraps the underlying HTTP client.
  • Method Details

    • getConnection

      @NonNull public @NonNull Connection getConnection()
      The connection that wraps the underlying HTTP client.