Created
October 30, 2015 08:22
-
-
Save eliooses/f36d36e8854948c0eed7 to your computer and use it in GitHub Desktop.
FIX API by JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "TorrentsApi": { | |
| "endpoint": "http://api.torrentsapi.com", | |
| "data": { | |
| "movie_id": "id", | |
| "title": "title", | |
| "imdb_id": "imdb" | |
| } | |
| }, | |
| "YTS": { | |
| "endpoint": "https://yts.to/api/", | |
| "data": { | |
| "movie_id": "id", | |
| "title": "movie_title", | |
| "imdb_id": "imdbID" | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment