Delightful API interface to interact with themoviedb.org's API.
Add TMDbClient via carthage by adding the following line to your Cartfile:
github 'opfeffer/TMDbClient' ~> 1.0
In your AppDelegate
initialize the TMDbClient library by calling
TMDbClient.initialize(with: {your_api_key_here})
Currently, this library only provides read-access to TMDb contents. User Authentication/Guest Sessions are not supported at this time.
- build recovery mechanism for
/configuration
request timeouts.