mirror of
https://github.com/jellyfin/TMDbLib.git
synced 2024-11-30 09:10:37 +00:00
Add data
This commit is contained in:
parent
c8f6660191
commit
926e9f0187
142
TMDbLibTests/Data/data-AccountStateConverterTest.json
Normal file
142
TMDbLibTests/Data/data-AccountStateConverterTest.json
Normal file
@ -0,0 +1,142 @@
|
||||
[
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:38.7868492Z",
|
||||
"ReducedUri": "/3/account?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1",
|
||||
"RespData": {
|
||||
"avatar": {
|
||||
"gravatar": {
|
||||
"hash": "7cf5357dbc2014cbd616257c358ea0a1"
|
||||
}
|
||||
},
|
||||
"id": 6089455,
|
||||
"iso_639_1": "en",
|
||||
"iso_3166_1": "BE",
|
||||
"name": "Test Name",
|
||||
"include_adult": false,
|
||||
"username": "TMDbTestAccount"
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:38.6189928Z",
|
||||
"ReducedUri": "/3/movie/19995/account_states?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1",
|
||||
"RespData": {
|
||||
"id": 19995,
|
||||
"favorite": true,
|
||||
"rated": {
|
||||
"value": 2.5
|
||||
},
|
||||
"watchlist": false
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:38.9881702Z",
|
||||
"ReducedUri": "/3/tv/1418/season/1/account_states?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1",
|
||||
"RespData": {
|
||||
"id": 3738,
|
||||
"results": [
|
||||
{
|
||||
"id": 64766,
|
||||
"episode_number": 1,
|
||||
"rated": {
|
||||
"value": 5.0
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": 64777,
|
||||
"episode_number": 2,
|
||||
"rated": false
|
||||
},
|
||||
{
|
||||
"id": 64765,
|
||||
"episode_number": 3,
|
||||
"rated": false
|
||||
},
|
||||
{
|
||||
"id": 64762,
|
||||
"episode_number": 4,
|
||||
"rated": false
|
||||
},
|
||||
{
|
||||
"id": 64763,
|
||||
"episode_number": 5,
|
||||
"rated": false
|
||||
},
|
||||
{
|
||||
"id": 64764,
|
||||
"episode_number": 6,
|
||||
"rated": false
|
||||
},
|
||||
{
|
||||
"id": 64767,
|
||||
"episode_number": 7,
|
||||
"rated": false
|
||||
},
|
||||
{
|
||||
"id": 64769,
|
||||
"episode_number": 8,
|
||||
"rated": false
|
||||
},
|
||||
{
|
||||
"id": 64770,
|
||||
"episode_number": 9,
|
||||
"rated": false
|
||||
},
|
||||
{
|
||||
"id": 64650,
|
||||
"episode_number": 10,
|
||||
"rated": false
|
||||
},
|
||||
{
|
||||
"id": 64768,
|
||||
"episode_number": 11,
|
||||
"rated": false
|
||||
},
|
||||
{
|
||||
"id": 64774,
|
||||
"episode_number": 12,
|
||||
"rated": false
|
||||
},
|
||||
{
|
||||
"id": 64775,
|
||||
"episode_number": 13,
|
||||
"rated": false
|
||||
},
|
||||
{
|
||||
"id": 64773,
|
||||
"episode_number": 14,
|
||||
"rated": false
|
||||
},
|
||||
{
|
||||
"id": 64771,
|
||||
"episode_number": 15,
|
||||
"rated": false
|
||||
},
|
||||
{
|
||||
"id": 64772,
|
||||
"episode_number": 16,
|
||||
"rated": false
|
||||
},
|
||||
{
|
||||
"id": 64776,
|
||||
"episode_number": 17,
|
||||
"rated": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
}
|
||||
]
|
309
TMDbLibTests/Data/data-ChangeItemConverterTest.json
Normal file
309
TMDbLibTests/Data/data-ChangeItemConverterTest.json
Normal file
@ -0,0 +1,309 @@
|
||||
[
|
||||
{
|
||||
"RecordedAt": "0001-01-01T00:00:00",
|
||||
"ReducedUri": "/3/movie/578061/changes",
|
||||
"RespData": {
|
||||
"changes": [
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "5c4c85580e0a26494dd30711",
|
||||
"action": "added",
|
||||
"time": "2019-01-26 16:05:44 UTC",
|
||||
"iso_639_1": "",
|
||||
"iso_3166_1": "",
|
||||
"value": "tt1380176"
|
||||
}
|
||||
],
|
||||
"key": "imdb_id"
|
||||
},
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "5c4c85580e0a26494dd3070d",
|
||||
"action": "added",
|
||||
"time": "2019-01-26 16:05:44 UTC",
|
||||
"iso_639_1": "",
|
||||
"iso_3166_1": "",
|
||||
"value": "en-US"
|
||||
}
|
||||
],
|
||||
"key": "translations"
|
||||
},
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "5c4c85580e0a26494dd3070c",
|
||||
"action": "added",
|
||||
"time": "2019-01-26 16:05:44 UTC",
|
||||
"iso_639_1": "",
|
||||
"iso_3166_1": "",
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"key": "revenue"
|
||||
},
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "5c4c85580e0a26494dd30710",
|
||||
"action": "added",
|
||||
"time": "2019-01-26 16:05:44 UTC",
|
||||
"iso_639_1": "",
|
||||
"iso_3166_1": "",
|
||||
"value": "Movie"
|
||||
}
|
||||
],
|
||||
"key": "_type"
|
||||
},
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "5c4c85580e0a26494dd3070e",
|
||||
"action": "added",
|
||||
"time": "2019-01-26 16:05:44 UTC",
|
||||
"iso_639_1": "en",
|
||||
"iso_3166_1": "US",
|
||||
"value": 85
|
||||
}
|
||||
],
|
||||
"key": "runtime"
|
||||
},
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "5c4c85580e0a26494dd3070b",
|
||||
"action": "added",
|
||||
"time": "2019-01-26 16:05:44 UTC",
|
||||
"iso_639_1": "",
|
||||
"iso_3166_1": "",
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"key": "budget"
|
||||
},
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "5c4c85580e0a26494dd3070a",
|
||||
"action": "added",
|
||||
"time": "2019-01-26 16:05:44 UTC",
|
||||
"iso_639_1": "en",
|
||||
"iso_3166_1": "US",
|
||||
"value": "The sexual adventures of a girl (Dominique Saint Claire) staying with her sister (Obaya Roberts) and brother-in-law (Yves Callas)"
|
||||
}
|
||||
],
|
||||
"key": "overview"
|
||||
},
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "5c4c85580e0a26494dd3070f",
|
||||
"action": "added",
|
||||
"time": "2019-01-26 16:05:44 UTC",
|
||||
"iso_639_1": "",
|
||||
"iso_3166_1": "",
|
||||
"value": "Released"
|
||||
}
|
||||
],
|
||||
"key": "status"
|
||||
},
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "5c4c85580e0a26494dd30709",
|
||||
"action": "added",
|
||||
"time": "2019-01-26 16:05:44 UTC",
|
||||
"iso_639_1": "",
|
||||
"iso_3166_1": "",
|
||||
"value": "Passions déchaînées"
|
||||
}
|
||||
],
|
||||
"key": "original_title"
|
||||
},
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "5c4c85580e0a26494dd30707",
|
||||
"action": "created",
|
||||
"time": "2019-01-26 16:05:44 UTC",
|
||||
"iso_639_1": "",
|
||||
"iso_3166_1": ""
|
||||
}
|
||||
],
|
||||
"key": "general"
|
||||
}
|
||||
]
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:38.5950092Z",
|
||||
"ReducedUri": "/3/movie/578076/changes",
|
||||
"RespData": {
|
||||
"changes": [
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "5c4c9c2792514151a95554a5",
|
||||
"action": "added",
|
||||
"time": "2019-01-26 17:43:03 UTC",
|
||||
"iso_639_1": "",
|
||||
"iso_3166_1": "",
|
||||
"value": "en-US"
|
||||
}
|
||||
],
|
||||
"key": "translations"
|
||||
},
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "5c4c9c2792514151a95554a4",
|
||||
"action": "added",
|
||||
"time": "2019-01-26 17:43:03 UTC",
|
||||
"iso_639_1": "",
|
||||
"iso_3166_1": "",
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"key": "revenue"
|
||||
},
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "5c4c9c2792514151a95554a8",
|
||||
"action": "added",
|
||||
"time": "2019-01-26 17:43:03 UTC",
|
||||
"iso_639_1": "",
|
||||
"iso_3166_1": "",
|
||||
"value": "Movie"
|
||||
}
|
||||
],
|
||||
"key": "_type"
|
||||
},
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "5c4c9c2792514151a95554a6",
|
||||
"action": "added",
|
||||
"time": "2019-01-26 17:43:03 UTC",
|
||||
"iso_639_1": "en",
|
||||
"iso_3166_1": "US",
|
||||
"value": 45
|
||||
}
|
||||
],
|
||||
"key": "runtime"
|
||||
},
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "5c4c9c2792514151a95554a3",
|
||||
"action": "added",
|
||||
"time": "2019-01-26 17:43:03 UTC",
|
||||
"iso_639_1": "",
|
||||
"iso_3166_1": "",
|
||||
"value": 0
|
||||
}
|
||||
],
|
||||
"key": "budget"
|
||||
},
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "5c4c9c2792514151a95554a2",
|
||||
"action": "added",
|
||||
"time": "2019-01-26 17:43:03 UTC",
|
||||
"iso_639_1": "en",
|
||||
"iso_3166_1": "US",
|
||||
"value": "Sexploitation comedy about an aspiring artist. Alan and Sue switch roles: she goes out to work while he looks after the home and concentrates on his painting. However, he fails to anticipate the time-consuming attentions of various female neighbours."
|
||||
}
|
||||
],
|
||||
"key": "overview"
|
||||
},
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "5c4c9c2792514151a95554a7",
|
||||
"action": "added",
|
||||
"time": "2019-01-26 17:43:03 UTC",
|
||||
"iso_639_1": "",
|
||||
"iso_3166_1": "",
|
||||
"value": "Released"
|
||||
}
|
||||
],
|
||||
"key": "status"
|
||||
},
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "5c4c9c2792514151a95554a1",
|
||||
"action": "added",
|
||||
"time": "2019-01-26 17:43:03 UTC",
|
||||
"iso_639_1": "",
|
||||
"iso_3166_1": "",
|
||||
"value": "The Over-Amorous Artist"
|
||||
}
|
||||
],
|
||||
"key": "original_title"
|
||||
},
|
||||
{
|
||||
"items": [
|
||||
{
|
||||
"id": "5c4c9c2792514151a955549f",
|
||||
"action": "created",
|
||||
"time": "2019-01-26 17:43:03 UTC",
|
||||
"iso_639_1": "",
|
||||
"iso_3166_1": ""
|
||||
}
|
||||
],
|
||||
"key": "general"
|
||||
}
|
||||
]
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:38.4346612Z",
|
||||
"ReducedUri": "/3/movie/latest",
|
||||
"RespData": {
|
||||
"adult": false,
|
||||
"backdrop_path": null,
|
||||
"belongs_to_collection": null,
|
||||
"budget": 0,
|
||||
"genres": [],
|
||||
"homepage": null,
|
||||
"id": 578076,
|
||||
"imdb_id": null,
|
||||
"original_language": "en",
|
||||
"original_title": "The Over-Amorous Artist",
|
||||
"overview": "Sexploitation comedy about an aspiring artist. Alan and Sue switch roles: she goes out to work while he looks after the home and concentrates on his painting. However, he fails to anticipate the time-consuming attentions of various female neighbours.",
|
||||
"popularity": 0.0,
|
||||
"poster_path": null,
|
||||
"production_companies": [],
|
||||
"production_countries": [],
|
||||
"release_date": "1974-01-01",
|
||||
"revenue": 0,
|
||||
"runtime": 45,
|
||||
"spoken_languages": [],
|
||||
"status": "Released",
|
||||
"tagline": "",
|
||||
"title": "The Over-Amorous Artist",
|
||||
"video": false,
|
||||
"vote_average": 0.0,
|
||||
"vote_count": 0
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
}
|
||||
]
|
711
TMDbLibTests/Data/data-ClientAccountTests.json
Normal file
711
TMDbLibTests/Data/data-ClientAccountTests.json
Normal file
@ -0,0 +1,711 @@
|
||||
[
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:52:03.3447484Z",
|
||||
"ReducedUri": "/3/account/6089455/favorite/movies?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1",
|
||||
"RespData": {
|
||||
"page": 1,
|
||||
"results": [
|
||||
{
|
||||
"adult": false,
|
||||
"backdrop_path": "/aHcth2AXzZSjhX7JYh7ie73YVNc.jpg",
|
||||
"genre_ids": [
|
||||
28,
|
||||
12,
|
||||
14,
|
||||
878
|
||||
],
|
||||
"id": 19995,
|
||||
"original_language": "en",
|
||||
"original_title": "Avatar",
|
||||
"overview": "In the 22nd century, a paraplegic Marine is dispatched to the moon Pandora on a unique mission, but becomes torn between following orders and protecting an alien civilization.",
|
||||
"poster_path": "/kmcqlZGaSh20zpTbuoF0Cdn07dT.jpg",
|
||||
"release_date": "2009-12-10",
|
||||
"title": "Avatar",
|
||||
"video": false,
|
||||
"vote_average": 7.4,
|
||||
"vote_count": 17460,
|
||||
"popularity": 29.055
|
||||
},
|
||||
{
|
||||
"adult": false,
|
||||
"backdrop_path": "/f6ljQGv7WnJuwBPty017oPWfqjx.jpg",
|
||||
"genre_ids": [
|
||||
28,
|
||||
80,
|
||||
18,
|
||||
53
|
||||
],
|
||||
"id": 49026,
|
||||
"original_language": "en",
|
||||
"original_title": "The Dark Knight Rises",
|
||||
"overview": "Following the death of District Attorney Harvey Dent, Batman assumes responsibility for Dent's crimes to protect the late attorney's reputation and is subsequently hunted by the Gotham City Police Department. Eight years later, Batman encounters the mysterious Selina Kyle and the villainous Bane, a new terrorist leader who overwhelms Gotham's finest. The Dark Knight resurfaces to protect a city that has branded him an enemy.",
|
||||
"poster_path": "/dEYnvnUfXrqvqeRSqvIEtmzhoA8.jpg",
|
||||
"release_date": "2012-07-16",
|
||||
"title": "The Dark Knight Rises",
|
||||
"video": false,
|
||||
"vote_average": 7.7,
|
||||
"vote_count": 13006,
|
||||
"popularity": 30.972
|
||||
},
|
||||
{
|
||||
"adult": false,
|
||||
"backdrop_path": "/5t3ObSn7mRi2QpV9Rs7heb3y9rJ.jpg",
|
||||
"genre_ids": [
|
||||
18,
|
||||
36
|
||||
],
|
||||
"id": 1396,
|
||||
"original_language": "ru",
|
||||
"original_title": "Зеркало",
|
||||
"overview": "A dying man in his forties recalls his childhood, his mother, the war and personal moments that tell of and juxtapose pivotal moments in Soviet history with daily life.",
|
||||
"poster_path": "/9PknVc5uubhVLZ6ofvfJAprM9UZ.jpg",
|
||||
"release_date": "1975-03-07",
|
||||
"title": "Mirror",
|
||||
"video": false,
|
||||
"vote_average": 8.0,
|
||||
"vote_count": 276,
|
||||
"popularity": 9.253
|
||||
},
|
||||
{
|
||||
"adult": false,
|
||||
"backdrop_path": "/phszHPFVhPHhMZgo0fWTKBDQsJA.jpg",
|
||||
"genre_ids": [
|
||||
28,
|
||||
12,
|
||||
878,
|
||||
53
|
||||
],
|
||||
"id": 76341,
|
||||
"original_language": "en",
|
||||
"original_title": "Mad Max: Fury Road",
|
||||
"overview": "An apocalyptic story set in the furthest reaches of our planet, in a stark desert landscape where humanity is broken, and most everyone is crazed fighting for the necessities of life. Within this world exist two rebels on the run who just might be able to restore order. There's Max, a man of action and a man of few words, who seeks peace of mind following the loss of his wife and child in the aftermath of the chaos. And Furiosa, a woman of action and a woman who believes her path to survival may be achieved if she can make it across the desert back to her childhood homeland.",
|
||||
"poster_path": "/kqjL17yufvn9OVLyXYpvtyrFfak.jpg",
|
||||
"release_date": "2015-05-13",
|
||||
"title": "Mad Max: Fury Road",
|
||||
"video": false,
|
||||
"vote_average": 7.4,
|
||||
"vote_count": 13528,
|
||||
"popularity": 32.109
|
||||
}
|
||||
],
|
||||
"total_pages": 1,
|
||||
"total_results": 4
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:52:03.5033461Z",
|
||||
"ReducedUri": "/3/account/6089455/favorite/movies?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&page=2",
|
||||
"RespData": {
|
||||
"page": 2,
|
||||
"results": [],
|
||||
"total_pages": 1,
|
||||
"total_results": 4
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:46.9827731Z",
|
||||
"ReducedUri": "/3/account/6089455/favorite/tv?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1",
|
||||
"RespData": {
|
||||
"page": 1,
|
||||
"results": [
|
||||
{
|
||||
"original_name": "Breaking Bad",
|
||||
"id": 1396,
|
||||
"name": "Breaking Bad",
|
||||
"vote_count": 3040,
|
||||
"vote_average": 8.4,
|
||||
"first_air_date": "2008-01-20",
|
||||
"poster_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg",
|
||||
"genre_ids": [
|
||||
18
|
||||
],
|
||||
"original_language": "en",
|
||||
"backdrop_path": "/eSzpy96DwBujGFj0xMbXBcGcfxX.jpg",
|
||||
"overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.",
|
||||
"origin_country": [
|
||||
"US"
|
||||
],
|
||||
"popularity": 78.773
|
||||
}
|
||||
],
|
||||
"total_pages": 1,
|
||||
"total_results": 1
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:46.8422079Z",
|
||||
"ReducedUri": "/3/account/6089455/favorite/tv?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&page=2",
|
||||
"RespData": {
|
||||
"page": 2,
|
||||
"results": [],
|
||||
"total_pages": 1,
|
||||
"total_results": 1
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:46.098832Z",
|
||||
"ReducedUri": "/3/account/6089455/favorite?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1",
|
||||
"RespData": {
|
||||
"status_code": 13,
|
||||
"status_message": "The item/record was deleted successfully."
|
||||
},
|
||||
"ReqData": {
|
||||
"media_type": "tv",
|
||||
"media_id": 121,
|
||||
"favorite": false
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "POST",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:52:03.2056002Z",
|
||||
"ReducedUri": "/3/account/6089455/favorite?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1",
|
||||
"RespData": {
|
||||
"status_code": 13,
|
||||
"status_message": "The item/record was deleted successfully."
|
||||
},
|
||||
"ReqData": {
|
||||
"media_type": "movie",
|
||||
"media_id": 218,
|
||||
"favorite": false
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "POST",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:45.7633912Z",
|
||||
"ReducedUri": "/3/account/6089455/favorite?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1",
|
||||
"RespData": {
|
||||
"status_code": 1,
|
||||
"status_message": "Success."
|
||||
},
|
||||
"ReqData": {
|
||||
"media_type": "tv",
|
||||
"media_id": 121,
|
||||
"favorite": true
|
||||
},
|
||||
"RespStatusCode": 201,
|
||||
"ReqMethod": "POST",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:52:02.9107676Z",
|
||||
"ReducedUri": "/3/account/6089455/favorite?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1",
|
||||
"RespData": {
|
||||
"status_code": 1,
|
||||
"status_message": "Success."
|
||||
},
|
||||
"ReqData": {
|
||||
"media_type": "movie",
|
||||
"media_id": 218,
|
||||
"favorite": true
|
||||
},
|
||||
"RespStatusCode": 201,
|
||||
"ReqMethod": "POST",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:53:01.066647Z",
|
||||
"ReducedUri": "/3/account/6089455/lists?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1",
|
||||
"RespData": {
|
||||
"page": 1,
|
||||
"results": [
|
||||
{
|
||||
"description": "This is a test list",
|
||||
"favorite_count": 0,
|
||||
"id": 1724,
|
||||
"item_count": 1,
|
||||
"iso_639_1": "en",
|
||||
"list_type": "movie",
|
||||
"name": "Test list",
|
||||
"poster_path": null
|
||||
},
|
||||
{
|
||||
"description": "",
|
||||
"favorite_count": 0,
|
||||
"id": 9886,
|
||||
"item_count": 0,
|
||||
"iso_639_1": "en",
|
||||
"list_type": "movie",
|
||||
"name": "Test List 123",
|
||||
"poster_path": null
|
||||
}
|
||||
],
|
||||
"total_pages": 1,
|
||||
"total_results": 2
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:53:01.3307128Z",
|
||||
"ReducedUri": "/3/account/6089455/lists?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&page=2",
|
||||
"RespData": {
|
||||
"page": 2,
|
||||
"results": [
|
||||
{
|
||||
"description": "This is a test list",
|
||||
"favorite_count": 0,
|
||||
"id": 1724,
|
||||
"item_count": 1,
|
||||
"iso_639_1": "en",
|
||||
"list_type": "movie",
|
||||
"name": "Test list",
|
||||
"poster_path": null
|
||||
},
|
||||
{
|
||||
"description": "",
|
||||
"favorite_count": 0,
|
||||
"id": 9886,
|
||||
"item_count": 0,
|
||||
"iso_639_1": "en",
|
||||
"list_type": "movie",
|
||||
"name": "Test List 123",
|
||||
"poster_path": null
|
||||
}
|
||||
],
|
||||
"total_pages": 1,
|
||||
"total_results": 2
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:47.634463Z",
|
||||
"ReducedUri": "/3/account/6089455/rated/tv/episodes?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1",
|
||||
"RespData": {
|
||||
"page": 1,
|
||||
"results": [
|
||||
{
|
||||
"air_date": "2015-04-10",
|
||||
"episode_number": 13,
|
||||
"id": 1036361,
|
||||
"name": "Daredevil",
|
||||
"overview": "In the season finale, a boxed-in Fisk and a desperate Murdock, Foggy and Karen are forced to play their end games.",
|
||||
"production_code": null,
|
||||
"season_number": 1,
|
||||
"show_id": 61889,
|
||||
"still_path": "/nSCJMlJkGULVKHuisKeH9Crguy8.jpg",
|
||||
"vote_average": 7.714,
|
||||
"vote_count": 28,
|
||||
"rating": 8.0
|
||||
},
|
||||
{
|
||||
"air_date": "2007-09-24",
|
||||
"episode_number": 1,
|
||||
"id": 64766,
|
||||
"name": "Pilot",
|
||||
"overview": "Brilliant physicist roommates Leonard and Sheldon meet their new neighbor Penny, who begins showing them that as much as they know about science, they know little about actual living.",
|
||||
"production_code": "276023",
|
||||
"season_number": 1,
|
||||
"show_id": 1418,
|
||||
"still_path": "/rxWlBXZhGWhumbLB8gAHyyW3ITD.jpg",
|
||||
"vote_average": 6.836,
|
||||
"vote_count": 55,
|
||||
"rating": 5.0
|
||||
},
|
||||
{
|
||||
"air_date": "2008-01-20",
|
||||
"episode_number": 1,
|
||||
"id": 62085,
|
||||
"name": "Pilot",
|
||||
"overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.",
|
||||
"production_code": null,
|
||||
"season_number": 1,
|
||||
"show_id": 1396,
|
||||
"still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg",
|
||||
"vote_average": 7.701,
|
||||
"vote_count": 117,
|
||||
"rating": 5.0
|
||||
}
|
||||
],
|
||||
"total_pages": 1,
|
||||
"total_results": 3
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:47.4723064Z",
|
||||
"ReducedUri": "/3/account/6089455/rated/tv/episodes?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&page=2",
|
||||
"RespData": {
|
||||
"page": 2,
|
||||
"results": [],
|
||||
"total_pages": 1,
|
||||
"total_results": 3
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:55.919382Z",
|
||||
"ReducedUri": "/3/account/6089455/rated/tv?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1",
|
||||
"RespData": {
|
||||
"page": 1,
|
||||
"results": [
|
||||
{
|
||||
"original_name": "Marvel's Daredevil",
|
||||
"id": 61889,
|
||||
"name": "Marvel's Daredevil",
|
||||
"vote_count": 1267,
|
||||
"vote_average": 7.8,
|
||||
"first_air_date": "2015-04-10",
|
||||
"poster_path": "/wVadC1BT2w3hDh5Vq0J0LFFTrLP.jpg",
|
||||
"genre_ids": [
|
||||
28,
|
||||
80
|
||||
],
|
||||
"original_language": "en",
|
||||
"backdrop_path": "/dpNeXLEnuKzAvbNwveJhNEiQvXZ.jpg",
|
||||
"overview": "Lawyer-by-day Matt Murdock uses his heightened senses from being blinded as a young boy to fight crime at night on the streets of Hell’s Kitchen as Daredevil.",
|
||||
"origin_country": [
|
||||
"US"
|
||||
],
|
||||
"popularity": 23.343,
|
||||
"rating": 7.5
|
||||
},
|
||||
{
|
||||
"original_name": "House",
|
||||
"id": 1408,
|
||||
"name": "House",
|
||||
"vote_count": 957,
|
||||
"vote_average": 8.2,
|
||||
"first_air_date": "2004-11-16",
|
||||
"poster_path": "/lxSzRZ49NXwsiyHuvMsd19QxduC.jpg",
|
||||
"genre_ids": [
|
||||
35,
|
||||
18,
|
||||
9648
|
||||
],
|
||||
"original_language": "en",
|
||||
"backdrop_path": "/ncdS5plsKvO3DLbRX0fBETB6SNS.jpg",
|
||||
"overview": "Dr. Gregory House, a drug-addicted, unconventional, misanthropic medical genius, leads a team of diagnosticians at the fictional Princeton–Plainsboro Teaching Hospital in New Jersey.",
|
||||
"origin_country": [
|
||||
"US"
|
||||
],
|
||||
"popularity": 31.977,
|
||||
"rating": 7.5
|
||||
},
|
||||
{
|
||||
"original_name": "The Big Bang Theory",
|
||||
"id": 1418,
|
||||
"name": "The Big Bang Theory",
|
||||
"vote_count": 3521,
|
||||
"vote_average": 6.8,
|
||||
"first_air_date": "2007-09-24",
|
||||
"poster_path": "/ooBGRQBdbGzBxAVfExiO8r7kloA.jpg",
|
||||
"genre_ids": [
|
||||
35
|
||||
],
|
||||
"original_language": "en",
|
||||
"backdrop_path": "/nGsNruW3W27V6r4gkyc3iiEGsKR.jpg",
|
||||
"overview": "The Big Bang Theory is centered on five characters living in Pasadena, California: roommates Leonard Hofstadter and Sheldon Cooper; Penny, a waitress and aspiring actress who lives across the hall; and Leonard and Sheldon's equally geeky and socially awkward friends and co-workers, mechanical engineer Howard Wolowitz and astrophysicist Raj Koothrappali. The geekiness and intellect of the four guys is contrasted for comic effect with Penny's social skills and common sense.",
|
||||
"origin_country": [
|
||||
"US"
|
||||
],
|
||||
"popularity": 133.002,
|
||||
"rating": 5.0
|
||||
},
|
||||
{
|
||||
"original_name": "The Simpsons",
|
||||
"id": 456,
|
||||
"name": "The Simpsons",
|
||||
"vote_count": 1831,
|
||||
"vote_average": 7.1,
|
||||
"first_air_date": "1989-12-17",
|
||||
"poster_path": "/yTZQkSsxUFJZJe67IenRM0AEklc.jpg",
|
||||
"genre_ids": [
|
||||
16,
|
||||
35
|
||||
],
|
||||
"original_language": "en",
|
||||
"backdrop_path": "/lnnrirKFGwFW18GiH3AmuYy40cz.jpg",
|
||||
"overview": "Set in Springfield, the average American town, the show focuses on the antics and everyday adventures of the Simpson family; Homer, Marge, Bart, Lisa and Maggie, as well as a virtual cast of thousands. Since the beginning, the series has been a pop culture icon, attracting hundreds of celebrities to guest star. The show has also made name for itself in its fearless satirical take on politics, media and American life in general.",
|
||||
"origin_country": [
|
||||
"US"
|
||||
],
|
||||
"popularity": 112.127,
|
||||
"rating": 5.0
|
||||
},
|
||||
{
|
||||
"original_name": "Breaking Bad",
|
||||
"id": 1396,
|
||||
"name": "Breaking Bad",
|
||||
"vote_count": 3040,
|
||||
"vote_average": 8.4,
|
||||
"first_air_date": "2008-01-20",
|
||||
"poster_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg",
|
||||
"genre_ids": [
|
||||
18
|
||||
],
|
||||
"original_language": "en",
|
||||
"backdrop_path": "/eSzpy96DwBujGFj0xMbXBcGcfxX.jpg",
|
||||
"overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.",
|
||||
"origin_country": [
|
||||
"US"
|
||||
],
|
||||
"popularity": 78.773,
|
||||
"rating": 5.0
|
||||
}
|
||||
],
|
||||
"total_pages": 1,
|
||||
"total_results": 5
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:55.6905602Z",
|
||||
"ReducedUri": "/3/account/6089455/rated/tv?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&page=2",
|
||||
"RespData": {
|
||||
"page": 2,
|
||||
"results": [],
|
||||
"total_pages": 1,
|
||||
"total_results": 5
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:57.3130023Z",
|
||||
"ReducedUri": "/3/account/6089455/watchlist/movies?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1",
|
||||
"RespData": {
|
||||
"page": 1,
|
||||
"results": [
|
||||
{
|
||||
"adult": false,
|
||||
"backdrop_path": "/pMNSiNT55XrxWPmoI5ytJyinRa8.jpg",
|
||||
"genre_ids": [
|
||||
35
|
||||
],
|
||||
"id": 100042,
|
||||
"original_language": "en",
|
||||
"original_title": "Dumb and Dumber To",
|
||||
"overview": "20 years after the dimwits set out on their first adventure, they head out in search of one of their long lost children in the hope of gaining a new kidney.",
|
||||
"poster_path": "/Ekw3ijq9L6RiKvv5m2tPOEklHF.jpg",
|
||||
"release_date": "2014-11-12",
|
||||
"title": "Dumb and Dumber To",
|
||||
"video": false,
|
||||
"vote_average": 5.4,
|
||||
"vote_count": 1692,
|
||||
"popularity": 13.654
|
||||
}
|
||||
],
|
||||
"total_pages": 1,
|
||||
"total_results": 1
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:57.4521296Z",
|
||||
"ReducedUri": "/3/account/6089455/watchlist/movies?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&page=2",
|
||||
"RespData": {
|
||||
"page": 2,
|
||||
"results": [],
|
||||
"total_pages": 1,
|
||||
"total_results": 1
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:49.0635824Z",
|
||||
"ReducedUri": "/3/account/6089455/watchlist/tv?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1",
|
||||
"RespData": {
|
||||
"page": 1,
|
||||
"results": [
|
||||
{
|
||||
"original_name": "Marvel's Daredevil",
|
||||
"id": 61889,
|
||||
"name": "Marvel's Daredevil",
|
||||
"vote_count": 1267,
|
||||
"vote_average": 7.8,
|
||||
"first_air_date": "2015-04-10",
|
||||
"poster_path": "/wVadC1BT2w3hDh5Vq0J0LFFTrLP.jpg",
|
||||
"genre_ids": [
|
||||
28,
|
||||
80
|
||||
],
|
||||
"original_language": "en",
|
||||
"backdrop_path": "/dpNeXLEnuKzAvbNwveJhNEiQvXZ.jpg",
|
||||
"overview": "Lawyer-by-day Matt Murdock uses his heightened senses from being blinded as a young boy to fight crime at night on the streets of Hell’s Kitchen as Daredevil.",
|
||||
"origin_country": [
|
||||
"US"
|
||||
],
|
||||
"popularity": 23.343
|
||||
}
|
||||
],
|
||||
"total_pages": 1,
|
||||
"total_results": 1
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:49.214097Z",
|
||||
"ReducedUri": "/3/account/6089455/watchlist/tv?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1&page=2",
|
||||
"RespData": {
|
||||
"page": 2,
|
||||
"results": [],
|
||||
"total_pages": 1,
|
||||
"total_results": 1
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:48.9000491Z",
|
||||
"ReducedUri": "/3/account/6089455/watchlist?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1",
|
||||
"RespData": {
|
||||
"status_code": 13,
|
||||
"status_message": "The item/record was deleted successfully."
|
||||
},
|
||||
"ReqData": {
|
||||
"media_type": "tv",
|
||||
"media_id": 121,
|
||||
"watchlist": false
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "POST",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:57.1205497Z",
|
||||
"ReducedUri": "/3/account/6089455/watchlist?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1",
|
||||
"RespData": {
|
||||
"status_code": 13,
|
||||
"status_message": "The item/record was deleted successfully."
|
||||
},
|
||||
"ReqData": {
|
||||
"media_type": "movie",
|
||||
"media_id": 218,
|
||||
"watchlist": false
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "POST",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:48.5688787Z",
|
||||
"ReducedUri": "/3/account/6089455/watchlist?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1",
|
||||
"RespData": {
|
||||
"status_code": 1,
|
||||
"status_message": "Success."
|
||||
},
|
||||
"ReqData": {
|
||||
"media_type": "tv",
|
||||
"media_id": 121,
|
||||
"watchlist": true
|
||||
},
|
||||
"RespStatusCode": 201,
|
||||
"ReqMethod": "POST",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:56.8077605Z",
|
||||
"ReducedUri": "/3/account/6089455/watchlist?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1",
|
||||
"RespData": {
|
||||
"status_code": 1,
|
||||
"status_message": "Success."
|
||||
},
|
||||
"ReqData": {
|
||||
"media_type": "movie",
|
||||
"media_id": 218,
|
||||
"watchlist": true
|
||||
},
|
||||
"RespStatusCode": 201,
|
||||
"ReqMethod": "POST",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:53:00.8033199Z",
|
||||
"ReducedUri": "/3/account?session_id=c413282cdadad9af972c06d9b13096a8b13ab1c1",
|
||||
"RespData": {
|
||||
"avatar": {
|
||||
"gravatar": {
|
||||
"hash": "7cf5357dbc2014cbd616257c358ea0a1"
|
||||
}
|
||||
},
|
||||
"id": 6089455,
|
||||
"iso_639_1": "en",
|
||||
"iso_3166_1": "BE",
|
||||
"name": "Test Name",
|
||||
"include_adult": false,
|
||||
"username": "TMDbTestAccount"
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
}
|
||||
]
|
152
TMDbLibTests/Data/data-ClientAuthenticationTests.json
Normal file
152
TMDbLibTests/Data/data-ClientAuthenticationTests.json
Normal file
@ -0,0 +1,152 @@
|
||||
[
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:00.4063593Z",
|
||||
"ReducedUri": "/3/authentication/guest_session/new",
|
||||
"RespData": {
|
||||
"success": true,
|
||||
"guest_session_id": "94fbd15821a0d05dc2ad39bced35ace3",
|
||||
"expires_at": "2019-01-27 17:48:02 UTC"
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:04.5998667Z",
|
||||
"ReducedUri": "/3/authentication/session/new?request_token=24c52a71bf8dc298d853d67d8a63fe4847336fde",
|
||||
"RespData": {
|
||||
"success": true,
|
||||
"session_id": "790f8b122dfa176247111b50370489ad1b0baacd"
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:04.7173699Z",
|
||||
"ReducedUri": "/3/authentication/session/new?request_token=5f3a62c0d7977319e3d14adf1a2064c0c0938bcf",
|
||||
"RespData": {
|
||||
"failure": true,
|
||||
"status_code": 17,
|
||||
"status_message": "Session denied."
|
||||
},
|
||||
"RespStatusCode": 401,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "0001-01-01T00:00:00",
|
||||
"ReducedUri": "/3/authentication/session/new?request_token=700c24718297450ae2714ca0dfa8626bc7d0a973",
|
||||
"RespData": {
|
||||
"success": true,
|
||||
"session_id": "a32d4cef9af50399e249f07f37b3cf4e4d76cccf"
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:52:01.4466321Z",
|
||||
"ReducedUri": "/3/authentication/session/new?request_token=bla",
|
||||
"RespData": {
|
||||
"failure": true,
|
||||
"status_code": 17,
|
||||
"status_message": "Session denied."
|
||||
},
|
||||
"RespStatusCode": 401,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:04.299881Z",
|
||||
"ReducedUri": "/3/authentication/token/new",
|
||||
"RespData": {
|
||||
"success": true,
|
||||
"expires_at": "2019-01-26 18:48:06 UTC",
|
||||
"request_token": "24c52a71bf8dc298d853d67d8a63fe4847336fde"
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:04.1895225Z",
|
||||
"ReducedUri": "/3/authentication/token/validate_with_login?request_token=191bb176c4aad46e060cd06b00b6d023b1a335bd&username=TMDbTestAccount&password=TJX6vP7bPC%25!ZrJwAqtCU5FshHEKAwzr6YvR3%25CU9s7BrjqUWmjC8AMuXju*eTEu524zsxDQK5ySY6EmjAC3e54B%25WvkS9FNPE3K",
|
||||
"RespData": {
|
||||
"success": true,
|
||||
"expires_at": "2019-01-26 18:48:05 UTC",
|
||||
"request_token": "191bb176c4aad46e060cd06b00b6d023b1a335bd"
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:04.4471648Z",
|
||||
"ReducedUri": "/3/authentication/token/validate_with_login?request_token=24c52a71bf8dc298d853d67d8a63fe4847336fde&username=TMDbTestAccount&password=TJX6vP7bPC%25!ZrJwAqtCU5FshHEKAwzr6YvR3%25CU9s7BrjqUWmjC8AMuXju*eTEu524zsxDQK5ySY6EmjAC3e54B%25WvkS9FNPE3K",
|
||||
"RespData": {
|
||||
"success": true,
|
||||
"expires_at": "2019-01-26 18:48:06 UTC",
|
||||
"request_token": "24c52a71bf8dc298d853d67d8a63fe4847336fde"
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "0001-01-01T00:00:00",
|
||||
"ReducedUri": "/3/authentication/token/validate_with_login?request_token=700c24718297450ae2714ca0dfa8626bc7d0a973&username=TMDbTestAccount&password=TJX6vP7bPC%25!ZrJwAqtCU5FshHEKAwzr6YvR3%25CU9s7BrjqUWmjC8AMuXju*eTEu524zsxDQK5ySY6EmjAC3e54B%25WvkS9FNPE3K",
|
||||
"RespData": {
|
||||
"success": true,
|
||||
"expires_at": "2019-01-26 18:17:34 UTC",
|
||||
"request_token": "700c24718297450ae2714ca0dfa8626bc7d0a973"
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:00.7268903Z",
|
||||
"ReducedUri": "/3/authentication/token/validate_with_login?request_token=8020d71f533c2439163ba0b34d76af5430c3088e&username=bla&password=bla",
|
||||
"RespData": {
|
||||
"status_code": 30,
|
||||
"status_message": "Invalid username and/or password: You did not provide a valid login."
|
||||
},
|
||||
"RespStatusCode": 401,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "0001-01-01T00:00:00",
|
||||
"ReducedUri": "/3/authentication/token/validate_with_login?request_token=bd99c86b719d14d6249ce9c38f1c447bf4aa86de&username=bla&password=bla",
|
||||
"RespData": {
|
||||
"status_code": 30,
|
||||
"status_message": "Invalid username and/or password: You did not provide a valid login."
|
||||
},
|
||||
"RespStatusCode": 401,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
}
|
||||
]
|
1382
TMDbLibTests/Data/data-ClientCertificationsTests.json
Normal file
1382
TMDbLibTests/Data/data-ClientCertificationsTests.json
Normal file
File diff suppressed because it is too large
Load Diff
12294
TMDbLibTests/Data/data-ClientChangesTests.json
Normal file
12294
TMDbLibTests/Data/data-ClientChangesTests.json
Normal file
File diff suppressed because it is too large
Load Diff
2339
TMDbLibTests/Data/data-ClientCollectionTests.json
Normal file
2339
TMDbLibTests/Data/data-ClientCollectionTests.json
Normal file
File diff suppressed because it is too large
Load Diff
1839
TMDbLibTests/Data/data-ClientCompanyTests.json
Normal file
1839
TMDbLibTests/Data/data-ClientCompanyTests.json
Normal file
File diff suppressed because it is too large
Load Diff
4391
TMDbLibTests/Data/data-ClientConfigurationTests.json
Normal file
4391
TMDbLibTests/Data/data-ClientConfigurationTests.json
Normal file
File diff suppressed because it is too large
Load Diff
348
TMDbLibTests/Data/data-ClientCreditTests.json
Normal file
348
TMDbLibTests/Data/data-ClientCreditTests.json
Normal file
@ -0,0 +1,348 @@
|
||||
[
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:51:51.6471442Z",
|
||||
"ReducedUri": "/3/credit/5256ccf519c2956ff607ca00",
|
||||
"RespData": {
|
||||
"credit_type": "cast",
|
||||
"department": "Acting",
|
||||
"job": "Actor",
|
||||
"media": {
|
||||
"original_name": "House",
|
||||
"id": 1408,
|
||||
"name": "House",
|
||||
"vote_count": 957,
|
||||
"vote_average": 8.2,
|
||||
"first_air_date": "2004-11-16",
|
||||
"poster_path": "/lxSzRZ49NXwsiyHuvMsd19QxduC.jpg",
|
||||
"genre_ids": [
|
||||
35,
|
||||
18,
|
||||
9648
|
||||
],
|
||||
"original_language": "en",
|
||||
"backdrop_path": "/ncdS5plsKvO3DLbRX0fBETB6SNS.jpg",
|
||||
"overview": "Dr. Gregory House, a drug-addicted, unconventional, misanthropic medical genius, leads a team of diagnosticians at the fictional Princeton–Plainsboro Teaching Hospital in New Jersey.",
|
||||
"origin_country": [
|
||||
"US"
|
||||
],
|
||||
"popularity": 31.977,
|
||||
"character": "Gregory House",
|
||||
"episodes": [],
|
||||
"seasons": [
|
||||
{
|
||||
"air_date": null,
|
||||
"episode_count": 6,
|
||||
"id": 3682,
|
||||
"name": "Specials",
|
||||
"overview": "",
|
||||
"poster_path": "/4qDffrHMZRjSqiR3mVmzvAkhh54.jpg",
|
||||
"season_number": 0,
|
||||
"show_id": 1408
|
||||
},
|
||||
{
|
||||
"air_date": "2004-11-16",
|
||||
"episode_count": 22,
|
||||
"id": 3674,
|
||||
"name": "Season 1",
|
||||
"overview": "Dr. Gregory House is devoid of bedside manner and wouldn't even talk to his patients if he could get away with it. Dealing with his own constant physical pain, he uses a cane that seems to punctuate his acerbic, brutally honest demeanor. While his behavior can border on antisocial, House is a maverick physician whose unconventional thinking and flawless instincts have afforded him a great deal of respect. House's roster of medical cases are the inexplicable ones other doctors can't solve, and he has assembled an elite team of young medical experts to help him in his effort to solve these diagnostic mysteries.",
|
||||
"poster_path": "/lXBIhFheyDRA72vRQvYF1mkEF27.jpg",
|
||||
"season_number": 1,
|
||||
"show_id": 1408
|
||||
},
|
||||
{
|
||||
"air_date": "2006-09-05",
|
||||
"episode_count": 24,
|
||||
"id": 3679,
|
||||
"name": "Season 3",
|
||||
"overview": "In the Season 2 finale, House suffered multiple gunshot wounds inflicted by a former patient's husband determined to carry out retribution for House's treatment of his wife's case. In a shocking surprise to his co-workers, House comes through the ordeal with a slightly new perspective on his treatment of patients — but will it affect how he makes medical decisions? And will it last?",
|
||||
"poster_path": "/muuLevUfVbpq87lWljfZ8HLga6b.jpg",
|
||||
"season_number": 3,
|
||||
"show_id": 1408
|
||||
},
|
||||
{
|
||||
"air_date": "2005-09-13",
|
||||
"episode_count": 24,
|
||||
"id": 3675,
|
||||
"name": "Season 2",
|
||||
"overview": "House will do whatever it takes to solve a case before it's too late, from sending one of his team to break into a patient's home in search of clues, to attempting a controversial, trial-and-error form of treatment to see how a patient responds. House's methods may be suspect, but his results are not — he saves lives no one else can. Always in House's way is Dr. Lisa Cuddy, the Dean of Medicine and hospital administrator — and ethical gatekeeper of the hospital who is in constant conflict with House over his extreme treatments and unconventional behavior. House's former love Stacy Warner recently accepted a job as General Counsel to the hospital, and her presence there has reignited feelings House thought were safely buried.",
|
||||
"poster_path": "/j2LxTsMhXYqfi4k9Vome8kQc26U.jpg",
|
||||
"season_number": 2,
|
||||
"show_id": 1408
|
||||
},
|
||||
{
|
||||
"air_date": "2011-10-03",
|
||||
"episode_count": 22,
|
||||
"id": 3681,
|
||||
"name": "Season 8",
|
||||
"overview": "Last season, House and Cuddy finally decided to take their relationship to the next level, but struggled to find a balance between their professional and personal lives, and ultimately, Cuddy made the very emotional decision to end their relationship. As each of them dealt with the aftermath of the break-up, House got married to an immigrant in need of a Green Card. In the series' milestone 150th episode, Thirteen was released from prison after euthanizing her brother who was suffering from the late stages of Huntington's Disease, the same disease with which she is afflicted. As the season comes to a close, when House's attempts to mend his relationship with Cuddy fall short, he's compelled to take drastic and possibly irrevocable measures that could forever change the course of their relationship.",
|
||||
"poster_path": "/fqMpdjiGe4jejxTm1NAWnhRV6CM.jpg",
|
||||
"season_number": 8,
|
||||
"show_id": 1408
|
||||
},
|
||||
{
|
||||
"air_date": "2010-09-20",
|
||||
"episode_count": 23,
|
||||
"id": 3680,
|
||||
"name": "Season 7",
|
||||
"overview": "In the Season 6 finale, House, driven by the loss of a patient he treated at an accident site and confronted with the unexpected news that Cuddy was now engaged, spiraled into despair and considered treating his mental and emotional anguish with Vicodin, potentially prompting the cycle of his dependency and addiction all over again. But in a surprising turn, Cuddy revealed that she called off her engagement and admitted to House she loves him, despite wishing she didn’t. Also, Thirteen submitted her leave of absence from the hospital, prompting questions about the status of her health. As Season 7 begins, House and Cuddy attempt to make a real relationship work and face the question as to whether their new relationship will affect their ability to diagnose patients.",
|
||||
"poster_path": "/z0zkn4BME4M9ycaHldChWR3m7XL.jpg",
|
||||
"season_number": 7,
|
||||
"show_id": 1408
|
||||
},
|
||||
{
|
||||
"air_date": "2009-09-21",
|
||||
"episode_count": 22,
|
||||
"id": 3677,
|
||||
"name": "Season 6",
|
||||
"overview": "When the previous season concluded, House was forced to admit that he had lost his grip on reality and could no longer practice medicine. Out of options, he checked himself into a psychiatric hospital. Season 6 will explore House’s long and twisted road to recovery: Can he find some version of sanity and normalcy? Can he stay away from the workplace that arguably drove him to mental instability but is also the only stable foundation in his life? Can Princeton-Plainsboro continue its celebrated Department of Diagnostics without him? How will Cuddy’s relationship with House change, now that their imagined affair is out in the open?",
|
||||
"poster_path": "/hhcJGHhq2xMUCp2sGRrw523M7Zx.jpg",
|
||||
"season_number": 6,
|
||||
"show_id": 1408
|
||||
},
|
||||
{
|
||||
"air_date": "2008-09-16",
|
||||
"episode_count": 24,
|
||||
"id": 3676,
|
||||
"name": "Season 5",
|
||||
"overview": "In the Season 4 finale, after a massive bus accident left House without recollection of the accident, he and the team put the pieces of his memory together and discover Wilson’s girlfriend Amber was on the bus with him and was fatally injured. Wilson has to face the shocking realization that House was involved in Amber’s death.\n\nAs Season 5 opens, with his friendship with Wilson shattered, House must determine if he’s responsible for Amber’s death and Wilson must decide if House is a destructive force in his life while Cuddy attempts to advance a reconciliation between the two of them.",
|
||||
"poster_path": "/bwE3QGVeC7E5VycnIPVzPtzpBId.jpg",
|
||||
"season_number": 5,
|
||||
"show_id": 1408
|
||||
},
|
||||
{
|
||||
"air_date": "2007-09-25",
|
||||
"episode_count": 16,
|
||||
"id": 3678,
|
||||
"name": "Season 4",
|
||||
"overview": "In the Season 3 finale, the set-in-his-ways House was confronted with a series of major changes to his team — but any effects of this “house-cleaning,\" or the changes it may bring to House professionally or personally, remain to be seen...",
|
||||
"poster_path": "/CryJFbwif5U1VViZ5EkmeomD3q.jpg",
|
||||
"season_number": 4,
|
||||
"show_id": 1408
|
||||
}
|
||||
]
|
||||
},
|
||||
"media_type": "tv",
|
||||
"id": "5256ccf519c2956ff607ca00",
|
||||
"person": {
|
||||
"adult": false,
|
||||
"gender": 2,
|
||||
"name": "Hugh Laurie",
|
||||
"id": 41419,
|
||||
"known_for": [
|
||||
{
|
||||
"adult": false,
|
||||
"backdrop_path": "/fQbc5XuB4vWA9gnY1CmyxFaOufF.jpg",
|
||||
"genre_ids": [
|
||||
12,
|
||||
10751,
|
||||
9648,
|
||||
878
|
||||
],
|
||||
"id": 158852,
|
||||
"original_language": "en",
|
||||
"original_title": "Tomorrowland",
|
||||
"overview": "Bound by a shared destiny, a bright, optimistic teen bursting with scientific curiosity and a former boy-genius inventor jaded by disillusionment embark on a danger-filled mission to unearth the secrets of an enigmatic place somewhere in time and space that exists in their collective memory as \"Tomorrowland.\"",
|
||||
"poster_path": "/69Cz9VNQZy39fUE2g0Ggth6SBTM.jpg",
|
||||
"release_date": "2015-05-19",
|
||||
"title": "Tomorrowland",
|
||||
"video": false,
|
||||
"vote_average": 6.2,
|
||||
"vote_count": 4325,
|
||||
"popularity": 18.291,
|
||||
"media_type": "movie"
|
||||
},
|
||||
{
|
||||
"adult": false,
|
||||
"backdrop_path": "/a5zAJBPShxIQmkUsXMPsHhORQXO.jpg",
|
||||
"genre_ids": [
|
||||
16,
|
||||
10751,
|
||||
12,
|
||||
878
|
||||
],
|
||||
"id": 15512,
|
||||
"original_language": "en",
|
||||
"original_title": "Monsters vs Aliens",
|
||||
"overview": "When Susan Murphy is unwittingly clobbered by a meteor full of outer space gunk on her wedding day, she mysteriously grows to 49-feet-11-inches. The military jumps into action and captures Susan, secreting her away to a covert government compound. She is renamed Ginormica and placed in confinement with a ragtag group of Monsters...",
|
||||
"poster_path": "/uNGGJQR82y7z9uTRaSj6UQUqxOl.jpg",
|
||||
"release_date": "2009-03-19",
|
||||
"title": "Monsters vs Aliens",
|
||||
"video": false,
|
||||
"vote_average": 6.1,
|
||||
"vote_count": 2323,
|
||||
"popularity": 10.883,
|
||||
"media_type": "movie"
|
||||
},
|
||||
{
|
||||
"adult": false,
|
||||
"backdrop_path": "/bfiybUiH5TEiuk1Znn2cYG4w0YD.jpg",
|
||||
"genre_ids": [
|
||||
16,
|
||||
14,
|
||||
10751,
|
||||
35
|
||||
],
|
||||
"id": 10137,
|
||||
"original_language": "en",
|
||||
"original_title": "Stuart Little",
|
||||
"overview": "The adventures of a heroic and debonair stalwart mouse named Stuart Little with human qualities, who faces some comic misadventures while searching for his lost bird friend and living with a human family as their child.",
|
||||
"poster_path": "/539JU71suy9q4Wd5vvkKQLl5fTC.jpg",
|
||||
"release_date": "1999-12-17",
|
||||
"title": "Stuart Little",
|
||||
"video": false,
|
||||
"vote_average": 5.9,
|
||||
"vote_count": 1980,
|
||||
"popularity": 8.911,
|
||||
"media_type": "movie"
|
||||
}
|
||||
],
|
||||
"known_for_department": "Acting",
|
||||
"profile_path": "/3qCmEHtq5fBW8dbzsYDSy16Zqb0.jpg",
|
||||
"popularity": 4.967
|
||||
}
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:52:23.0999106Z",
|
||||
"ReducedUri": "/3/credit/525719bb760ee3776a1835d3",
|
||||
"RespData": {
|
||||
"credit_type": "cast",
|
||||
"department": "Acting",
|
||||
"job": "Actor",
|
||||
"media": {
|
||||
"backdrop_path": "/dtvRLuUgo4CLh5kRy26MImDyHvr.jpg",
|
||||
"first_air_date": "1984-09-16",
|
||||
"genre_ids": [
|
||||
80,
|
||||
18
|
||||
],
|
||||
"id": 1908,
|
||||
"name": "Miami Vice",
|
||||
"origin_country": [
|
||||
"US"
|
||||
],
|
||||
"original_language": "en",
|
||||
"original_name": "Miami Vice",
|
||||
"overview": "The story of the Miami Police Department's vice squad and its efforts to end drug trafficking and prostitution, centered on the unlikely partnership of Sonny Crockett and Ricardo Tubbs - who first meet when Tubbs is undercover in a drug cartel.",
|
||||
"poster_path": "/6psPEKu03UCiLqBxzeSy7wRQOVN.jpg",
|
||||
"vote_average": 7.3,
|
||||
"vote_count": 110,
|
||||
"popularity": 12.35,
|
||||
"character": "",
|
||||
"episodes": [
|
||||
{
|
||||
"air_date": "1984-11-09",
|
||||
"episode_number": 8,
|
||||
"id": 124339,
|
||||
"name": "No Exit",
|
||||
"overview": "Crockett and Tubbs reluctantly help government agents in their pursuit of a dangerous arms dealer.",
|
||||
"production_code": "59508",
|
||||
"season_number": 1,
|
||||
"show_id": 1908,
|
||||
"still_path": "/zJZDnnNGO0ciOQ9SUdEGLLCE4r0.jpg",
|
||||
"vote_average": 4.0,
|
||||
"vote_count": 1
|
||||
}
|
||||
],
|
||||
"seasons": []
|
||||
},
|
||||
"media_type": "tv",
|
||||
"id": "525719bb760ee3776a1835d3",
|
||||
"person": {
|
||||
"adult": false,
|
||||
"gender": 2,
|
||||
"name": "Bruce Willis",
|
||||
"id": 62,
|
||||
"known_for": [
|
||||
{
|
||||
"adult": false,
|
||||
"backdrop_path": "/4cDFJr4HnXN5AdPw4AKrmLlMWdO.jpg",
|
||||
"genre_ids": [
|
||||
53,
|
||||
80
|
||||
],
|
||||
"id": 680,
|
||||
"original_language": "en",
|
||||
"original_title": "Pulp Fiction",
|
||||
"overview": "A burger-loving hit man, his philosophical partner, a drug-addled gangster's moll and a washed-up boxer converge in this sprawling, comedic crime caper. Their adventures unfurl in three stories that ingeniously trip back and forth in time.",
|
||||
"poster_path": "/dM2w364MScsjFf8pfMbaWUcWrR.jpg",
|
||||
"release_date": "1994-09-10",
|
||||
"title": "Pulp Fiction",
|
||||
"video": false,
|
||||
"vote_average": 8.4,
|
||||
"vote_count": 13875,
|
||||
"popularity": 37.649,
|
||||
"media_type": "movie"
|
||||
},
|
||||
{
|
||||
"adult": false,
|
||||
"backdrop_path": "/4G6FNNLSIVrwSRZyFs91hQ3lZtD.jpg",
|
||||
"genre_ids": [
|
||||
27,
|
||||
53
|
||||
],
|
||||
"id": 381288,
|
||||
"original_language": "en",
|
||||
"original_title": "Split",
|
||||
"overview": "Though Kevin has evidenced 23 personalities to his trusted psychiatrist, Dr. Fletcher, there remains one still submerged who is set to materialize and dominate all the others. Compelled to abduct three teenage girls led by the willful, observant Casey, Kevin reaches a war for survival among all of those contained within him — as well as everyone around him — as the walls between his compartments shatter apart.",
|
||||
"poster_path": "/rXMWOZiCt6eMX22jWuTOSdQ98bY.jpg",
|
||||
"release_date": "2017-01-19",
|
||||
"title": "Split",
|
||||
"video": false,
|
||||
"vote_average": 7.2,
|
||||
"vote_count": 8986,
|
||||
"popularity": 68.454,
|
||||
"media_type": "movie"
|
||||
},
|
||||
{
|
||||
"adult": false,
|
||||
"backdrop_path": "/vuHG8VlYnvw4gUKtS7GY5kZol69.jpg",
|
||||
"genre_ids": [
|
||||
28,
|
||||
53,
|
||||
878
|
||||
],
|
||||
"id": 59967,
|
||||
"original_language": "en",
|
||||
"original_title": "Looper",
|
||||
"overview": "In the futuristic action thriller Looper, time travel will be invented but it will be illegal and only available on the black market. When the mob wants to get rid of someone, they will send their target 30 years into the past where a looper, a hired gun, like Joe is waiting to mop up. Joe is getting rich and life is good until the day the mob decides to close the loop, sending back Joe's future self for assassination.",
|
||||
"poster_path": "/sNjL6SqErDBE8OUZlrDLkexfsCj.jpg",
|
||||
"release_date": "2012-09-26",
|
||||
"title": "Looper",
|
||||
"video": false,
|
||||
"vote_average": 6.8,
|
||||
"vote_count": 6342,
|
||||
"popularity": 14.358,
|
||||
"media_type": "movie"
|
||||
}
|
||||
],
|
||||
"known_for_department": "Acting",
|
||||
"profile_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg",
|
||||
"popularity": 17.767
|
||||
}
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:51:51.3459883Z",
|
||||
"ReducedUri": "/3/credit/999999999",
|
||||
"RespData": {
|
||||
"status_code": 34,
|
||||
"status_message": "The resource you requested could not be found."
|
||||
},
|
||||
"RespStatusCode": 404,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
}
|
||||
]
|
4667
TMDbLibTests/Data/data-ClientDiscoverTests.json
Normal file
4667
TMDbLibTests/Data/data-ClientDiscoverTests.json
Normal file
File diff suppressed because it is too large
Load Diff
271
TMDbLibTests/Data/data-ClientFindTests.json
Normal file
271
TMDbLibTests/Data/data-ClientFindTests.json
Normal file
@ -0,0 +1,271 @@
|
||||
[
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:11.4591996Z",
|
||||
"ReducedUri": "/3/find/30272?external_source=tvdb_id",
|
||||
"RespData": {
|
||||
"movie_results": [],
|
||||
"person_results": [],
|
||||
"tv_results": [],
|
||||
"tv_episode_results": [
|
||||
{
|
||||
"air_date": "1971-05-13",
|
||||
"episode_number": 1,
|
||||
"id": 202650,
|
||||
"name": "The Bishop Warms Up",
|
||||
"overview": "",
|
||||
"production_code": null,
|
||||
"season_number": 5,
|
||||
"show_id": 2635,
|
||||
"still_path": null,
|
||||
"vote_average": 0.0,
|
||||
"vote_count": 0
|
||||
}
|
||||
],
|
||||
"tv_season_results": [
|
||||
{
|
||||
"air_date": "2008-01-20",
|
||||
"episode_count": 7,
|
||||
"id": 3572,
|
||||
"name": "Season 1",
|
||||
"overview": "High school chemistry teacher Walter White's life is suddenly transformed by a dire medical diagnosis. Street-savvy former student Jesse Pinkman \"teaches\" Walter a new trade.",
|
||||
"poster_path": "/1BP4xYv9ZG4ZVHkL7ocOziBbSYH.jpg",
|
||||
"season_number": 1,
|
||||
"show_id": 1396
|
||||
}
|
||||
]
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:11.9858694Z",
|
||||
"ReducedUri": "/3/find/81189?external_source=tvdb_id",
|
||||
"RespData": {
|
||||
"movie_results": [],
|
||||
"person_results": [],
|
||||
"tv_results": [
|
||||
{
|
||||
"original_name": "Breaking Bad",
|
||||
"id": 1396,
|
||||
"name": "Breaking Bad",
|
||||
"vote_count": 3040,
|
||||
"vote_average": 8.4,
|
||||
"first_air_date": "2008-01-20",
|
||||
"poster_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg",
|
||||
"genre_ids": [
|
||||
18
|
||||
],
|
||||
"original_language": "en",
|
||||
"backdrop_path": "/eSzpy96DwBujGFj0xMbXBcGcfxX.jpg",
|
||||
"overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.",
|
||||
"origin_country": [
|
||||
"US"
|
||||
],
|
||||
"popularity": 78.773
|
||||
}
|
||||
],
|
||||
"tv_episode_results": [],
|
||||
"tv_season_results": []
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:12.1096861Z",
|
||||
"ReducedUri": "/3/find/nm0000246?external_source=imdb_id",
|
||||
"RespData": {
|
||||
"movie_results": [],
|
||||
"person_results": [
|
||||
{
|
||||
"adult": false,
|
||||
"gender": 2,
|
||||
"name": "Bruce Willis",
|
||||
"id": 62,
|
||||
"known_for": [
|
||||
{
|
||||
"adult": false,
|
||||
"backdrop_path": "/4cDFJr4HnXN5AdPw4AKrmLlMWdO.jpg",
|
||||
"genre_ids": [
|
||||
53,
|
||||
80
|
||||
],
|
||||
"id": 680,
|
||||
"original_language": "en",
|
||||
"original_title": "Pulp Fiction",
|
||||
"overview": "A burger-loving hit man, his philosophical partner, a drug-addled gangster's moll and a washed-up boxer converge in this sprawling, comedic crime caper. Their adventures unfurl in three stories that ingeniously trip back and forth in time.",
|
||||
"poster_path": "/dM2w364MScsjFf8pfMbaWUcWrR.jpg",
|
||||
"release_date": "1994-09-10",
|
||||
"title": "Pulp Fiction",
|
||||
"video": false,
|
||||
"vote_average": 8.4,
|
||||
"vote_count": 13875,
|
||||
"popularity": 37.649,
|
||||
"media_type": "movie"
|
||||
},
|
||||
{
|
||||
"adult": false,
|
||||
"backdrop_path": "/4G6FNNLSIVrwSRZyFs91hQ3lZtD.jpg",
|
||||
"genre_ids": [
|
||||
27,
|
||||
53
|
||||
],
|
||||
"id": 381288,
|
||||
"original_language": "en",
|
||||
"original_title": "Split",
|
||||
"overview": "Though Kevin has evidenced 23 personalities to his trusted psychiatrist, Dr. Fletcher, there remains one still submerged who is set to materialize and dominate all the others. Compelled to abduct three teenage girls led by the willful, observant Casey, Kevin reaches a war for survival among all of those contained within him — as well as everyone around him — as the walls between his compartments shatter apart.",
|
||||
"poster_path": "/rXMWOZiCt6eMX22jWuTOSdQ98bY.jpg",
|
||||
"release_date": "2017-01-19",
|
||||
"title": "Split",
|
||||
"video": false,
|
||||
"vote_average": 7.2,
|
||||
"vote_count": 8986,
|
||||
"popularity": 68.454,
|
||||
"media_type": "movie"
|
||||
},
|
||||
{
|
||||
"adult": false,
|
||||
"backdrop_path": "/vuHG8VlYnvw4gUKtS7GY5kZol69.jpg",
|
||||
"genre_ids": [
|
||||
28,
|
||||
53,
|
||||
878
|
||||
],
|
||||
"id": 59967,
|
||||
"original_language": "en",
|
||||
"original_title": "Looper",
|
||||
"overview": "In the futuristic action thriller Looper, time travel will be invented but it will be illegal and only available on the black market. When the mob wants to get rid of someone, they will send their target 30 years into the past where a looper, a hired gun, like Joe is waiting to mop up. Joe is getting rich and life is good until the day the mob decides to close the loop, sending back Joe's future self for assassination.",
|
||||
"poster_path": "/sNjL6SqErDBE8OUZlrDLkexfsCj.jpg",
|
||||
"release_date": "2012-09-26",
|
||||
"title": "Looper",
|
||||
"video": false,
|
||||
"vote_average": 6.8,
|
||||
"vote_count": 6342,
|
||||
"popularity": 14.358,
|
||||
"media_type": "movie"
|
||||
}
|
||||
],
|
||||
"known_for_department": "Acting",
|
||||
"profile_path": "/kI1OluWhLJk3pnR19VjOfABpnTY.jpg",
|
||||
"popularity": 17.767
|
||||
}
|
||||
],
|
||||
"tv_results": [],
|
||||
"tv_episode_results": [],
|
||||
"tv_season_results": []
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:11.8667574Z",
|
||||
"ReducedUri": "/3/find/tt0088247?external_source=imdb_id",
|
||||
"RespData": {
|
||||
"movie_results": [
|
||||
{
|
||||
"adult": false,
|
||||
"backdrop_path": "/6yFoLNQgFdVbA8TZMdfgVpszOla.jpg",
|
||||
"genre_ids": [
|
||||
28,
|
||||
53,
|
||||
878
|
||||
],
|
||||
"id": 218,
|
||||
"original_language": "en",
|
||||
"original_title": "The Terminator",
|
||||
"overview": "In the post-apocalyptic future, reigning tyrannical supercomputers teleport a cyborg assassin known as the \"Terminator\" back to 1984 to kill Sarah Connor, whose unborn son is destined to lead insurgents against 21st century mechanical hegemony. Meanwhile, the human-resistance movement dispatches a lone warrior to safeguard Sarah. Can he stop the virtually indestructible killing machine?",
|
||||
"poster_path": "/q8ffBuxQlYOHrvPniLgCbmKK4Lv.jpg",
|
||||
"release_date": "1984-10-26",
|
||||
"title": "The Terminator",
|
||||
"video": false,
|
||||
"vote_average": 7.5,
|
||||
"vote_count": 6258,
|
||||
"popularity": 21.643
|
||||
}
|
||||
],
|
||||
"person_results": [],
|
||||
"tv_results": [],
|
||||
"tv_episode_results": [],
|
||||
"tv_season_results": []
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:11.6362693Z",
|
||||
"ReducedUri": "/3/find/tt0903747?external_source=imdb_id",
|
||||
"RespData": {
|
||||
"movie_results": [],
|
||||
"person_results": [],
|
||||
"tv_results": [
|
||||
{
|
||||
"original_name": "Breaking Bad",
|
||||
"id": 1396,
|
||||
"name": "Breaking Bad",
|
||||
"vote_count": 3040,
|
||||
"vote_average": 8.4,
|
||||
"first_air_date": "2008-01-20",
|
||||
"poster_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg",
|
||||
"genre_ids": [
|
||||
18
|
||||
],
|
||||
"original_language": "en",
|
||||
"backdrop_path": "/eSzpy96DwBujGFj0xMbXBcGcfxX.jpg",
|
||||
"overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.",
|
||||
"origin_country": [
|
||||
"US"
|
||||
],
|
||||
"popularity": 78.773
|
||||
}
|
||||
],
|
||||
"tv_episode_results": [],
|
||||
"tv_season_results": []
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:11.7520272Z",
|
||||
"ReducedUri": "/3/find/tt0959621?external_source=imdb_id",
|
||||
"RespData": {
|
||||
"movie_results": [],
|
||||
"person_results": [],
|
||||
"tv_results": [],
|
||||
"tv_episode_results": [
|
||||
{
|
||||
"air_date": "2008-01-20",
|
||||
"episode_number": 1,
|
||||
"id": 62085,
|
||||
"name": "Pilot",
|
||||
"overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.",
|
||||
"production_code": null,
|
||||
"season_number": 1,
|
||||
"show_id": 1396,
|
||||
"still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg",
|
||||
"vote_average": 7.701,
|
||||
"vote_count": 117
|
||||
}
|
||||
],
|
||||
"tv_season_results": []
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
}
|
||||
]
|
1607
TMDbLibTests/Data/data-ClientGenreTests.json
Normal file
1607
TMDbLibTests/Data/data-ClientGenreTests.json
Normal file
File diff suppressed because it is too large
Load Diff
482
TMDbLibTests/Data/data-ClientGuestSessionTests.json
Normal file
482
TMDbLibTests/Data/data-ClientGuestSessionTests.json
Normal file
@ -0,0 +1,482 @@
|
||||
[
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:22.1620483Z",
|
||||
"ReducedUri": "/3/guest_session/d425468da2781d6799ba14c05f7327e7/rated/movies",
|
||||
"RespData": {
|
||||
"page": 1,
|
||||
"results": [
|
||||
{
|
||||
"adult": false,
|
||||
"backdrop_path": "/aHcth2AXzZSjhX7JYh7ie73YVNc.jpg",
|
||||
"genre_ids": [
|
||||
28,
|
||||
12,
|
||||
14,
|
||||
878
|
||||
],
|
||||
"id": 19995,
|
||||
"original_language": "en",
|
||||
"original_title": "Avatar",
|
||||
"overview": "In the 22nd century, a paraplegic Marine is dispatched to the moon Pandora on a unique mission, but becomes torn between following orders and protecting an alien civilization.",
|
||||
"poster_path": "/kmcqlZGaSh20zpTbuoF0Cdn07dT.jpg",
|
||||
"release_date": "2009-12-10",
|
||||
"title": "Avatar",
|
||||
"video": false,
|
||||
"vote_average": 7.4,
|
||||
"vote_count": 17460,
|
||||
"popularity": 29.055,
|
||||
"rating": 8.0
|
||||
}
|
||||
],
|
||||
"total_pages": 1,
|
||||
"total_results": 1
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:14.8944991Z",
|
||||
"ReducedUri": "/3/guest_session/d425468da2781d6799ba14c05f7327e7/rated/movies?page=1",
|
||||
"RespData": {
|
||||
"page": 1,
|
||||
"results": [
|
||||
{
|
||||
"adult": false,
|
||||
"backdrop_path": "/aHcth2AXzZSjhX7JYh7ie73YVNc.jpg",
|
||||
"genre_ids": [
|
||||
28,
|
||||
12,
|
||||
14,
|
||||
878
|
||||
],
|
||||
"id": 19995,
|
||||
"original_language": "en",
|
||||
"original_title": "Avatar",
|
||||
"overview": "In the 22nd century, a paraplegic Marine is dispatched to the moon Pandora on a unique mission, but becomes torn between following orders and protecting an alien civilization.",
|
||||
"poster_path": "/kmcqlZGaSh20zpTbuoF0Cdn07dT.jpg",
|
||||
"release_date": "2009-12-10",
|
||||
"title": "Avatar",
|
||||
"video": false,
|
||||
"vote_average": 7.4,
|
||||
"vote_count": 17460,
|
||||
"popularity": 29.055,
|
||||
"rating": 8.0
|
||||
},
|
||||
{
|
||||
"adult": false,
|
||||
"backdrop_path": "/6yFoLNQgFdVbA8TZMdfgVpszOla.jpg",
|
||||
"genre_ids": [
|
||||
28,
|
||||
53,
|
||||
878
|
||||
],
|
||||
"id": 218,
|
||||
"original_language": "en",
|
||||
"original_title": "The Terminator",
|
||||
"overview": "In the post-apocalyptic future, reigning tyrannical supercomputers teleport a cyborg assassin known as the \"Terminator\" back to 1984 to kill Sarah Connor, whose unborn son is destined to lead insurgents against 21st century mechanical hegemony. Meanwhile, the human-resistance movement dispatches a lone warrior to safeguard Sarah. Can he stop the virtually indestructible killing machine?",
|
||||
"poster_path": "/q8ffBuxQlYOHrvPniLgCbmKK4Lv.jpg",
|
||||
"release_date": "1984-10-26",
|
||||
"title": "The Terminator",
|
||||
"video": false,
|
||||
"vote_average": 7.5,
|
||||
"vote_count": 6258,
|
||||
"popularity": 21.643,
|
||||
"rating": 7.5
|
||||
}
|
||||
],
|
||||
"total_pages": 1,
|
||||
"total_results": 2
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:15.1104721Z",
|
||||
"ReducedUri": "/3/guest_session/d425468da2781d6799ba14c05f7327e7/rated/movies?page=2",
|
||||
"RespData": {
|
||||
"page": 2,
|
||||
"results": [],
|
||||
"total_pages": 1,
|
||||
"total_results": 2
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:29.1507635Z",
|
||||
"ReducedUri": "/3/guest_session/d425468da2781d6799ba14c05f7327e7/rated/tv",
|
||||
"RespData": {
|
||||
"page": 1,
|
||||
"results": [
|
||||
{
|
||||
"original_name": "The Big Bang Theory",
|
||||
"id": 1418,
|
||||
"name": "The Big Bang Theory",
|
||||
"vote_count": 3521,
|
||||
"vote_average": 6.8,
|
||||
"first_air_date": "2007-09-24",
|
||||
"poster_path": "/ooBGRQBdbGzBxAVfExiO8r7kloA.jpg",
|
||||
"genre_ids": [
|
||||
35
|
||||
],
|
||||
"original_language": "en",
|
||||
"backdrop_path": "/nGsNruW3W27V6r4gkyc3iiEGsKR.jpg",
|
||||
"overview": "The Big Bang Theory is centered on five characters living in Pasadena, California: roommates Leonard Hofstadter and Sheldon Cooper; Penny, a waitress and aspiring actress who lives across the hall; and Leonard and Sheldon's equally geeky and socially awkward friends and co-workers, mechanical engineer Howard Wolowitz and astrophysicist Raj Koothrappali. The geekiness and intellect of the four guys is contrasted for comic effect with Penny's social skills and common sense.",
|
||||
"origin_country": [
|
||||
"US"
|
||||
],
|
||||
"popularity": 133.002,
|
||||
"rating": 7.5
|
||||
},
|
||||
{
|
||||
"original_name": "Breaking Bad",
|
||||
"id": 1396,
|
||||
"name": "Breaking Bad",
|
||||
"vote_count": 3040,
|
||||
"vote_average": 8.4,
|
||||
"first_air_date": "2008-01-20",
|
||||
"poster_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg",
|
||||
"genre_ids": [
|
||||
18
|
||||
],
|
||||
"original_language": "en",
|
||||
"backdrop_path": "/eSzpy96DwBujGFj0xMbXBcGcfxX.jpg",
|
||||
"overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.",
|
||||
"origin_country": [
|
||||
"US"
|
||||
],
|
||||
"popularity": 78.773,
|
||||
"rating": 8.0
|
||||
}
|
||||
],
|
||||
"total_pages": 1,
|
||||
"total_results": 2
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:52:16.8108137Z",
|
||||
"ReducedUri": "/3/guest_session/d425468da2781d6799ba14c05f7327e7/rated/tv/episodes",
|
||||
"RespData": {
|
||||
"page": 1,
|
||||
"results": [
|
||||
{
|
||||
"air_date": "2007-09-24",
|
||||
"episode_number": 1,
|
||||
"id": 64766,
|
||||
"name": "Pilot",
|
||||
"overview": "Brilliant physicist roommates Leonard and Sheldon meet their new neighbor Penny, who begins showing them that as much as they know about science, they know little about actual living.",
|
||||
"production_code": "276023",
|
||||
"season_number": 1,
|
||||
"show_id": 1418,
|
||||
"still_path": "/rxWlBXZhGWhumbLB8gAHyyW3ITD.jpg",
|
||||
"vote_average": 6.836,
|
||||
"vote_count": 55,
|
||||
"rating": 7.5
|
||||
},
|
||||
{
|
||||
"air_date": "2008-01-20",
|
||||
"episode_number": 1,
|
||||
"id": 62085,
|
||||
"name": "Pilot",
|
||||
"overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.",
|
||||
"production_code": null,
|
||||
"season_number": 1,
|
||||
"show_id": 1396,
|
||||
"still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg",
|
||||
"vote_average": 7.701,
|
||||
"vote_count": 117,
|
||||
"rating": 7.5
|
||||
}
|
||||
],
|
||||
"total_pages": 1,
|
||||
"total_results": 2
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:52:15.763448Z",
|
||||
"ReducedUri": "/3/guest_session/d425468da2781d6799ba14c05f7327e7/rated/tv/episodes?page=1",
|
||||
"RespData": {
|
||||
"page": 1,
|
||||
"results": [
|
||||
{
|
||||
"air_date": "2007-09-24",
|
||||
"episode_number": 1,
|
||||
"id": 64766,
|
||||
"name": "Pilot",
|
||||
"overview": "Brilliant physicist roommates Leonard and Sheldon meet their new neighbor Penny, who begins showing them that as much as they know about science, they know little about actual living.",
|
||||
"production_code": "276023",
|
||||
"season_number": 1,
|
||||
"show_id": 1418,
|
||||
"still_path": "/rxWlBXZhGWhumbLB8gAHyyW3ITD.jpg",
|
||||
"vote_average": 6.836,
|
||||
"vote_count": 55,
|
||||
"rating": 7.5
|
||||
},
|
||||
{
|
||||
"air_date": "2008-01-20",
|
||||
"episode_number": 1,
|
||||
"id": 62085,
|
||||
"name": "Pilot",
|
||||
"overview": "When an unassuming high school chemistry teacher discovers he has a rare form of lung cancer, he decides to team up with a former student and create a top of the line crystal meth in a used RV, to provide for his family once he is gone.",
|
||||
"production_code": null,
|
||||
"season_number": 1,
|
||||
"show_id": 1396,
|
||||
"still_path": "/ydlY3iPfeOAvu8gVqrxPoMvzNCn.jpg",
|
||||
"vote_average": 7.701,
|
||||
"vote_count": 117,
|
||||
"rating": 7.5
|
||||
}
|
||||
],
|
||||
"total_pages": 1,
|
||||
"total_results": 2
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:52:16.5657001Z",
|
||||
"ReducedUri": "/3/guest_session/d425468da2781d6799ba14c05f7327e7/rated/tv/episodes?page=2",
|
||||
"RespData": {
|
||||
"page": 2,
|
||||
"results": [],
|
||||
"total_pages": 1,
|
||||
"total_results": 2
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:11.682546Z",
|
||||
"ReducedUri": "/3/guest_session/d425468da2781d6799ba14c05f7327e7/rated/tv?page=1",
|
||||
"RespData": {
|
||||
"page": 1,
|
||||
"results": [
|
||||
{
|
||||
"original_name": "The Big Bang Theory",
|
||||
"id": 1418,
|
||||
"name": "The Big Bang Theory",
|
||||
"vote_count": 3521,
|
||||
"vote_average": 6.8,
|
||||
"first_air_date": "2007-09-24",
|
||||
"poster_path": "/ooBGRQBdbGzBxAVfExiO8r7kloA.jpg",
|
||||
"genre_ids": [
|
||||
35
|
||||
],
|
||||
"original_language": "en",
|
||||
"backdrop_path": "/nGsNruW3W27V6r4gkyc3iiEGsKR.jpg",
|
||||
"overview": "The Big Bang Theory is centered on five characters living in Pasadena, California: roommates Leonard Hofstadter and Sheldon Cooper; Penny, a waitress and aspiring actress who lives across the hall; and Leonard and Sheldon's equally geeky and socially awkward friends and co-workers, mechanical engineer Howard Wolowitz and astrophysicist Raj Koothrappali. The geekiness and intellect of the four guys is contrasted for comic effect with Penny's social skills and common sense.",
|
||||
"origin_country": [
|
||||
"US"
|
||||
],
|
||||
"popularity": 133.002,
|
||||
"rating": 7.5
|
||||
},
|
||||
{
|
||||
"original_name": "Breaking Bad",
|
||||
"id": 1396,
|
||||
"name": "Breaking Bad",
|
||||
"vote_count": 3040,
|
||||
"vote_average": 8.4,
|
||||
"first_air_date": "2008-01-20",
|
||||
"poster_path": "/1yeVJox3rjo2jBKrrihIMj7uoS9.jpg",
|
||||
"genre_ids": [
|
||||
18
|
||||
],
|
||||
"original_language": "en",
|
||||
"backdrop_path": "/eSzpy96DwBujGFj0xMbXBcGcfxX.jpg",
|
||||
"overview": "When Walter White, a New Mexico chemistry teacher, is diagnosed with Stage III cancer and given a prognosis of only two years left to live. He becomes filled with a sense of fearlessness and an unrelenting desire to secure his family's financial future at any cost as he enters the dangerous world of drugs and crime.",
|
||||
"origin_country": [
|
||||
"US"
|
||||
],
|
||||
"popularity": 78.773,
|
||||
"rating": 8.0
|
||||
}
|
||||
],
|
||||
"total_pages": 1,
|
||||
"total_results": 2
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:11.8436857Z",
|
||||
"ReducedUri": "/3/guest_session/d425468da2781d6799ba14c05f7327e7/rated/tv?page=2",
|
||||
"RespData": {
|
||||
"page": 2,
|
||||
"results": [],
|
||||
"total_pages": 1,
|
||||
"total_results": 2
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:19.9870851Z",
|
||||
"ReducedUri": "/3/movie/218/rating?guest_session_id=d425468da2781d6799ba14c05f7327e7",
|
||||
"RespData": {
|
||||
"status_code": 13,
|
||||
"status_message": "The item/record was deleted successfully."
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "DELETE",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:15.4060744Z",
|
||||
"ReducedUri": "/3/movie/218/rating?guest_session_id=d425468da2781d6799ba14c05f7327e7",
|
||||
"RespData": {
|
||||
"status_code": 12,
|
||||
"status_message": "The item/record was updated successfully."
|
||||
},
|
||||
"ReqData": {
|
||||
"value": 7.5
|
||||
},
|
||||
"RespStatusCode": 201,
|
||||
"ReqMethod": "POST",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:17.6940449Z",
|
||||
"ReducedUri": "/3/movie/218/rating?guest_session_id=d425468da2781d6799ba14c05f7327e7",
|
||||
"RespData": {
|
||||
"status_code": 12,
|
||||
"status_message": "The item/record was updated successfully."
|
||||
},
|
||||
"ReqData": {
|
||||
"value": 8.0
|
||||
},
|
||||
"RespStatusCode": 201,
|
||||
"ReqMethod": "POST",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "0001-01-01T00:00:00",
|
||||
"ReducedUri": "/3/tv/1396/season/1/episode/1/rating?guest_session_id=d425468da2781d6799ba14c05f7327e7",
|
||||
"RespData": {
|
||||
"status_code": 12,
|
||||
"status_message": "The item/record was updated successfully."
|
||||
},
|
||||
"ReqData": {
|
||||
"value": 7.5
|
||||
},
|
||||
"RespStatusCode": 201,
|
||||
"ReqMethod": "POST",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:26.9828888Z",
|
||||
"ReducedUri": "/3/tv/1408/rating?guest_session_id=d425468da2781d6799ba14c05f7327e7",
|
||||
"RespData": {
|
||||
"status_code": 13,
|
||||
"status_message": "The item/record was deleted successfully."
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "DELETE",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:22.2989174Z",
|
||||
"ReducedUri": "/3/tv/1408/rating?guest_session_id=d425468da2781d6799ba14c05f7327e7",
|
||||
"RespData": {
|
||||
"status_code": 1,
|
||||
"status_message": "Success."
|
||||
},
|
||||
"ReqData": {
|
||||
"value": 7.5
|
||||
},
|
||||
"RespStatusCode": 201,
|
||||
"ReqMethod": "POST",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:24.6351248Z",
|
||||
"ReducedUri": "/3/tv/1408/rating?guest_session_id=d425468da2781d6799ba14c05f7327e7",
|
||||
"RespData": {
|
||||
"status_code": 12,
|
||||
"status_message": "The item/record was updated successfully."
|
||||
},
|
||||
"ReqData": {
|
||||
"value": 8.0
|
||||
},
|
||||
"RespStatusCode": 201,
|
||||
"ReqMethod": "POST",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:48:11.4618054Z",
|
||||
"ReducedUri": "/3/tv/1418/rating?guest_session_id=d425468da2781d6799ba14c05f7327e7",
|
||||
"RespData": {
|
||||
"status_code": 12,
|
||||
"status_message": "The item/record was updated successfully."
|
||||
},
|
||||
"ReqData": {
|
||||
"value": 7.5
|
||||
},
|
||||
"RespStatusCode": 201,
|
||||
"ReqMethod": "POST",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:52:15.4872781Z",
|
||||
"ReducedUri": "/3/tv/1418/season/1/episode/1/rating?guest_session_id=d425468da2781d6799ba14c05f7327e7",
|
||||
"RespData": {
|
||||
"status_code": 12,
|
||||
"status_message": "The item/record was updated successfully."
|
||||
},
|
||||
"ReqData": {
|
||||
"value": 7.5
|
||||
},
|
||||
"RespStatusCode": 201,
|
||||
"ReqMethod": "POST",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
}
|
||||
]
|
1414
TMDbLibTests/Data/data-ClientKeywordTests.json
Normal file
1414
TMDbLibTests/Data/data-ClientKeywordTests.json
Normal file
File diff suppressed because it is too large
Load Diff
4567
TMDbLibTests/Data/data-ClientListsTests.json
Normal file
4567
TMDbLibTests/Data/data-ClientListsTests.json
Normal file
File diff suppressed because it is too large
Load Diff
34339
TMDbLibTests/Data/data-ClientMovieTests.json
Normal file
34339
TMDbLibTests/Data/data-ClientMovieTests.json
Normal file
File diff suppressed because one or more lines are too long
73
TMDbLibTests/Data/data-ClientNetworkTests.json
Normal file
73
TMDbLibTests/Data/data-ClientNetworkTests.json
Normal file
@ -0,0 +1,73 @@
|
||||
[
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:50:37.9619524Z",
|
||||
"ReducedUri": "/3/network/174/alternative_names",
|
||||
"RespData": {
|
||||
"id": 174,
|
||||
"results": [
|
||||
{
|
||||
"name": "American Movie Classics",
|
||||
"type": "1984–2002"
|
||||
}
|
||||
]
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:52:31.7234341Z",
|
||||
"ReducedUri": "/3/network/213",
|
||||
"RespData": {
|
||||
"headquarters": "Los Gatos, California, USA",
|
||||
"homepage": "http://www.netflix.com",
|
||||
"id": 213,
|
||||
"name": "Netflix",
|
||||
"origin_country": ""
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:50:37.7554185Z",
|
||||
"ReducedUri": "/3/network/213/images",
|
||||
"RespData": {
|
||||
"id": 213,
|
||||
"logos": [
|
||||
{
|
||||
"aspect_ratio": 3.73134328358209,
|
||||
"file_path": "/wwemzKWzjKYJFfCeiB57q3r4Bcm.png",
|
||||
"height": 268,
|
||||
"id": "5a7a61b5c3a36821980020ff",
|
||||
"file_type": ".svg",
|
||||
"vote_average": 5.312,
|
||||
"vote_count": 1,
|
||||
"width": 1000
|
||||
}
|
||||
]
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:50:38.2576672Z",
|
||||
"ReducedUri": "/3/network/999999999",
|
||||
"RespData": {
|
||||
"status_code": 34,
|
||||
"status_message": "The resource you requested could not be found."
|
||||
},
|
||||
"RespStatusCode": 404,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
}
|
||||
]
|
23256
TMDbLibTests/Data/data-ClientPersonTests.json
Normal file
23256
TMDbLibTests/Data/data-ClientPersonTests.json
Normal file
File diff suppressed because it is too large
Load Diff
34
TMDbLibTests/Data/data-ClientReviewTests.json
Normal file
34
TMDbLibTests/Data/data-ClientReviewTests.json
Normal file
@ -0,0 +1,34 @@
|
||||
[
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:50:37.9097919Z",
|
||||
"ReducedUri": "/3/review/5010553819c2952d1b000451",
|
||||
"RespData": {
|
||||
"id": "5010553819c2952d1b000451",
|
||||
"author": "Travis Bell",
|
||||
"content": "I felt like this was a tremendous end to Nolan's Batman trilogy. The Dark Knight Rises may very well have been the weakest of all 3 films but when you're talking about a scale of this magnitude, it still makes this one of the best movies I've seen in the past few years.\r\n\r\nI expected a little more _Batman_ than we got (especially with a runtime of 2:45) but while the story around the fall of Bruce Wayne and Gotham City was good I didn't find it amazing. This might be in fact, one of my only criticisms—it was a long movie but still, maybe too short for the story I felt was really being told. I feel confident in saying this big of a story could have been split into two movies.\r\n\r\nThe acting, editing, pacing, soundtrack and overall theme were the same 'as-close-to-perfect' as ever with any of Christopher Nolan's other films. Man does this guy know how to make a movie!\r\n\r\nYou don't have to be a Batman fan to enjoy these movies and I hope any of you who feel this way re-consider. These 3 movies are without a doubt in my mind, the finest display of comic mythology ever told on the big screen. They are damn near perfect.",
|
||||
"iso_639_1": "en",
|
||||
"media_id": 49026,
|
||||
"media_title": "The Dark Knight Rises",
|
||||
"media_type": "Movie",
|
||||
"url": "https://www.themoviedb.org/review/5010553819c2952d1b000451"
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
},
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:50:37.7554094Z",
|
||||
"ReducedUri": "/3/review/999999999",
|
||||
"RespData": {
|
||||
"status_code": 34,
|
||||
"status_message": "The resource you requested could not be found."
|
||||
},
|
||||
"RespStatusCode": 404,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
}
|
||||
]
|
5832
TMDbLibTests/Data/data-ClientSearchTests.json
Normal file
5832
TMDbLibTests/Data/data-ClientSearchTests.json
Normal file
File diff suppressed because it is too large
Load Diff
108
TMDbLibTests/Data/data-ClientTests.json
Normal file
108
TMDbLibTests/Data/data-ClientTests.json
Normal file
@ -0,0 +1,108 @@
|
||||
[
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:52:41.7798348Z",
|
||||
"ReducedUri": "/3/configuration",
|
||||
"RespData": {
|
||||
"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",
|
||||
"w780",
|
||||
"original"
|
||||
],
|
||||
"profile_sizes": [
|
||||
"w45",
|
||||
"w185",
|
||||
"h632",
|
||||
"original"
|
||||
],
|
||||
"still_sizes": [
|
||||
"w92",
|
||||
"w185",
|
||||
"w300",
|
||||
"original"
|
||||
]
|
||||
},
|
||||
"change_keys": [
|
||||
"adult",
|
||||
"air_date",
|
||||
"also_known_as",
|
||||
"alternative_titles",
|
||||
"biography",
|
||||
"birthday",
|
||||
"budget",
|
||||
"cast",
|
||||
"certifications",
|
||||
"character_names",
|
||||
"created_by",
|
||||
"crew",
|
||||
"deathday",
|
||||
"episode",
|
||||
"episode_number",
|
||||
"episode_run_time",
|
||||
"freebase_id",
|
||||
"freebase_mid",
|
||||
"general",
|
||||
"genres",
|
||||
"guest_stars",
|
||||
"homepage",
|
||||
"images",
|
||||
"imdb_id",
|
||||
"languages",
|
||||
"name",
|
||||
"network",
|
||||
"origin_country",
|
||||
"original_name",
|
||||
"original_title",
|
||||
"overview",
|
||||
"parts",
|
||||
"place_of_birth",
|
||||
"plot_keywords",
|
||||
"production_code",
|
||||
"production_companies",
|
||||
"production_countries",
|
||||
"releases",
|
||||
"revenue",
|
||||
"runtime",
|
||||
"season",
|
||||
"season_number",
|
||||
"season_regular",
|
||||
"spoken_languages",
|
||||
"status",
|
||||
"tagline",
|
||||
"title",
|
||||
"translations",
|
||||
"tvdb_id",
|
||||
"tvrage_id",
|
||||
"type",
|
||||
"video",
|
||||
"videos"
|
||||
]
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
}
|
||||
]
|
2328
TMDbLibTests/Data/data-ClientTrendingTests.json
Normal file
2328
TMDbLibTests/Data/data-ClientTrendingTests.json
Normal file
File diff suppressed because it is too large
Load Diff
1867
TMDbLibTests/Data/data-ClientTvEpisodeTests.json
Normal file
1867
TMDbLibTests/Data/data-ClientTvEpisodeTests.json
Normal file
File diff suppressed because it is too large
Load Diff
8842
TMDbLibTests/Data/data-ClientTvSeasonTests.json
Normal file
8842
TMDbLibTests/Data/data-ClientTvSeasonTests.json
Normal file
File diff suppressed because it is too large
Load Diff
11346
TMDbLibTests/Data/data-ClientTvShowTests.json
Normal file
11346
TMDbLibTests/Data/data-ClientTvShowTests.json
Normal file
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,16 @@
|
||||
[
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:38.401897Z",
|
||||
"ReducedUri": "/3/authentication/token/new",
|
||||
"RespData": {
|
||||
"success": true,
|
||||
"expires_at": "2019-01-26 18:47:40 UTC",
|
||||
"request_token": "87f2a78442c8a2d518ee01521cc79311bf3f3c4f"
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
}
|
||||
]
|
1
TMDbLibTests/Data/data-EnumStringValueConverterTest.json
Normal file
1
TMDbLibTests/Data/data-EnumStringValueConverterTest.json
Normal file
@ -0,0 +1 @@
|
||||
[]
|
1126
TMDbLibTests/Data/data-KnownForConverterTest.json
Normal file
1126
TMDbLibTests/Data/data-KnownForConverterTest.json
Normal file
File diff suppressed because it is too large
Load Diff
1355
TMDbLibTests/Data/data-SearchBaseConverterTest.json
Normal file
1355
TMDbLibTests/Data/data-SearchBaseConverterTest.json
Normal file
File diff suppressed because it is too large
Load Diff
257
TMDbLibTests/Data/data-TaggedImageConverterTest.json
Normal file
257
TMDbLibTests/Data/data-TaggedImageConverterTest.json
Normal file
@ -0,0 +1,257 @@
|
||||
[
|
||||
{
|
||||
"RecordedAt": "2019-01-26T17:47:38.4173152Z",
|
||||
"ReducedUri": "/3/person/41419/tagged_images?page=1",
|
||||
"RespData": {
|
||||
"id": 41419,
|
||||
"page": 1,
|
||||
"total_results": 8,
|
||||
"results": [
|
||||
{
|
||||
"iso_639_1": null,
|
||||
"vote_count": 2,
|
||||
"media_type": "tv",
|
||||
"file_path": "/qvUxoJhfARTmHUmK9StpB7SViPg.jpg",
|
||||
"aspect_ratio": 1.7777777777778,
|
||||
"media": {
|
||||
"original_name": "House",
|
||||
"genre_ids": [
|
||||
35,
|
||||
18,
|
||||
9648
|
||||
],
|
||||
"name": "House",
|
||||
"popularity": 31.977,
|
||||
"origin_country": [
|
||||
"US"
|
||||
],
|
||||
"vote_count": 957,
|
||||
"first_air_date": "2004-11-16",
|
||||
"backdrop_path": "/ncdS5plsKvO3DLbRX0fBETB6SNS.jpg",
|
||||
"original_language": "en",
|
||||
"id": 1408,
|
||||
"vote_average": 8.2,
|
||||
"overview": "Dr. Gregory House, a drug-addicted, unconventional, misanthropic medical genius, leads a team of diagnosticians at the fictional Princeton–Plainsboro Teaching Hospital in New Jersey.",
|
||||
"poster_path": "/lxSzRZ49NXwsiyHuvMsd19QxduC.jpg"
|
||||
},
|
||||
"height": 1080,
|
||||
"vote_average": 5.37,
|
||||
"width": 1920
|
||||
},
|
||||
{
|
||||
"iso_639_1": null,
|
||||
"vote_count": 1,
|
||||
"media_type": "movie",
|
||||
"file_path": "/xfg7Q5Q5BBNlp0YOSzFk5dLE2Ba.jpg",
|
||||
"aspect_ratio": 1.7777777777778,
|
||||
"media": {
|
||||
"popularity": 5.973,
|
||||
"id": 89008,
|
||||
"video": false,
|
||||
"vote_count": 306,
|
||||
"vote_average": 5.4,
|
||||
"title": "The Oranges",
|
||||
"release_date": "2011-09-10",
|
||||
"original_language": "en",
|
||||
"original_title": "The Oranges",
|
||||
"genre_ids": [
|
||||
35,
|
||||
18,
|
||||
10749
|
||||
],
|
||||
"backdrop_path": "/xfg7Q5Q5BBNlp0YOSzFk5dLE2Ba.jpg",
|
||||
"adult": false,
|
||||
"overview": "A man's (Hugh Laurie) affair with his friend's much-younger daughter (Leighton Meester) throws two neighboring families into turmoil.",
|
||||
"poster_path": "/9Fid6G5aMB3lRmzZrDXb14Xepap.jpg"
|
||||
},
|
||||
"height": 720,
|
||||
"vote_average": 5.3125,
|
||||
"width": 1280
|
||||
},
|
||||
{
|
||||
"iso_639_1": null,
|
||||
"vote_count": 2,
|
||||
"media_type": "movie",
|
||||
"file_path": "/1RBdVycOQkr4ywTS8S4HbrpENtC.jpg",
|
||||
"aspect_ratio": 1.7777777777778,
|
||||
"media": {
|
||||
"popularity": 5.973,
|
||||
"id": 89008,
|
||||
"video": false,
|
||||
"vote_count": 306,
|
||||
"vote_average": 5.4,
|
||||
"title": "The Oranges",
|
||||
"release_date": "2011-09-10",
|
||||
"original_language": "en",
|
||||
"original_title": "The Oranges",
|
||||
"genre_ids": [
|
||||
35,
|
||||
18,
|
||||
10749
|
||||
],
|
||||
"backdrop_path": "/xfg7Q5Q5BBNlp0YOSzFk5dLE2Ba.jpg",
|
||||
"adult": false,
|
||||
"overview": "A man's (Hugh Laurie) affair with his friend's much-younger daughter (Leighton Meester) throws two neighboring families into turmoil.",
|
||||
"poster_path": "/9Fid6G5aMB3lRmzZrDXb14Xepap.jpg"
|
||||
},
|
||||
"height": 1080,
|
||||
"vote_average": 5.2454212454212,
|
||||
"width": 1920
|
||||
},
|
||||
{
|
||||
"iso_639_1": null,
|
||||
"vote_count": 2,
|
||||
"media_type": "tv",
|
||||
"file_path": "/pF5oNSIFGa8Gs52WGYH6au4f7k0.jpg",
|
||||
"aspect_ratio": 1.7777777777778,
|
||||
"media": {
|
||||
"original_name": "House",
|
||||
"genre_ids": [
|
||||
35,
|
||||
18,
|
||||
9648
|
||||
],
|
||||
"name": "House",
|
||||
"popularity": 31.977,
|
||||
"origin_country": [
|
||||
"US"
|
||||
],
|
||||
"vote_count": 957,
|
||||
"first_air_date": "2004-11-16",
|
||||
"backdrop_path": "/ncdS5plsKvO3DLbRX0fBETB6SNS.jpg",
|
||||
"original_language": "en",
|
||||
"id": 1408,
|
||||
"vote_average": 8.2,
|
||||
"overview": "Dr. Gregory House, a drug-addicted, unconventional, misanthropic medical genius, leads a team of diagnosticians at the fictional Princeton–Plainsboro Teaching Hospital in New Jersey.",
|
||||
"poster_path": "/lxSzRZ49NXwsiyHuvMsd19QxduC.jpg"
|
||||
},
|
||||
"height": 1080,
|
||||
"vote_average": 5.202,
|
||||
"width": 1920
|
||||
},
|
||||
{
|
||||
"iso_639_1": null,
|
||||
"vote_count": 1,
|
||||
"media_type": "movie",
|
||||
"file_path": "/o6WvVH3oTpCMgvg0GS7rYmfGIoP.jpg",
|
||||
"aspect_ratio": 1.7777777777778,
|
||||
"media": {
|
||||
"popularity": 0.701,
|
||||
"id": 124330,
|
||||
"video": false,
|
||||
"vote_count": 2,
|
||||
"vote_average": 5,
|
||||
"title": "Let Them Talk A Celebration of New Orleans Blues",
|
||||
"release_date": "2011-06-14",
|
||||
"original_language": "en",
|
||||
"original_title": "Let Them Talk A Celebration of New Orleans Blues",
|
||||
"genre_ids": [
|
||||
99
|
||||
],
|
||||
"backdrop_path": "/o6WvVH3oTpCMgvg0GS7rYmfGIoP.jpg",
|
||||
"adult": false,
|
||||
"overview": "An American favorite for his award-winning role in the hit TV series House, the versatile British actor Hugh Laurie showcases his musical side in an atmospheric personal odyssey filmed on location in New Orleans. Throughout the hour, there are intimate performances and rehearsals with blues legends Allen Toussaint and Irma Thomas, known as the “Soul Queen of New Orleans,” as well as another fellow traveler from Great Britain similarly inspired by this uniquely American music, Sir Tom Jones.",
|
||||
"poster_path": "/2FQlU3aQhvPfsR9L0E7mBUvacCj.jpg"
|
||||
},
|
||||
"height": 1080,
|
||||
"vote_average": 5.171130952381,
|
||||
"width": 1920
|
||||
},
|
||||
{
|
||||
"iso_639_1": null,
|
||||
"vote_count": 2,
|
||||
"media_type": "movie",
|
||||
"file_path": "/aDKwfFzl796RIUSvpD0iZTc0j0K.jpg",
|
||||
"aspect_ratio": 1.7777777777778,
|
||||
"media": {
|
||||
"popularity": 5.973,
|
||||
"id": 89008,
|
||||
"video": false,
|
||||
"vote_count": 306,
|
||||
"vote_average": 5.4,
|
||||
"title": "The Oranges",
|
||||
"release_date": "2011-09-10",
|
||||
"original_language": "en",
|
||||
"original_title": "The Oranges",
|
||||
"genre_ids": [
|
||||
35,
|
||||
18,
|
||||
10749
|
||||
],
|
||||
"backdrop_path": "/xfg7Q5Q5BBNlp0YOSzFk5dLE2Ba.jpg",
|
||||
"adult": false,
|
||||
"overview": "A man's (Hugh Laurie) affair with his friend's much-younger daughter (Leighton Meester) throws two neighboring families into turmoil.",
|
||||
"poster_path": "/9Fid6G5aMB3lRmzZrDXb14Xepap.jpg"
|
||||
},
|
||||
"height": 720,
|
||||
"vote_average": 5.1062271062271,
|
||||
"width": 1280
|
||||
},
|
||||
{
|
||||
"iso_639_1": null,
|
||||
"vote_count": 2,
|
||||
"media_type": "movie",
|
||||
"file_path": "/h8Vad7Qsu4xCvQoonwmFddok2Sg.jpg",
|
||||
"aspect_ratio": 1.7777777777778,
|
||||
"media": {
|
||||
"popularity": 5.973,
|
||||
"id": 89008,
|
||||
"video": false,
|
||||
"vote_count": 306,
|
||||
"vote_average": 5.4,
|
||||
"title": "The Oranges",
|
||||
"release_date": "2011-09-10",
|
||||
"original_language": "en",
|
||||
"original_title": "The Oranges",
|
||||
"genre_ids": [
|
||||
35,
|
||||
18,
|
||||
10749
|
||||
],
|
||||
"backdrop_path": "/xfg7Q5Q5BBNlp0YOSzFk5dLE2Ba.jpg",
|
||||
"adult": false,
|
||||
"overview": "A man's (Hugh Laurie) affair with his friend's much-younger daughter (Leighton Meester) throws two neighboring families into turmoil.",
|
||||
"poster_path": "/9Fid6G5aMB3lRmzZrDXb14Xepap.jpg"
|
||||
},
|
||||
"height": 720,
|
||||
"vote_average": 5.1062271062271,
|
||||
"width": 1280
|
||||
},
|
||||
{
|
||||
"iso_639_1": null,
|
||||
"vote_count": 0,
|
||||
"media_type": "movie",
|
||||
"file_path": "/6UF58og6xWC9Yh9zUuRsewSfQMY.jpg",
|
||||
"aspect_ratio": 1.7777777777778,
|
||||
"media": {
|
||||
"popularity": 0.701,
|
||||
"id": 124330,
|
||||
"video": false,
|
||||
"vote_count": 2,
|
||||
"vote_average": 5,
|
||||
"title": "Let Them Talk A Celebration of New Orleans Blues",
|
||||
"release_date": "2011-06-14",
|
||||
"original_language": "en",
|
||||
"original_title": "Let Them Talk A Celebration of New Orleans Blues",
|
||||
"genre_ids": [
|
||||
99
|
||||
],
|
||||
"backdrop_path": "/o6WvVH3oTpCMgvg0GS7rYmfGIoP.jpg",
|
||||
"adult": false,
|
||||
"overview": "An American favorite for his award-winning role in the hit TV series House, the versatile British actor Hugh Laurie showcases his musical side in an atmospheric personal odyssey filmed on location in New Orleans. Throughout the hour, there are intimate performances and rehearsals with blues legends Allen Toussaint and Irma Thomas, known as the “Soul Queen of New Orleans,” as well as another fellow traveler from Great Britain similarly inspired by this uniquely American music, Sir Tom Jones.",
|
||||
"poster_path": "/2FQlU3aQhvPfsR9L0E7mBUvacCj.jpg"
|
||||
},
|
||||
"height": 720,
|
||||
"vote_average": 0,
|
||||
"width": 1280
|
||||
}
|
||||
],
|
||||
"total_pages": 1
|
||||
},
|
||||
"RespStatusCode": 200,
|
||||
"ReqMethod": "GET",
|
||||
"RespHeaders": {
|
||||
"Content-Type": "application/json; charset=utf-8"
|
||||
}
|
||||
}
|
||||
]
|
@ -18,4 +18,8 @@
|
||||
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Data\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
Loading…
Reference in New Issue
Block a user