Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gkye/themoviedatabaseswiftwrapper

Swift wrapper for themoviedb.org api v3
https://github.com/gkye/themoviedatabaseswiftwrapper

json movies-api swift tmdb tmdb-api

Last synced: 19 days ago
JSON representation

Swift wrapper for themoviedb.org api v3

Awesome Lists containing this project

README

        

[![Platforms](https://img.shields.io/badge/Platforms-macOS_iOS_tvOS_watchOS_-yellowgreen?style=flat-square)](https://img.shields.io/badge/Platforms-macOS_iOS_tvOS_watchOS-Green?style=flat-square)
[![Swift Package Manager](https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat-square)](https://img.shields.io/badge/Swift_Package_Manager-compatible-orange?style=flat-square)
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/TMDBSwift.svg?style=flat-square)](https://img.shields.io/cocoapods/v/TMDBSwift.svg)
[![codebeat badge](https://codebeat.co/badges/7a5d93bf-b630-4f1a-a968-4c17903d3906)](https://codebeat.co/projects/github-com-gkye-themoviedatabaseswiftwrapper)
[![GitHub issues](https://img.shields.io/github/issues/gkye/TheMovieDatabaseSwiftWrapper.svg)](https://github.com/gkye/TheMovieDatabaseSwiftWrapper/issues)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/gkye/TheMovieDatabaseSwiftWrapper/master/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](http://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod "TMDBSwift"
```

TMDBSwift is available through [Swift Package Manager](https://docs.swift.org/package-manager/PackageDescription/PackageDescription.html). To install it to your project, simply add the following to your Package.swift file:
``` swift
.package(url: "https://github.com/gkye/TheMovieDatabaseSwiftWrapper", from: "0.7.0"),
```

## ENDPOINTS
* Changes
* Collections
* Companies
* Credits
* Discover | DiscoverTV |
* DiscoverMovie
* Find
* Keywords
* List
* Genres
* Networks
* People
* Reviews
* Search
* TV
* TVSeasons
* TVEpisodes
* Movie

* Certifications

## Author
George Kye