--- http_interactions: - request: method: get uri: https://cdn.contentful.com/spaces/cfexampleapi/entries/nyancat body: encoding: US-ASCII string: '' headers: User-Agent: - RubyContentfulGem/0.1.0 Authorization: - Bearer b4c0n73n7fu1 Content-Type: - application/vnd.contentful.delivery.v1+json Host: - cdn.contentful.com response: status: code: 200 message: OK headers: Date: - Wed, 05 Mar 2014 21:16:41 GMT Server: - nginx/1.1.19 Content-Type: - application/vnd.contentful.delivery.v1+json X-Contentful-Request-Id: - 85f-830831812 Etag: - "\"a9e11c59bf73598894bf05d4db7700cb\"" Access-Control-Allow-Origin: - "*" Access-Control-Allow-Headers: - 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 Access-Control-Allow-Methods: - GET,HEAD,OPTIONS Access-Control-Max-Age: - '86400' Cache-Control: - max-age=0 Content-Length: - '882' Accept-Ranges: - bytes Via: - 1.1 varnish Age: - '0' X-Served-By: - cache-fra1235-FRA X-Cache: - MISS X-Cache-Hits: - '0' Vary: - Accept-Encoding body: encoding: UTF-8 string: | { "fields": { "name": "Nyan Cat", "likes": [ "rainbows", "fish" ], "color": "rainbow", "bestFriend": { "sys": { "type": "Link", "linkType": "Entry", "id": "happycat" } }, "birthday": "2011-04-04T22:00:00+00:00", "lives": 1337, "image": { "sys": { "type": "Link", "linkType": "Asset", "id": "nyancat" } } }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", "id": "cfexampleapi" } }, "type": "Entry", "contentType": { "sys": { "type": "Link", "linkType": "ContentType", "id": "cat" } }, "id": "nyancat", "revision": 5, "createdAt": "2013-06-27T22:46:19.513Z", "updatedAt": "2013-09-04T09:19:39.027Z", "locale": "en-US" } } http_version: recorded_at: Wed, 05 Mar 2014 21:16:41 GMT recorded_with: VCR 2.8.0