Skip to content

Commit

Permalink
Updating example files to be readable
Browse files Browse the repository at this point in the history
  • Loading branch information
wtfzdotnet committed Feb 5, 2014
1 parent 73d9ce5 commit a6a529d
Show file tree
Hide file tree
Showing 11 changed files with 5,619 additions and 10 deletions.
408 changes: 407 additions & 1 deletion test/Tmdb/Tests/Resources/changes/movies.json

Large diffs are not rendered by default.

340 changes: 339 additions & 1 deletion test/Tmdb/Tests/Resources/collection/get.json

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion test/Tmdb/Tests/Resources/company/get.json
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
}
74 changes: 73 additions & 1 deletion test/Tmdb/Tests/Resources/configuration/get.json
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"
]
}
144 changes: 144 additions & 0 deletions test/Tmdb/Tests/Resources/genre/list.json
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"
}
]
}
1 change: 0 additions & 1 deletion test/Tmdb/Tests/Resources/genre/result.json

This file was deleted.

1,632 changes: 1,631 additions & 1 deletion test/Tmdb/Tests/Resources/movie/all.json

Large diffs are not rendered by default.

1,325 changes: 1,324 additions & 1 deletion test/Tmdb/Tests/Resources/person/get.json

Large diffs are not rendered by default.

1,139 changes: 1,138 additions & 1 deletion test/Tmdb/Tests/Resources/tv/all.json

Large diffs are not rendered by default.

Loading

0 comments on commit a6a529d

Please sign in to comment.