opfeffer / TMDbClient

An API Wrapper for themoviedb.org written in Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TMDbClient - themoviedb.org with Swift

badge-swift badge-carthage badge-platforms

Delightful API interface to interact with themoviedb.org's API.

Installation

Add TMDbClient via carthage by adding the following line to your Cartfile:

github 'opfeffer/TMDbClient' ~> 1.0

Getting started

In your AppDelegate initialize the TMDbClient library by calling

TMDbClient.initialize(with: {your_api_key_here})

Unavailable Features

Currently, this library only provides read-access to TMDb contents. User Authentication/Guest Sessions are not supported at this time.

Todos:

  • build recovery mechanism for /configuration request timeouts.

About

An API Wrapper for themoviedb.org written in Swift


Languages

Language:Swift 98.6%Language:Objective-C 1.4%