forked from php-tmdb/api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating example files to be readable
- Loading branch information
1 parent
73d9ce5
commit a6a529d
Showing
11 changed files
with
5,619 additions
and
10 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,9 @@ | ||
{"description":null,"headquarters":"San Francisco, California","homepage":"http:\/\/www.lucasfilm.com","id":1,"logo_path":"\/8rUnVMVZjlmQsJ45UGotD0Uznxj.png","name":"Lucasfilm","parent_company":null} | ||
{ | ||
"description":null, | ||
"headquarters":"San Francisco, California", | ||
"homepage":"http:\/\/www.lucasfilm.com", | ||
"id":1, | ||
"logo_path":"\/8rUnVMVZjlmQsJ45UGotD0Uznxj.png", | ||
"name":"Lucasfilm", | ||
"parent_company":null | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,73 @@ | ||
{"images":{"base_url":"http:\/\/image.tmdb.org\/t\/p\/","secure_base_url":"https:\/\/image.tmdb.org\/t\/p\/","backdrop_sizes":["w300","w780","w1280","original"],"logo_sizes":["w45","w92","w154","w185","w300","w500","original"],"poster_sizes":["w92","w154","w185","w342","w500","original"],"profile_sizes":["w45","w185","h632","original"],"still_sizes":["w92","w185","w300","original"]},"change_keys":["adult","also_known_as","alternative_titles","biography","birthday","budget","cast","character_names","crew","deathday","general","genres","homepage","images","imdb_id","name","original_title","overview","plot_keywords","production_companies","production_countries","releases","revenue","runtime","spoken_languages","status","tagline","title","trailers","translations"]} | ||
{ | ||
"images":{ | ||
"base_url":"http:\/\/image.tmdb.org\/t\/p\/", | ||
"secure_base_url":"https:\/\/image.tmdb.org\/t\/p\/", | ||
"backdrop_sizes":[ | ||
"w300", | ||
"w780", | ||
"w1280", | ||
"original" | ||
], | ||
"logo_sizes":[ | ||
"w45", | ||
"w92", | ||
"w154", | ||
"w185", | ||
"w300", | ||
"w500", | ||
"original" | ||
], | ||
"poster_sizes":[ | ||
"w92", | ||
"w154", | ||
"w185", | ||
"w342", | ||
"w500", | ||
"original" | ||
], | ||
"profile_sizes":[ | ||
"w45", | ||
"w185", | ||
"h632", | ||
"original" | ||
], | ||
"still_sizes":[ | ||
"w92", | ||
"w185", | ||
"w300", | ||
"original" | ||
] | ||
}, | ||
"change_keys":[ | ||
"adult", | ||
"also_known_as", | ||
"alternative_titles", | ||
"biography", | ||
"birthday", | ||
"budget", | ||
"cast", | ||
"character_names", | ||
"crew", | ||
"deathday", | ||
"general", | ||
"genres", | ||
"homepage", | ||
"images", | ||
"imdb_id", | ||
"name", | ||
"original_title", | ||
"overview", | ||
"plot_keywords", | ||
"production_companies", | ||
"production_countries", | ||
"releases", | ||
"revenue", | ||
"runtime", | ||
"spoken_languages", | ||
"status", | ||
"tagline", | ||
"title", | ||
"trailers", | ||
"translations" | ||
] | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,144 @@ | ||
{ | ||
"genres":[ | ||
{ | ||
"id":28, | ||
"name":"Action" | ||
}, | ||
{ | ||
"id":12, | ||
"name":"Adventure" | ||
}, | ||
{ | ||
"id":16, | ||
"name":"Animation" | ||
}, | ||
{ | ||
"id":35, | ||
"name":"Comedy" | ||
}, | ||
{ | ||
"id":80, | ||
"name":"Crime" | ||
}, | ||
{ | ||
"id":105, | ||
"name":"Disaster" | ||
}, | ||
{ | ||
"id":99, | ||
"name":"Documentary" | ||
}, | ||
{ | ||
"id":18, | ||
"name":"Drama" | ||
}, | ||
{ | ||
"id":82, | ||
"name":"Eastern" | ||
}, | ||
{ | ||
"id":2916, | ||
"name":"Erotic" | ||
}, | ||
{ | ||
"id":10751, | ||
"name":"Family" | ||
}, | ||
{ | ||
"id":10750, | ||
"name":"Fan Film" | ||
}, | ||
{ | ||
"id":14, | ||
"name":"Fantasy" | ||
}, | ||
{ | ||
"id":10753, | ||
"name":"Film Noir" | ||
}, | ||
{ | ||
"id":10769, | ||
"name":"Foreign" | ||
}, | ||
{ | ||
"id":36, | ||
"name":"History" | ||
}, | ||
{ | ||
"id":10595, | ||
"name":"Holiday" | ||
}, | ||
{ | ||
"id":27, | ||
"name":"Horror" | ||
}, | ||
{ | ||
"id":10756, | ||
"name":"Indie" | ||
}, | ||
{ | ||
"id":10402, | ||
"name":"Music" | ||
}, | ||
{ | ||
"id":22, | ||
"name":"Musical" | ||
}, | ||
{ | ||
"id":9648, | ||
"name":"Mystery" | ||
}, | ||
{ | ||
"id":10754, | ||
"name":"Neo-noir" | ||
}, | ||
{ | ||
"id":1115, | ||
"name":"Road Movie" | ||
}, | ||
{ | ||
"id":10749, | ||
"name":"Romance" | ||
}, | ||
{ | ||
"id":878, | ||
"name":"Science Fiction" | ||
}, | ||
{ | ||
"id":10755, | ||
"name":"Short" | ||
}, | ||
{ | ||
"id":9805, | ||
"name":"Sport" | ||
}, | ||
{ | ||
"id":10758, | ||
"name":"Sporting Event" | ||
}, | ||
{ | ||
"id":10757, | ||
"name":"Sports Film" | ||
}, | ||
{ | ||
"id":10748, | ||
"name":"Suspense" | ||
}, | ||
{ | ||
"id":10770, | ||
"name":"TV movie" | ||
}, | ||
{ | ||
"id":53, | ||
"name":"Thriller" | ||
}, | ||
{ | ||
"id":10752, | ||
"name":"War" | ||
}, | ||
{ | ||
"id":37, | ||
"name":"Western" | ||
} | ||
] | ||
} |
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.