Skip to content

An API Wrapper for themoviedb.org written in Swift

Notifications You must be signed in to change notification settings

opfeffer/TMDbClient

Repository files navigation

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

Resources

Stars

Watchers

Forks

Packages

No packages published