Package com.jakewharton.trakt

Classes which assist in marshalling the native builder methods to proper remote API calls and the resulting JSON to POJOs specifically for the Trakt RESTful API.

See:
          Description

Interface Summary
TraktEntity Local representation of a server-side Trakt object which can be de-serialized from JSON.
TraktEnumeration Interface which allows for central unification of the type heirarchy of all Trakt-specific enumerations.
 

Class Summary
ServiceManager Class to manage service creation with default settings.
TraktApiBuilder<T> Trakt-specific API builder extension which provides helper methods for adding fields, parameters, and post-parameters commonly used in the API.
TraktApiService Trakt-specific API service extension which facilitates provides helper methods for performing remote method calls as well as deserializing the corresponding JSON responses.
 

Enum Summary
TraktApiBuilder.HttpMethod Valid HTTP request methods.
 

Exception Summary
TraktException  
 

Package com.jakewharton.trakt Description

Classes which assist in marshalling the native builder methods to proper remote API calls and the resulting JSON to POJOs specifically for the Trakt RESTful API.



Copyright © 2011 Jake Wharton. All Rights Reserved.