ice_and_fire_api 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.gitignore +9 -0
- data/.rspec +2 -0
- data/.rubocop.yml +14 -0
- data/.travis.yml +5 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +21 -0
- data/README.md +86 -0
- data/Rakefile +6 -0
- data/bin/console +14 -0
- data/bin/setup +8 -0
- data/ice_and_fire_api.gemspec +31 -0
- data/lib/ice_and_fire_api/book.rb +38 -0
- data/lib/ice_and_fire_api/character.rb +44 -0
- data/lib/ice_and_fire_api/house.rb +45 -0
- data/lib/ice_and_fire_api/root.rb +17 -0
- data/lib/ice_and_fire_api/version.rb +3 -0
- data/lib/ice_and_fire_api.rb +12 -0
- data/spec/fixtures/book_find.yml +276 -0
- data/spec/fixtures/book_find_by_name.yml +575 -0
- data/spec/fixtures/character_find.yml +65 -0
- data/spec/fixtures/character_find_by_name.yml +69 -0
- data/spec/fixtures/house_find.yml +72 -0
- data/spec/fixtures/house_find_by_name.yml +62 -0
- data/spec/fixtures/root_find.yml +51 -0
- data/spec/ice_and_fire_api/book_spec.rb +25 -0
- data/spec/ice_and_fire_api/character_spec.rb +27 -0
- data/spec/ice_and_fire_api/house_spec.rb +25 -0
- data/spec/ice_and_fire_api/root_spec.rb +15 -0
- data/spec/ice_and_fire_api_spec.rb +11 -0
- data/spec/spec_helper.rb +8 -0
- metadata +179 -0
@@ -0,0 +1,276 @@
|
|
1
|
+
---
|
2
|
+
http_interactions:
|
3
|
+
- request:
|
4
|
+
method: get
|
5
|
+
uri: http://www.anapioficeandfire.com/api/books/1
|
6
|
+
body:
|
7
|
+
encoding: US-ASCII
|
8
|
+
string: ''
|
9
|
+
headers:
|
10
|
+
User-Agent:
|
11
|
+
- Faraday v0.10.0
|
12
|
+
response:
|
13
|
+
status:
|
14
|
+
code: 200
|
15
|
+
message:
|
16
|
+
headers:
|
17
|
+
date:
|
18
|
+
- Mon, 26 Dec 2016 15:23:36 GMT
|
19
|
+
content-type:
|
20
|
+
- application/json; charset=utf-8
|
21
|
+
content-length:
|
22
|
+
- '2326'
|
23
|
+
connection:
|
24
|
+
- close
|
25
|
+
set-cookie:
|
26
|
+
- __cfduid=d75baacd18b0e713025704febbd5b81651482765816; expires=Tue, 26-Dec-17
|
27
|
+
15:23:36 GMT; path=/; domain=.anapioficeandfire.com; HttpOnly, ARRAffinity=bb02697a828a67d629cd8387c3e7fa89b5a5514b4c02be02a81f93ed19b16cab;Path=/;Domain=www.anapioficeandfire.com
|
28
|
+
cache-control:
|
29
|
+
- no-transform, must-revalidate, max-age=0, private
|
30
|
+
last-modified:
|
31
|
+
- Fri, 23 Dec 2016 21:29:04 GMT
|
32
|
+
etag:
|
33
|
+
- '"1d8396fd99c14246b37a5cd6f2affc1a"'
|
34
|
+
vary:
|
35
|
+
- Accept-Encoding
|
36
|
+
x-aspnet-version:
|
37
|
+
- 4.0.30319
|
38
|
+
x-powered-by:
|
39
|
+
- ASP.NET
|
40
|
+
server:
|
41
|
+
- cloudflare-nginx
|
42
|
+
cf-ray:
|
43
|
+
- 317588f2800b55f4-ORD
|
44
|
+
body:
|
45
|
+
encoding: ASCII-8BIT
|
46
|
+
string: "{\r\n \"url\": \"http://www.anapioficeandfire.com/api/books/1\",\r\n
|
47
|
+
\ \"name\": \"A Game of Thrones\",\r\n \"isbn\": \"978-0553103540\",\r\n
|
48
|
+
\ \"authors\": [\r\n \"George R. R. Martin\"\r\n ],\r\n \"numberOfPages\":
|
49
|
+
694,\r\n \"publisher\": \"Bantam Books\",\r\n \"country\": \"United States\",\r\n
|
50
|
+
\ \"mediaType\": \"Hardcover\",\r\n \"released\": \"1996-08-01T00:00:00\",\r\n
|
51
|
+
\ \"characters\": [\r\n \"http://www.anapioficeandfire.com/api/characters/2\",\r\n
|
52
|
+
\ \"http://www.anapioficeandfire.com/api/characters/12\",\r\n \"http://www.anapioficeandfire.com/api/characters/13\",\r\n
|
53
|
+
\ \"http://www.anapioficeandfire.com/api/characters/16\",\r\n \"http://www.anapioficeandfire.com/api/characters/20\",\r\n
|
54
|
+
\ \"http://www.anapioficeandfire.com/api/characters/27\",\r\n \"http://www.anapioficeandfire.com/api/characters/31\",\r\n
|
55
|
+
\ \"http://www.anapioficeandfire.com/api/characters/38\",\r\n \"http://www.anapioficeandfire.com/api/characters/39\",\r\n
|
56
|
+
\ \"http://www.anapioficeandfire.com/api/characters/40\",\r\n \"http://www.anapioficeandfire.com/api/characters/41\",\r\n
|
57
|
+
\ \"http://www.anapioficeandfire.com/api/characters/42\",\r\n \"http://www.anapioficeandfire.com/api/characters/46\",\r\n
|
58
|
+
\ \"http://www.anapioficeandfire.com/api/characters/54\",\r\n \"http://www.anapioficeandfire.com/api/characters/56\",\r\n
|
59
|
+
\ \"http://www.anapioficeandfire.com/api/characters/57\",\r\n \"http://www.anapioficeandfire.com/api/characters/60\",\r\n
|
60
|
+
\ \"http://www.anapioficeandfire.com/api/characters/61\",\r\n \"http://www.anapioficeandfire.com/api/characters/62\",\r\n
|
61
|
+
\ \"http://www.anapioficeandfire.com/api/characters/66\",\r\n \"http://www.anapioficeandfire.com/api/characters/67\",\r\n
|
62
|
+
\ \"http://www.anapioficeandfire.com/api/characters/69\",\r\n \"http://www.anapioficeandfire.com/api/characters/79\",\r\n
|
63
|
+
\ \"http://www.anapioficeandfire.com/api/characters/89\",\r\n \"http://www.anapioficeandfire.com/api/characters/107\",\r\n
|
64
|
+
\ \"http://www.anapioficeandfire.com/api/characters/115\",\r\n \"http://www.anapioficeandfire.com/api/characters/116\",\r\n
|
65
|
+
\ \"http://www.anapioficeandfire.com/api/characters/120\",\r\n \"http://www.anapioficeandfire.com/api/characters/125\",\r\n
|
66
|
+
\ \"http://www.anapioficeandfire.com/api/characters/128\",\r\n \"http://www.anapioficeandfire.com/api/characters/129\",\r\n
|
67
|
+
\ \"http://www.anapioficeandfire.com/api/characters/130\",\r\n \"http://www.anapioficeandfire.com/api/characters/135\",\r\n
|
68
|
+
\ \"http://www.anapioficeandfire.com/api/characters/137\",\r\n \"http://www.anapioficeandfire.com/api/characters/142\",\r\n
|
69
|
+
\ \"http://www.anapioficeandfire.com/api/characters/147\",\r\n \"http://www.anapioficeandfire.com/api/characters/149\",\r\n
|
70
|
+
\ \"http://www.anapioficeandfire.com/api/characters/150\",\r\n \"http://www.anapioficeandfire.com/api/characters/151\",\r\n
|
71
|
+
\ \"http://www.anapioficeandfire.com/api/characters/160\",\r\n \"http://www.anapioficeandfire.com/api/characters/164\",\r\n
|
72
|
+
\ \"http://www.anapioficeandfire.com/api/characters/168\",\r\n \"http://www.anapioficeandfire.com/api/characters/171\",\r\n
|
73
|
+
\ \"http://www.anapioficeandfire.com/api/characters/181\",\r\n \"http://www.anapioficeandfire.com/api/characters/190\",\r\n
|
74
|
+
\ \"http://www.anapioficeandfire.com/api/characters/194\",\r\n \"http://www.anapioficeandfire.com/api/characters/198\",\r\n
|
75
|
+
\ \"http://www.anapioficeandfire.com/api/characters/202\",\r\n \"http://www.anapioficeandfire.com/api/characters/203\",\r\n
|
76
|
+
\ \"http://www.anapioficeandfire.com/api/characters/206\",\r\n \"http://www.anapioficeandfire.com/api/characters/209\",\r\n
|
77
|
+
\ \"http://www.anapioficeandfire.com/api/characters/211\",\r\n \"http://www.anapioficeandfire.com/api/characters/213\",\r\n
|
78
|
+
\ \"http://www.anapioficeandfire.com/api/characters/217\",\r\n \"http://www.anapioficeandfire.com/api/characters/220\",\r\n
|
79
|
+
\ \"http://www.anapioficeandfire.com/api/characters/223\",\r\n \"http://www.anapioficeandfire.com/api/characters/225\",\r\n
|
80
|
+
\ \"http://www.anapioficeandfire.com/api/characters/235\",\r\n \"http://www.anapioficeandfire.com/api/characters/238\",\r\n
|
81
|
+
\ \"http://www.anapioficeandfire.com/api/characters/245\",\r\n \"http://www.anapioficeandfire.com/api/characters/259\",\r\n
|
82
|
+
\ \"http://www.anapioficeandfire.com/api/characters/264\",\r\n \"http://www.anapioficeandfire.com/api/characters/273\",\r\n
|
83
|
+
\ \"http://www.anapioficeandfire.com/api/characters/274\",\r\n \"http://www.anapioficeandfire.com/api/characters/291\",\r\n
|
84
|
+
\ \"http://www.anapioficeandfire.com/api/characters/292\",\r\n \"http://www.anapioficeandfire.com/api/characters/293\",\r\n
|
85
|
+
\ \"http://www.anapioficeandfire.com/api/characters/294\",\r\n \"http://www.anapioficeandfire.com/api/characters/303\",\r\n
|
86
|
+
\ \"http://www.anapioficeandfire.com/api/characters/306\",\r\n \"http://www.anapioficeandfire.com/api/characters/313\",\r\n
|
87
|
+
\ \"http://www.anapioficeandfire.com/api/characters/315\",\r\n \"http://www.anapioficeandfire.com/api/characters/325\",\r\n
|
88
|
+
\ \"http://www.anapioficeandfire.com/api/characters/326\",\r\n \"http://www.anapioficeandfire.com/api/characters/327\",\r\n
|
89
|
+
\ \"http://www.anapioficeandfire.com/api/characters/338\",\r\n \"http://www.anapioficeandfire.com/api/characters/346\",\r\n
|
90
|
+
\ \"http://www.anapioficeandfire.com/api/characters/347\",\r\n \"http://www.anapioficeandfire.com/api/characters/348\",\r\n
|
91
|
+
\ \"http://www.anapioficeandfire.com/api/characters/361\",\r\n \"http://www.anapioficeandfire.com/api/characters/368\",\r\n
|
92
|
+
\ \"http://www.anapioficeandfire.com/api/characters/377\",\r\n \"http://www.anapioficeandfire.com/api/characters/379\",\r\n
|
93
|
+
\ \"http://www.anapioficeandfire.com/api/characters/380\",\r\n \"http://www.anapioficeandfire.com/api/characters/384\",\r\n
|
94
|
+
\ \"http://www.anapioficeandfire.com/api/characters/385\",\r\n \"http://www.anapioficeandfire.com/api/characters/393\",\r\n
|
95
|
+
\ \"http://www.anapioficeandfire.com/api/characters/394\",\r\n \"http://www.anapioficeandfire.com/api/characters/397\",\r\n
|
96
|
+
\ \"http://www.anapioficeandfire.com/api/characters/400\",\r\n \"http://www.anapioficeandfire.com/api/characters/401\",\r\n
|
97
|
+
\ \"http://www.anapioficeandfire.com/api/characters/405\",\r\n \"http://www.anapioficeandfire.com/api/characters/408\",\r\n
|
98
|
+
\ \"http://www.anapioficeandfire.com/api/characters/413\",\r\n \"http://www.anapioficeandfire.com/api/characters/415\",\r\n
|
99
|
+
\ \"http://www.anapioficeandfire.com/api/characters/418\",\r\n \"http://www.anapioficeandfire.com/api/characters/421\",\r\n
|
100
|
+
\ \"http://www.anapioficeandfire.com/api/characters/427\",\r\n \"http://www.anapioficeandfire.com/api/characters/435\",\r\n
|
101
|
+
\ \"http://www.anapioficeandfire.com/api/characters/439\",\r\n \"http://www.anapioficeandfire.com/api/characters/458\",\r\n
|
102
|
+
\ \"http://www.anapioficeandfire.com/api/characters/461\",\r\n \"http://www.anapioficeandfire.com/api/characters/463\",\r\n
|
103
|
+
\ \"http://www.anapioficeandfire.com/api/characters/466\",\r\n \"http://www.anapioficeandfire.com/api/characters/467\",\r\n
|
104
|
+
\ \"http://www.anapioficeandfire.com/api/characters/475\",\r\n \"http://www.anapioficeandfire.com/api/characters/476\",\r\n
|
105
|
+
\ \"http://www.anapioficeandfire.com/api/characters/484\",\r\n \"http://www.anapioficeandfire.com/api/characters/487\",\r\n
|
106
|
+
\ \"http://www.anapioficeandfire.com/api/characters/490\",\r\n \"http://www.anapioficeandfire.com/api/characters/494\",\r\n
|
107
|
+
\ \"http://www.anapioficeandfire.com/api/characters/496\",\r\n \"http://www.anapioficeandfire.com/api/characters/498\",\r\n
|
108
|
+
\ \"http://www.anapioficeandfire.com/api/characters/501\",\r\n \"http://www.anapioficeandfire.com/api/characters/503\",\r\n
|
109
|
+
\ \"http://www.anapioficeandfire.com/api/characters/506\",\r\n \"http://www.anapioficeandfire.com/api/characters/508\",\r\n
|
110
|
+
\ \"http://www.anapioficeandfire.com/api/characters/519\",\r\n \"http://www.anapioficeandfire.com/api/characters/521\",\r\n
|
111
|
+
\ \"http://www.anapioficeandfire.com/api/characters/526\",\r\n \"http://www.anapioficeandfire.com/api/characters/527\",\r\n
|
112
|
+
\ \"http://www.anapioficeandfire.com/api/characters/529\",\r\n \"http://www.anapioficeandfire.com/api/characters/531\",\r\n
|
113
|
+
\ \"http://www.anapioficeandfire.com/api/characters/532\",\r\n \"http://www.anapioficeandfire.com/api/characters/533\",\r\n
|
114
|
+
\ \"http://www.anapioficeandfire.com/api/characters/535\",\r\n \"http://www.anapioficeandfire.com/api/characters/536\",\r\n
|
115
|
+
\ \"http://www.anapioficeandfire.com/api/characters/539\",\r\n \"http://www.anapioficeandfire.com/api/characters/547\",\r\n
|
116
|
+
\ \"http://www.anapioficeandfire.com/api/characters/557\",\r\n \"http://www.anapioficeandfire.com/api/characters/558\",\r\n
|
117
|
+
\ \"http://www.anapioficeandfire.com/api/characters/562\",\r\n \"http://www.anapioficeandfire.com/api/characters/565\",\r\n
|
118
|
+
\ \"http://www.anapioficeandfire.com/api/characters/572\",\r\n \"http://www.anapioficeandfire.com/api/characters/584\",\r\n
|
119
|
+
\ \"http://www.anapioficeandfire.com/api/characters/585\",\r\n \"http://www.anapioficeandfire.com/api/characters/586\",\r\n
|
120
|
+
\ \"http://www.anapioficeandfire.com/api/characters/588\",\r\n \"http://www.anapioficeandfire.com/api/characters/595\",\r\n
|
121
|
+
\ \"http://www.anapioficeandfire.com/api/characters/600\",\r\n \"http://www.anapioficeandfire.com/api/characters/604\",\r\n
|
122
|
+
\ \"http://www.anapioficeandfire.com/api/characters/605\",\r\n \"http://www.anapioficeandfire.com/api/characters/613\",\r\n
|
123
|
+
\ \"http://www.anapioficeandfire.com/api/characters/615\",\r\n \"http://www.anapioficeandfire.com/api/characters/622\",\r\n
|
124
|
+
\ \"http://www.anapioficeandfire.com/api/characters/631\",\r\n \"http://www.anapioficeandfire.com/api/characters/632\",\r\n
|
125
|
+
\ \"http://www.anapioficeandfire.com/api/characters/635\",\r\n \"http://www.anapioficeandfire.com/api/characters/640\",\r\n
|
126
|
+
\ \"http://www.anapioficeandfire.com/api/characters/649\",\r\n \"http://www.anapioficeandfire.com/api/characters/650\",\r\n
|
127
|
+
\ \"http://www.anapioficeandfire.com/api/characters/651\",\r\n \"http://www.anapioficeandfire.com/api/characters/672\",\r\n
|
128
|
+
\ \"http://www.anapioficeandfire.com/api/characters/677\",\r\n \"http://www.anapioficeandfire.com/api/characters/688\",\r\n
|
129
|
+
\ \"http://www.anapioficeandfire.com/api/characters/691\",\r\n \"http://www.anapioficeandfire.com/api/characters/692\",\r\n
|
130
|
+
\ \"http://www.anapioficeandfire.com/api/characters/694\",\r\n \"http://www.anapioficeandfire.com/api/characters/695\",\r\n
|
131
|
+
\ \"http://www.anapioficeandfire.com/api/characters/701\",\r\n \"http://www.anapioficeandfire.com/api/characters/709\",\r\n
|
132
|
+
\ \"http://www.anapioficeandfire.com/api/characters/714\",\r\n \"http://www.anapioficeandfire.com/api/characters/718\",\r\n
|
133
|
+
\ \"http://www.anapioficeandfire.com/api/characters/721\",\r\n \"http://www.anapioficeandfire.com/api/characters/724\",\r\n
|
134
|
+
\ \"http://www.anapioficeandfire.com/api/characters/725\",\r\n \"http://www.anapioficeandfire.com/api/characters/731\",\r\n
|
135
|
+
\ \"http://www.anapioficeandfire.com/api/characters/734\",\r\n \"http://www.anapioficeandfire.com/api/characters/749\",\r\n
|
136
|
+
\ \"http://www.anapioficeandfire.com/api/characters/751\",\r\n \"http://www.anapioficeandfire.com/api/characters/752\",\r\n
|
137
|
+
\ \"http://www.anapioficeandfire.com/api/characters/754\",\r\n \"http://www.anapioficeandfire.com/api/characters/755\",\r\n
|
138
|
+
\ \"http://www.anapioficeandfire.com/api/characters/759\",\r\n \"http://www.anapioficeandfire.com/api/characters/766\",\r\n
|
139
|
+
\ \"http://www.anapioficeandfire.com/api/characters/768\",\r\n \"http://www.anapioficeandfire.com/api/characters/775\",\r\n
|
140
|
+
\ \"http://www.anapioficeandfire.com/api/characters/778\",\r\n \"http://www.anapioficeandfire.com/api/characters/779\",\r\n
|
141
|
+
\ \"http://www.anapioficeandfire.com/api/characters/782\",\r\n \"http://www.anapioficeandfire.com/api/characters/784\",\r\n
|
142
|
+
\ \"http://www.anapioficeandfire.com/api/characters/786\",\r\n \"http://www.anapioficeandfire.com/api/characters/797\",\r\n
|
143
|
+
\ \"http://www.anapioficeandfire.com/api/characters/805\",\r\n \"http://www.anapioficeandfire.com/api/characters/806\",\r\n
|
144
|
+
\ \"http://www.anapioficeandfire.com/api/characters/814\",\r\n \"http://www.anapioficeandfire.com/api/characters/815\",\r\n
|
145
|
+
\ \"http://www.anapioficeandfire.com/api/characters/820\",\r\n \"http://www.anapioficeandfire.com/api/characters/823\",\r\n
|
146
|
+
\ \"http://www.anapioficeandfire.com/api/characters/827\",\r\n \"http://www.anapioficeandfire.com/api/characters/828\",\r\n
|
147
|
+
\ \"http://www.anapioficeandfire.com/api/characters/829\",\r\n \"http://www.anapioficeandfire.com/api/characters/832\",\r\n
|
148
|
+
\ \"http://www.anapioficeandfire.com/api/characters/837\",\r\n \"http://www.anapioficeandfire.com/api/characters/844\",\r\n
|
149
|
+
\ \"http://www.anapioficeandfire.com/api/characters/850\",\r\n \"http://www.anapioficeandfire.com/api/characters/852\",\r\n
|
150
|
+
\ \"http://www.anapioficeandfire.com/api/characters/860\",\r\n \"http://www.anapioficeandfire.com/api/characters/862\",\r\n
|
151
|
+
\ \"http://www.anapioficeandfire.com/api/characters/867\",\r\n \"http://www.anapioficeandfire.com/api/characters/869\",\r\n
|
152
|
+
\ \"http://www.anapioficeandfire.com/api/characters/876\",\r\n \"http://www.anapioficeandfire.com/api/characters/884\",\r\n
|
153
|
+
\ \"http://www.anapioficeandfire.com/api/characters/886\",\r\n \"http://www.anapioficeandfire.com/api/characters/887\",\r\n
|
154
|
+
\ \"http://www.anapioficeandfire.com/api/characters/891\",\r\n \"http://www.anapioficeandfire.com/api/characters/892\",\r\n
|
155
|
+
\ \"http://www.anapioficeandfire.com/api/characters/894\",\r\n \"http://www.anapioficeandfire.com/api/characters/901\",\r\n
|
156
|
+
\ \"http://www.anapioficeandfire.com/api/characters/903\",\r\n \"http://www.anapioficeandfire.com/api/characters/909\",\r\n
|
157
|
+
\ \"http://www.anapioficeandfire.com/api/characters/912\",\r\n \"http://www.anapioficeandfire.com/api/characters/913\",\r\n
|
158
|
+
\ \"http://www.anapioficeandfire.com/api/characters/916\",\r\n \"http://www.anapioficeandfire.com/api/characters/933\",\r\n
|
159
|
+
\ \"http://www.anapioficeandfire.com/api/characters/945\",\r\n \"http://www.anapioficeandfire.com/api/characters/955\",\r\n
|
160
|
+
\ \"http://www.anapioficeandfire.com/api/characters/969\",\r\n \"http://www.anapioficeandfire.com/api/characters/972\",\r\n
|
161
|
+
\ \"http://www.anapioficeandfire.com/api/characters/975\",\r\n \"http://www.anapioficeandfire.com/api/characters/983\",\r\n
|
162
|
+
\ \"http://www.anapioficeandfire.com/api/characters/984\",\r\n \"http://www.anapioficeandfire.com/api/characters/994\",\r\n
|
163
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1010\",\r\n \"http://www.anapioficeandfire.com/api/characters/1017\",\r\n
|
164
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1022\",\r\n \"http://www.anapioficeandfire.com/api/characters/1023\",\r\n
|
165
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1025\",\r\n \"http://www.anapioficeandfire.com/api/characters/1029\",\r\n
|
166
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1033\",\r\n \"http://www.anapioficeandfire.com/api/characters/1034\",\r\n
|
167
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1043\",\r\n \"http://www.anapioficeandfire.com/api/characters/1044\",\r\n
|
168
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1049\",\r\n \"http://www.anapioficeandfire.com/api/characters/1051\",\r\n
|
169
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1055\",\r\n \"http://www.anapioficeandfire.com/api/characters/1063\",\r\n
|
170
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1068\",\r\n \"http://www.anapioficeandfire.com/api/characters/1069\",\r\n
|
171
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1072\",\r\n \"http://www.anapioficeandfire.com/api/characters/1074\",\r\n
|
172
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1076\",\r\n \"http://www.anapioficeandfire.com/api/characters/1077\",\r\n
|
173
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1079\",\r\n \"http://www.anapioficeandfire.com/api/characters/1080\",\r\n
|
174
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1089\",\r\n \"http://www.anapioficeandfire.com/api/characters/1090\",\r\n
|
175
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1091\",\r\n \"http://www.anapioficeandfire.com/api/characters/1093\",\r\n
|
176
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1096\",\r\n \"http://www.anapioficeandfire.com/api/characters/1104\",\r\n
|
177
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1106\",\r\n \"http://www.anapioficeandfire.com/api/characters/1107\",\r\n
|
178
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1110\",\r\n \"http://www.anapioficeandfire.com/api/characters/1113\",\r\n
|
179
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1114\",\r\n \"http://www.anapioficeandfire.com/api/characters/1116\",\r\n
|
180
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1120\",\r\n \"http://www.anapioficeandfire.com/api/characters/1122\",\r\n
|
181
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1124\",\r\n \"http://www.anapioficeandfire.com/api/characters/1131\",\r\n
|
182
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1132\",\r\n \"http://www.anapioficeandfire.com/api/characters/1140\",\r\n
|
183
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1142\",\r\n \"http://www.anapioficeandfire.com/api/characters/1147\",\r\n
|
184
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1152\",\r\n \"http://www.anapioficeandfire.com/api/characters/1158\",\r\n
|
185
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1165\",\r\n \"http://www.anapioficeandfire.com/api/characters/1166\",\r\n
|
186
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1178\",\r\n \"http://www.anapioficeandfire.com/api/characters/1188\",\r\n
|
187
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1193\",\r\n \"http://www.anapioficeandfire.com/api/characters/1214\",\r\n
|
188
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1219\",\r\n \"http://www.anapioficeandfire.com/api/characters/1228\",\r\n
|
189
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1245\",\r\n \"http://www.anapioficeandfire.com/api/characters/1247\",\r\n
|
190
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1253\",\r\n \"http://www.anapioficeandfire.com/api/characters/1260\",\r\n
|
191
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1262\",\r\n \"http://www.anapioficeandfire.com/api/characters/1265\",\r\n
|
192
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1266\",\r\n \"http://www.anapioficeandfire.com/api/characters/1267\",\r\n
|
193
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1268\",\r\n \"http://www.anapioficeandfire.com/api/characters/1269\",\r\n
|
194
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1275\",\r\n \"http://www.anapioficeandfire.com/api/characters/1277\",\r\n
|
195
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1278\",\r\n \"http://www.anapioficeandfire.com/api/characters/1280\",\r\n
|
196
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1282\",\r\n \"http://www.anapioficeandfire.com/api/characters/1284\",\r\n
|
197
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1289\",\r\n \"http://www.anapioficeandfire.com/api/characters/1296\",\r\n
|
198
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1299\",\r\n \"http://www.anapioficeandfire.com/api/characters/1304\",\r\n
|
199
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1317\",\r\n \"http://www.anapioficeandfire.com/api/characters/1326\",\r\n
|
200
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1333\",\r\n \"http://www.anapioficeandfire.com/api/characters/1335\",\r\n
|
201
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1336\",\r\n \"http://www.anapioficeandfire.com/api/characters/1340\",\r\n
|
202
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1346\",\r\n \"http://www.anapioficeandfire.com/api/characters/1352\",\r\n
|
203
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1355\",\r\n \"http://www.anapioficeandfire.com/api/characters/1373\",\r\n
|
204
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1383\",\r\n \"http://www.anapioficeandfire.com/api/characters/1389\",\r\n
|
205
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1396\",\r\n \"http://www.anapioficeandfire.com/api/characters/1409\",\r\n
|
206
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1410\",\r\n \"http://www.anapioficeandfire.com/api/characters/1418\",\r\n
|
207
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1430\",\r\n \"http://www.anapioficeandfire.com/api/characters/1434\",\r\n
|
208
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1442\",\r\n \"http://www.anapioficeandfire.com/api/characters/1444\",\r\n
|
209
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1453\",\r\n \"http://www.anapioficeandfire.com/api/characters/1455\",\r\n
|
210
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1456\",\r\n \"http://www.anapioficeandfire.com/api/characters/1463\",\r\n
|
211
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1466\",\r\n \"http://www.anapioficeandfire.com/api/characters/1468\",\r\n
|
212
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1470\",\r\n \"http://www.anapioficeandfire.com/api/characters/1488\",\r\n
|
213
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1499\",\r\n \"http://www.anapioficeandfire.com/api/characters/1502\",\r\n
|
214
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1515\",\r\n \"http://www.anapioficeandfire.com/api/characters/1520\",\r\n
|
215
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1523\",\r\n \"http://www.anapioficeandfire.com/api/characters/1526\",\r\n
|
216
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1529\",\r\n \"http://www.anapioficeandfire.com/api/characters/1530\",\r\n
|
217
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1531\",\r\n \"http://www.anapioficeandfire.com/api/characters/1540\",\r\n
|
218
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1547\",\r\n \"http://www.anapioficeandfire.com/api/characters/1548\",\r\n
|
219
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1549\",\r\n \"http://www.anapioficeandfire.com/api/characters/1551\",\r\n
|
220
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1559\",\r\n \"http://www.anapioficeandfire.com/api/characters/1560\",\r\n
|
221
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1565\",\r\n \"http://www.anapioficeandfire.com/api/characters/1566\",\r\n
|
222
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1568\",\r\n \"http://www.anapioficeandfire.com/api/characters/1570\",\r\n
|
223
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1573\",\r\n \"http://www.anapioficeandfire.com/api/characters/1585\",\r\n
|
224
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1596\",\r\n \"http://www.anapioficeandfire.com/api/characters/1602\",\r\n
|
225
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1620\",\r\n \"http://www.anapioficeandfire.com/api/characters/1624\",\r\n
|
226
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1627\",\r\n \"http://www.anapioficeandfire.com/api/characters/1631\",\r\n
|
227
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1649\",\r\n \"http://www.anapioficeandfire.com/api/characters/1650\",\r\n
|
228
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1660\",\r\n \"http://www.anapioficeandfire.com/api/characters/1662\",\r\n
|
229
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1665\",\r\n \"http://www.anapioficeandfire.com/api/characters/1666\",\r\n
|
230
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1670\",\r\n \"http://www.anapioficeandfire.com/api/characters/1674\",\r\n
|
231
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1675\",\r\n \"http://www.anapioficeandfire.com/api/characters/1677\",\r\n
|
232
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1682\",\r\n \"http://www.anapioficeandfire.com/api/characters/1697\",\r\n
|
233
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1706\",\r\n \"http://www.anapioficeandfire.com/api/characters/1708\",\r\n
|
234
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1710\",\r\n \"http://www.anapioficeandfire.com/api/characters/1713\",\r\n
|
235
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1715\",\r\n \"http://www.anapioficeandfire.com/api/characters/1717\",\r\n
|
236
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1721\",\r\n \"http://www.anapioficeandfire.com/api/characters/1724\",\r\n
|
237
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1725\",\r\n \"http://www.anapioficeandfire.com/api/characters/1727\",\r\n
|
238
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1741\",\r\n \"http://www.anapioficeandfire.com/api/characters/1742\",\r\n
|
239
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1749\",\r\n \"http://www.anapioficeandfire.com/api/characters/1755\",\r\n
|
240
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1770\",\r\n \"http://www.anapioficeandfire.com/api/characters/1772\",\r\n
|
241
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1787\",\r\n \"http://www.anapioficeandfire.com/api/characters/1790\",\r\n
|
242
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1802\",\r\n \"http://www.anapioficeandfire.com/api/characters/1815\",\r\n
|
243
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1816\",\r\n \"http://www.anapioficeandfire.com/api/characters/1826\",\r\n
|
244
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1837\",\r\n \"http://www.anapioficeandfire.com/api/characters/1838\",\r\n
|
245
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1840\",\r\n \"http://www.anapioficeandfire.com/api/characters/1843\",\r\n
|
246
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1855\",\r\n \"http://www.anapioficeandfire.com/api/characters/1856\",\r\n
|
247
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1861\",\r\n \"http://www.anapioficeandfire.com/api/characters/1873\",\r\n
|
248
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1874\",\r\n \"http://www.anapioficeandfire.com/api/characters/1875\",\r\n
|
249
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1880\",\r\n \"http://www.anapioficeandfire.com/api/characters/1882\",\r\n
|
250
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1900\",\r\n \"http://www.anapioficeandfire.com/api/characters/1909\",\r\n
|
251
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1911\",\r\n \"http://www.anapioficeandfire.com/api/characters/1916\",\r\n
|
252
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1935\",\r\n \"http://www.anapioficeandfire.com/api/characters/1938\",\r\n
|
253
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1939\",\r\n \"http://www.anapioficeandfire.com/api/characters/1942\",\r\n
|
254
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1963\",\r\n \"http://www.anapioficeandfire.com/api/characters/1968\",\r\n
|
255
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1976\",\r\n \"http://www.anapioficeandfire.com/api/characters/1979\",\r\n
|
256
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1997\",\r\n \"http://www.anapioficeandfire.com/api/characters/2002\",\r\n
|
257
|
+
\ \"http://www.anapioficeandfire.com/api/characters/2008\",\r\n \"http://www.anapioficeandfire.com/api/characters/2009\",\r\n
|
258
|
+
\ \"http://www.anapioficeandfire.com/api/characters/2013\",\r\n \"http://www.anapioficeandfire.com/api/characters/2014\",\r\n
|
259
|
+
\ \"http://www.anapioficeandfire.com/api/characters/2020\",\r\n \"http://www.anapioficeandfire.com/api/characters/2025\",\r\n
|
260
|
+
\ \"http://www.anapioficeandfire.com/api/characters/2029\",\r\n \"http://www.anapioficeandfire.com/api/characters/2044\",\r\n
|
261
|
+
\ \"http://www.anapioficeandfire.com/api/characters/2045\",\r\n \"http://www.anapioficeandfire.com/api/characters/2047\",\r\n
|
262
|
+
\ \"http://www.anapioficeandfire.com/api/characters/2051\",\r\n \"http://www.anapioficeandfire.com/api/characters/2059\",\r\n
|
263
|
+
\ \"http://www.anapioficeandfire.com/api/characters/2067\",\r\n \"http://www.anapioficeandfire.com/api/characters/2068\",\r\n
|
264
|
+
\ \"http://www.anapioficeandfire.com/api/characters/2069\",\r\n \"http://www.anapioficeandfire.com/api/characters/2071\",\r\n
|
265
|
+
\ \"http://www.anapioficeandfire.com/api/characters/2073\",\r\n \"http://www.anapioficeandfire.com/api/characters/2076\",\r\n
|
266
|
+
\ \"http://www.anapioficeandfire.com/api/characters/2089\",\r\n \"http://www.anapioficeandfire.com/api/characters/2114\",\r\n
|
267
|
+
\ \"http://www.anapioficeandfire.com/api/characters/2119\",\r\n \"http://www.anapioficeandfire.com/api/characters/2121\"\r\n
|
268
|
+
\ ],\r\n \"povCharacters\": [\r\n \"http://www.anapioficeandfire.com/api/characters/148\",\r\n
|
269
|
+
\ \"http://www.anapioficeandfire.com/api/characters/208\",\r\n \"http://www.anapioficeandfire.com/api/characters/232\",\r\n
|
270
|
+
\ \"http://www.anapioficeandfire.com/api/characters/339\",\r\n \"http://www.anapioficeandfire.com/api/characters/583\",\r\n
|
271
|
+
\ \"http://www.anapioficeandfire.com/api/characters/957\",\r\n \"http://www.anapioficeandfire.com/api/characters/1052\",\r\n
|
272
|
+
\ \"http://www.anapioficeandfire.com/api/characters/1109\",\r\n \"http://www.anapioficeandfire.com/api/characters/1303\"\r\n
|
273
|
+
\ ]\r\n}"
|
274
|
+
http_version:
|
275
|
+
recorded_at: Mon, 26 Dec 2016 15:23:36 GMT
|
276
|
+
recorded_with: VCR 3.0.3
|