• Stars
    star
    149
  • Rank 248,619 (Top 5 %)
  • Language
    Swift
  • License
    MIT License
  • Created almost 9 years ago
  • Updated 11 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Swift wrapper for themoviedb.org api v3

Platforms Swift Package Manager CocoaPods Compatible codebeat badge GitHub issues GitHub license

Usage

  1. Get an API key-> themoviedb.org

"A TMDb user account is required to request an API key."*

2. View Wikis for examples

Installation

TMDBSwift is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "TMDBSwift"

TMDBSwift is available through Swift Package Manager. To install it to your project, simply add the following to your Package.swift file:

.package(url: "https://github.com/gkye/TheMovieDatabaseSwiftWrapper", from: "0.7.0"),

ENDPOINTS

Author

George Kye