Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gkye/themoviedatabaseswiftwrapper
- Owner: gkye
- License: mit
- Created: 2016-02-16T18:53:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T21:38:10.000Z (10 months ago)
- Last Synced: 2024-08-05T18:33:42.793Z (3 months ago)
- Topics: json, movies-api, swift, tmdb, tmdb-api
- Language: Swift
- Homepage:
- Size: 7.72 MB
- Stars: 150
- Watchers: 8
- Forks: 39
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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