contentful 0.1.1 → 0.1.2
Sign up to get free protection for your applications and to get access to all the features.
- data/{ChangeLog.md → CHANGELOG.md} +5 -0
- data/lib/contentful/client.rb +1 -1
- data/lib/contentful/version.rb +1 -1
- data/spec/client_configuration_spec.rb +1 -1
- data/spec/fixtures/vcr_cassettes/array.yml +13 -13
- data/spec/fixtures/vcr_cassettes/array_page_1.yml +13 -13
- data/spec/fixtures/vcr_cassettes/array_page_2.yml +13 -13
- data/spec/fixtures/vcr_cassettes/asset.yml +16 -16
- data/spec/fixtures/vcr_cassettes/bad_request.yml +10 -10
- data/spec/fixtures/vcr_cassettes/content_type.yml +16 -16
- data/spec/fixtures/vcr_cassettes/entries.yml +39 -39
- data/spec/fixtures/vcr_cassettes/entry.yml +13 -13
- data/spec/fixtures/vcr_cassettes/entry_cache.yml +19 -19
- data/spec/fixtures/vcr_cassettes/field.yml +14 -14
- data/spec/fixtures/vcr_cassettes/locale.yml +19 -17
- data/spec/fixtures/vcr_cassettes/location.yml +31 -31
- data/spec/fixtures/vcr_cassettes/not_found.yml +10 -10
- data/spec/fixtures/vcr_cassettes/nyancat.yml +13 -13
- data/spec/fixtures/vcr_cassettes/reloaded_entry.yml +16 -16
- data/spec/fixtures/vcr_cassettes/space.yml +17 -15
- data/spec/fixtures/vcr_cassettes/unauthorized.yml +13 -13
- metadata +67 -43
- checksums.yaml +0 -7
- data/spec/fixtures/vcr_cassettes/nyancat_include.yml +0 -112
data/lib/contentful/client.rb
CHANGED
data/lib/contentful/version.rb
CHANGED
@@ -87,7 +87,7 @@ describe 'Client Configuration Options' do
|
|
87
87
|
it 'will fetch all content_types' do
|
88
88
|
stub(client).content_types{{}}
|
89
89
|
client.update_dynamic_entry_cache!
|
90
|
-
expect( client ).to have_received.content_types(limit:
|
90
|
+
expect( client ).to have_received.content_types(limit: 1000)
|
91
91
|
end
|
92
92
|
|
93
93
|
it 'will save dynamic entries in @dynamic_entry_cache' do
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- RubyContentfulGem/0.1.
|
11
|
+
- RubyContentfulGem/0.1.1
|
12
12
|
Authorization:
|
13
13
|
- Bearer b4c0n73n7fu1
|
14
14
|
Content-Type:
|
@@ -21,25 +21,25 @@ http_interactions:
|
|
21
21
|
message: OK
|
22
22
|
headers:
|
23
23
|
Date:
|
24
|
-
- Wed,
|
24
|
+
- Wed, 16 Apr 2014 09:00:19 GMT
|
25
25
|
Server:
|
26
26
|
- nginx/1.1.19
|
27
|
-
Content-Type:
|
28
|
-
- application/vnd.contentful.delivery.v1+json
|
29
|
-
X-Contentful-Request-Id:
|
30
|
-
- 85f-830831768
|
31
|
-
Etag:
|
32
|
-
- "\"8d1249fb102065e5e5080d2871e0d05e\""
|
33
|
-
Access-Control-Allow-Origin:
|
34
|
-
- "*"
|
35
27
|
Access-Control-Allow-Headers:
|
36
28
|
- Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization
|
37
29
|
Access-Control-Allow-Methods:
|
38
30
|
- GET,HEAD,OPTIONS
|
31
|
+
Access-Control-Allow-Origin:
|
32
|
+
- "*"
|
39
33
|
Access-Control-Max-Age:
|
40
34
|
- '86400'
|
41
35
|
Cache-Control:
|
42
36
|
- max-age=0
|
37
|
+
Content-Type:
|
38
|
+
- application/vnd.contentful.delivery.v1+json
|
39
|
+
Etag:
|
40
|
+
- "\"8d1249fb102065e5e5080d2871e0d05e\""
|
41
|
+
X-Contentful-Request-Id:
|
42
|
+
- 71a-635716406
|
43
43
|
Content-Length:
|
44
44
|
- '4975'
|
45
45
|
Accept-Ranges:
|
@@ -49,7 +49,7 @@ http_interactions:
|
|
49
49
|
Age:
|
50
50
|
- '0'
|
51
51
|
X-Served-By:
|
52
|
-
- cache-
|
52
|
+
- cache-am76-AMS
|
53
53
|
X-Cache:
|
54
54
|
- MISS
|
55
55
|
X-Cache-Hits:
|
@@ -284,5 +284,5 @@ http_interactions:
|
|
284
284
|
]
|
285
285
|
}
|
286
286
|
http_version:
|
287
|
-
recorded_at: Wed,
|
288
|
-
recorded_with: VCR 2.
|
287
|
+
recorded_at: Wed, 16 Apr 2014 09:00:19 GMT
|
288
|
+
recorded_with: VCR 2.9.0
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- RubyContentfulGem/0.1.
|
11
|
+
- RubyContentfulGem/0.1.1
|
12
12
|
Authorization:
|
13
13
|
- Bearer b4c0n73n7fu1
|
14
14
|
Content-Type:
|
@@ -21,25 +21,25 @@ http_interactions:
|
|
21
21
|
message: OK
|
22
22
|
headers:
|
23
23
|
Date:
|
24
|
-
-
|
24
|
+
- Wed, 16 Apr 2014 09:00:19 GMT
|
25
25
|
Server:
|
26
26
|
- nginx/1.1.19
|
27
|
-
Content-Type:
|
28
|
-
- application/vnd.contentful.delivery.v1+json
|
29
|
-
X-Contentful-Request-Id:
|
30
|
-
- 85f-830975684
|
31
|
-
Etag:
|
32
|
-
- "\"098a04921c0747087815e148a98bcacf\""
|
33
|
-
Access-Control-Allow-Origin:
|
34
|
-
- "*"
|
35
27
|
Access-Control-Allow-Headers:
|
36
28
|
- Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization
|
37
29
|
Access-Control-Allow-Methods:
|
38
30
|
- GET,HEAD,OPTIONS
|
31
|
+
Access-Control-Allow-Origin:
|
32
|
+
- "*"
|
39
33
|
Access-Control-Max-Age:
|
40
34
|
- '86400'
|
41
35
|
Cache-Control:
|
42
36
|
- max-age=0
|
37
|
+
Content-Type:
|
38
|
+
- application/vnd.contentful.delivery.v1+json
|
39
|
+
Etag:
|
40
|
+
- "\"098a04921c0747087815e148a98bcacf\""
|
41
|
+
X-Contentful-Request-Id:
|
42
|
+
- f1c-737716791
|
43
43
|
Content-Length:
|
44
44
|
- '813'
|
45
45
|
Accept-Ranges:
|
@@ -49,7 +49,7 @@ http_interactions:
|
|
49
49
|
Age:
|
50
50
|
- '0'
|
51
51
|
X-Served-By:
|
52
|
-
- cache-
|
52
|
+
- cache-am72-AMS
|
53
53
|
X-Cache:
|
54
54
|
- MISS
|
55
55
|
X-Cache-Hits:
|
@@ -102,5 +102,5 @@ http_interactions:
|
|
102
102
|
]
|
103
103
|
}
|
104
104
|
http_version:
|
105
|
-
recorded_at:
|
106
|
-
recorded_with: VCR 2.
|
105
|
+
recorded_at: Wed, 16 Apr 2014 09:00:19 GMT
|
106
|
+
recorded_with: VCR 2.9.0
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- RubyContentfulGem/0.1.
|
11
|
+
- RubyContentfulGem/0.1.1
|
12
12
|
Authorization:
|
13
13
|
- Bearer b4c0n73n7fu1
|
14
14
|
Content-Type:
|
@@ -21,25 +21,25 @@ http_interactions:
|
|
21
21
|
message: OK
|
22
22
|
headers:
|
23
23
|
Date:
|
24
|
-
-
|
24
|
+
- Wed, 16 Apr 2014 09:00:20 GMT
|
25
25
|
Server:
|
26
26
|
- nginx/1.1.19
|
27
|
-
Content-Type:
|
28
|
-
- application/vnd.contentful.delivery.v1+json
|
29
|
-
X-Contentful-Request-Id:
|
30
|
-
- 85f-830975822
|
31
|
-
Etag:
|
32
|
-
- "\"2746811e75b9a95dce07c642289df92a\""
|
33
|
-
Access-Control-Allow-Origin:
|
34
|
-
- "*"
|
35
27
|
Access-Control-Allow-Headers:
|
36
28
|
- Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization
|
37
29
|
Access-Control-Allow-Methods:
|
38
30
|
- GET,HEAD,OPTIONS
|
31
|
+
Access-Control-Allow-Origin:
|
32
|
+
- "*"
|
39
33
|
Access-Control-Max-Age:
|
40
34
|
- '86400'
|
41
35
|
Cache-Control:
|
42
36
|
- max-age=0
|
37
|
+
Content-Type:
|
38
|
+
- application/vnd.contentful.delivery.v1+json
|
39
|
+
Etag:
|
40
|
+
- "\"2746811e75b9a95dce07c642289df92a\""
|
41
|
+
X-Contentful-Request-Id:
|
42
|
+
- 85f-649640517
|
43
43
|
Content-Length:
|
44
44
|
- '95'
|
45
45
|
Accept-Ranges:
|
@@ -49,7 +49,7 @@ http_interactions:
|
|
49
49
|
Age:
|
50
50
|
- '0'
|
51
51
|
X-Served-By:
|
52
|
-
- cache-
|
52
|
+
- cache-am71-AMS
|
53
53
|
X-Cache:
|
54
54
|
- MISS
|
55
55
|
X-Cache-Hits:
|
@@ -69,5 +69,5 @@ http_interactions:
|
|
69
69
|
"items": []
|
70
70
|
}
|
71
71
|
http_version:
|
72
|
-
recorded_at:
|
73
|
-
recorded_with: VCR 2.
|
72
|
+
recorded_at: Wed, 16 Apr 2014 09:00:20 GMT
|
73
|
+
recorded_with: VCR 2.9.0
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- RubyContentfulGem/0.1.
|
11
|
+
- RubyContentfulGem/0.1.1
|
12
12
|
Authorization:
|
13
13
|
- Bearer b4c0n73n7fu1
|
14
14
|
Content-Type:
|
@@ -21,25 +21,25 @@ http_interactions:
|
|
21
21
|
message: OK
|
22
22
|
headers:
|
23
23
|
Date:
|
24
|
-
- Wed,
|
24
|
+
- Wed, 16 Apr 2014 09:00:21 GMT
|
25
25
|
Server:
|
26
26
|
- nginx/1.1.19
|
27
|
-
Content-Type:
|
28
|
-
- application/vnd.contentful.delivery.v1+json
|
29
|
-
X-Contentful-Request-Id:
|
30
|
-
- 85f-830796626
|
31
|
-
Etag:
|
32
|
-
- "\"7a92346b83c581d30e36cad903578c5a\""
|
33
|
-
Access-Control-Allow-Origin:
|
34
|
-
- "*"
|
35
27
|
Access-Control-Allow-Headers:
|
36
28
|
- Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization
|
37
29
|
Access-Control-Allow-Methods:
|
38
30
|
- GET,HEAD,OPTIONS
|
31
|
+
Access-Control-Allow-Origin:
|
32
|
+
- "*"
|
39
33
|
Access-Control-Max-Age:
|
40
34
|
- '86400'
|
41
35
|
Cache-Control:
|
42
36
|
- max-age=0
|
37
|
+
Content-Type:
|
38
|
+
- application/vnd.contentful.delivery.v1+json
|
39
|
+
Etag:
|
40
|
+
- "\"7a92346b83c581d30e36cad903578c5a\""
|
41
|
+
X-Contentful-Request-Id:
|
42
|
+
- f1c-737716588
|
43
43
|
Content-Length:
|
44
44
|
- '724'
|
45
45
|
Accept-Ranges:
|
@@ -47,13 +47,13 @@ http_interactions:
|
|
47
47
|
Via:
|
48
48
|
- 1.1 varnish
|
49
49
|
Age:
|
50
|
-
- '
|
50
|
+
- '0'
|
51
51
|
X-Served-By:
|
52
|
-
- cache-
|
52
|
+
- cache-am69-AMS
|
53
53
|
X-Cache:
|
54
|
-
-
|
54
|
+
- MISS
|
55
55
|
X-Cache-Hits:
|
56
|
-
- '
|
56
|
+
- '0'
|
57
57
|
Vary:
|
58
58
|
- Accept-Encoding
|
59
59
|
body:
|
@@ -92,5 +92,5 @@ http_interactions:
|
|
92
92
|
}
|
93
93
|
}
|
94
94
|
http_version:
|
95
|
-
recorded_at: Wed,
|
96
|
-
recorded_with: VCR 2.
|
95
|
+
recorded_at: Wed, 16 Apr 2014 09:00:21 GMT
|
96
|
+
recorded_with: VCR 2.9.0
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- RubyContentfulGem/0.1.
|
11
|
+
- RubyContentfulGem/0.1.1
|
12
12
|
Authorization:
|
13
13
|
- Bearer b4c0n73n7fu1
|
14
14
|
Content-Type:
|
@@ -21,21 +21,21 @@ http_interactions:
|
|
21
21
|
message: Bad Request
|
22
22
|
headers:
|
23
23
|
Date:
|
24
|
-
-
|
24
|
+
- Wed, 16 Apr 2014 09:00:23 GMT
|
25
25
|
Server:
|
26
26
|
- nginx/1.1.19
|
27
|
-
Content-Type:
|
28
|
-
- application/vnd.contentful.delivery.v1+json
|
29
|
-
Access-Control-Allow-Origin:
|
30
|
-
- "*"
|
31
27
|
Access-Control-Allow-Headers:
|
32
28
|
- Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization
|
33
29
|
Access-Control-Allow-Methods:
|
34
30
|
- GET,HEAD,OPTIONS
|
31
|
+
Access-Control-Allow-Origin:
|
32
|
+
- "*"
|
35
33
|
Access-Control-Max-Age:
|
36
34
|
- '86400'
|
37
35
|
Cache-Control:
|
38
36
|
- max-age=0
|
37
|
+
Content-Type:
|
38
|
+
- application/vnd.contentful.delivery.v1+json
|
39
39
|
Content-Length:
|
40
40
|
- '361'
|
41
41
|
Accept-Ranges:
|
@@ -43,7 +43,7 @@ http_interactions:
|
|
43
43
|
Via:
|
44
44
|
- 1.1 varnish
|
45
45
|
X-Served-By:
|
46
|
-
- cache-
|
46
|
+
- cache-fra1235-FRA
|
47
47
|
X-Cache:
|
48
48
|
- MISS
|
49
49
|
X-Cache-Hits:
|
@@ -69,8 +69,8 @@ http_interactions:
|
|
69
69
|
}
|
70
70
|
]
|
71
71
|
},
|
72
|
-
"requestId": "
|
72
|
+
"requestId": "f1c-737716794"
|
73
73
|
}
|
74
74
|
http_version:
|
75
|
-
recorded_at:
|
76
|
-
recorded_with: VCR 2.
|
75
|
+
recorded_at: Wed, 16 Apr 2014 09:00:23 GMT
|
76
|
+
recorded_with: VCR 2.9.0
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- RubyContentfulGem/0.1.
|
11
|
+
- RubyContentfulGem/0.1.1
|
12
12
|
Authorization:
|
13
13
|
- Bearer b4c0n73n7fu1
|
14
14
|
Content-Type:
|
@@ -21,25 +21,25 @@ http_interactions:
|
|
21
21
|
message: OK
|
22
22
|
headers:
|
23
23
|
Date:
|
24
|
-
- Wed,
|
24
|
+
- Wed, 16 Apr 2014 09:00:21 GMT
|
25
25
|
Server:
|
26
26
|
- nginx/1.1.19
|
27
|
-
Content-Type:
|
28
|
-
- application/vnd.contentful.delivery.v1+json
|
29
|
-
X-Contentful-Request-Id:
|
30
|
-
- 85f-351084865
|
31
|
-
Etag:
|
32
|
-
- "\"311dab6ef7fafc9f223a427ddd896e3e\""
|
33
|
-
Access-Control-Allow-Origin:
|
34
|
-
- "*"
|
35
27
|
Access-Control-Allow-Headers:
|
36
28
|
- Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization
|
37
29
|
Access-Control-Allow-Methods:
|
38
30
|
- GET,HEAD,OPTIONS
|
31
|
+
Access-Control-Allow-Origin:
|
32
|
+
- "*"
|
39
33
|
Access-Control-Max-Age:
|
40
34
|
- '86400'
|
41
35
|
Cache-Control:
|
42
36
|
- max-age=0
|
37
|
+
Content-Type:
|
38
|
+
- application/vnd.contentful.delivery.v1+json
|
39
|
+
Etag:
|
40
|
+
- "\"311dab6ef7fafc9f223a427ddd896e3e\""
|
41
|
+
X-Contentful-Request-Id:
|
42
|
+
- 85f-649640519
|
43
43
|
Content-Length:
|
44
44
|
- '1578'
|
45
45
|
Accept-Ranges:
|
@@ -47,13 +47,13 @@ http_interactions:
|
|
47
47
|
Via:
|
48
48
|
- 1.1 varnish
|
49
49
|
Age:
|
50
|
-
- '
|
50
|
+
- '0'
|
51
51
|
X-Served-By:
|
52
|
-
- cache-
|
52
|
+
- cache-am70-AMS
|
53
53
|
X-Cache:
|
54
|
-
-
|
54
|
+
- MISS
|
55
55
|
X-Cache-Hits:
|
56
|
-
- '
|
56
|
+
- '0'
|
57
57
|
Vary:
|
58
58
|
- Accept-Encoding
|
59
59
|
body:
|
@@ -143,5 +143,5 @@ http_interactions:
|
|
143
143
|
}
|
144
144
|
}
|
145
145
|
http_version:
|
146
|
-
recorded_at: Wed,
|
147
|
-
recorded_with: VCR 2.
|
146
|
+
recorded_at: Wed, 16 Apr 2014 09:00:21 GMT
|
147
|
+
recorded_with: VCR 2.9.0
|
@@ -8,7 +8,7 @@ http_interactions:
|
|
8
8
|
string: ''
|
9
9
|
headers:
|
10
10
|
User-Agent:
|
11
|
-
- RubyContentfulGem/0.1.
|
11
|
+
- RubyContentfulGem/0.1.1
|
12
12
|
Authorization:
|
13
13
|
- Bearer b4c0n73n7fu1
|
14
14
|
Content-Type:
|
@@ -21,25 +21,25 @@ http_interactions:
|
|
21
21
|
message: OK
|
22
22
|
headers:
|
23
23
|
Date:
|
24
|
-
- Wed,
|
24
|
+
- Wed, 16 Apr 2014 09:00:21 GMT
|
25
25
|
Server:
|
26
26
|
- nginx/1.1.19
|
27
|
-
Content-Type:
|
28
|
-
- application/vnd.contentful.delivery.v1+json
|
29
|
-
X-Contentful-Request-Id:
|
30
|
-
- 85f-830835761
|
31
|
-
Etag:
|
32
|
-
- "\"969d4a23d1c51238e2fe52facedac400\""
|
33
|
-
Access-Control-Allow-Origin:
|
34
|
-
- "*"
|
35
27
|
Access-Control-Allow-Headers:
|
36
28
|
- Accept,Accept-Language,Authorization,Cache-Control,Content-Length,Content-Range,Content-Type,DNT,Destination,Expires,If-Match,If-Modified-Since,If-None-Match,Keep-Alive,Last-Modified,Origin,Pragma,Range,User-Agent,X-Http-Method-Override,X-Mx-ReqToken,X-Requested-With,X-Contentful-Version,X-Contentful-Content-Type,X-Contentful-Organization
|
37
29
|
Access-Control-Allow-Methods:
|
38
30
|
- GET,HEAD,OPTIONS
|
31
|
+
Access-Control-Allow-Origin:
|
32
|
+
- "*"
|
39
33
|
Access-Control-Max-Age:
|
40
34
|
- '86400'
|
41
35
|
Cache-Control:
|
42
36
|
- max-age=0
|
37
|
+
Content-Type:
|
38
|
+
- application/vnd.contentful.delivery.v1+json
|
39
|
+
Etag:
|
40
|
+
- "\"4fd389dc6eb0344fa98184c811f12f8d\""
|
41
|
+
X-Contentful-Request-Id:
|
42
|
+
- 85f-649640028
|
43
43
|
Content-Length:
|
44
44
|
- '11939'
|
45
45
|
Accept-Ranges:
|
@@ -47,9 +47,9 @@ http_interactions:
|
|
47
47
|
Via:
|
48
48
|
- 1.1 varnish
|
49
49
|
Age:
|
50
|
-
- '
|
50
|
+
- '2003'
|
51
51
|
X-Served-By:
|
52
|
-
- cache-
|
52
|
+
- cache-fra1233-FRA
|
53
53
|
X-Cache:
|
54
54
|
- HIT
|
55
55
|
X-Cache-Hits:
|
@@ -314,17 +314,17 @@ http_interactions:
|
|
314
314
|
"id": "1t9IbcfdCk6m04uISSsaIK"
|
315
315
|
}
|
316
316
|
},
|
317
|
-
"id": "
|
317
|
+
"id": "4MU1s3potiUEM2G4okYOqw",
|
318
318
|
"revision": 1,
|
319
|
-
"createdAt": "2014-02-21T13:
|
320
|
-
"updatedAt": "2014-02-21T13:
|
319
|
+
"createdAt": "2014-02-21T13:42:45.926Z",
|
320
|
+
"updatedAt": "2014-02-21T13:42:45.926Z",
|
321
321
|
"locale": "en-US"
|
322
322
|
},
|
323
323
|
"fields": {
|
324
|
-
"name": "
|
324
|
+
"name": "Berlin",
|
325
325
|
"center": {
|
326
|
-
"lat":
|
327
|
-
"lon":
|
326
|
+
"lat": 52.52000659999999,
|
327
|
+
"lon": 13.404953999999975
|
328
328
|
}
|
329
329
|
}
|
330
330
|
},
|
@@ -345,17 +345,17 @@ http_interactions:
|
|
345
345
|
"id": "1t9IbcfdCk6m04uISSsaIK"
|
346
346
|
}
|
347
347
|
},
|
348
|
-
"id": "
|
348
|
+
"id": "5ETMRzkl9KM4omyMwKAOki",
|
349
349
|
"revision": 1,
|
350
|
-
"createdAt": "2014-02-21T13:42:
|
351
|
-
"updatedAt": "2014-02-21T13:42:
|
350
|
+
"createdAt": "2014-02-21T13:42:57.752Z",
|
351
|
+
"updatedAt": "2014-02-21T13:42:57.752Z",
|
352
352
|
"locale": "en-US"
|
353
353
|
},
|
354
354
|
"fields": {
|
355
|
-
"name": "
|
355
|
+
"name": "London",
|
356
356
|
"center": {
|
357
|
-
"lat":
|
358
|
-
"lon":
|
357
|
+
"lat": 51.508515,
|
358
|
+
"lon": -0.12548719999995228
|
359
359
|
}
|
360
360
|
}
|
361
361
|
},
|
@@ -376,17 +376,17 @@ http_interactions:
|
|
376
376
|
"id": "1t9IbcfdCk6m04uISSsaIK"
|
377
377
|
}
|
378
378
|
},
|
379
|
-
"id": "
|
379
|
+
"id": "ge1xHyH3QOWucKWCCAgIG",
|
380
380
|
"revision": 1,
|
381
|
-
"createdAt": "2014-02-21T13:
|
382
|
-
"updatedAt": "2014-02-21T13:
|
381
|
+
"createdAt": "2014-02-21T13:43:23.210Z",
|
382
|
+
"updatedAt": "2014-02-21T13:43:23.210Z",
|
383
383
|
"locale": "en-US"
|
384
384
|
},
|
385
385
|
"fields": {
|
386
|
-
"name": "
|
386
|
+
"name": "Paris",
|
387
387
|
"center": {
|
388
|
-
"lat":
|
389
|
-
"lon":
|
388
|
+
"lat": 48.856614,
|
389
|
+
"lon": 2.3522219000000177
|
390
390
|
}
|
391
391
|
}
|
392
392
|
},
|
@@ -407,17 +407,17 @@ http_interactions:
|
|
407
407
|
"id": "1t9IbcfdCk6m04uISSsaIK"
|
408
408
|
}
|
409
409
|
},
|
410
|
-
"id": "
|
411
|
-
"revision":
|
412
|
-
"createdAt": "2014-02-21T13:43:
|
413
|
-
"updatedAt": "2014-
|
410
|
+
"id": "7qVBlCjpWE86Oseo40gAEY",
|
411
|
+
"revision": 2,
|
412
|
+
"createdAt": "2014-02-21T13:43:38.258Z",
|
413
|
+
"updatedAt": "2014-04-15T08:22:22.010Z",
|
414
414
|
"locale": "en-US"
|
415
415
|
},
|
416
416
|
"fields": {
|
417
|
-
"name": "
|
417
|
+
"name": "San Francisco",
|
418
418
|
"center": {
|
419
|
-
"lat":
|
420
|
-
"lon":
|
419
|
+
"lat": 37.7749295,
|
420
|
+
"lon": -122.41941550000001
|
421
421
|
}
|
422
422
|
}
|
423
423
|
}
|
@@ -557,5 +557,5 @@ http_interactions:
|
|
557
557
|
}
|
558
558
|
}
|
559
559
|
http_version:
|
560
|
-
recorded_at: Wed,
|
561
|
-
recorded_with: VCR 2.
|
560
|
+
recorded_at: Wed, 16 Apr 2014 09:00:21 GMT
|
561
|
+
recorded_with: VCR 2.9.0
|