Skip to content

Instantly share code, notes, and snippets.

@eliooses
Created October 30, 2015 08:22
Show Gist options
  • Select an option

  • Save eliooses/f36d36e8854948c0eed7 to your computer and use it in GitHub Desktop.

Select an option

Save eliooses/f36d36e8854948c0eed7 to your computer and use it in GitHub Desktop.
FIX API by JSON
{
"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