--- http_interactions: - request: method: get uri: https://cdn.contentful.com/spaces/cfexampleapi/environments/master/content_types?limit=2&skip=3 body: encoding: US-ASCII string: '' headers: User-Agent: - RubyContentfulGem/0.1.1 Authorization: - Bearer b4c0n73n7fu1 Content-Type: - application/vnd.contentful.delivery.v1+json Host: - cdn.contentful.com response: status: code: 200 message: OK headers: Date: - Wed, 16 Apr 2014 09:00:19 GMT Server: - nginx/1.1.19 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-Allow-Origin: - "*" Access-Control-Max-Age: - '86400' Cache-Control: - max-age=0 Content-Type: - application/vnd.contentful.delivery.v1+json Etag: - "\"098a04921c0747087815e148a98bcacf\"" X-Contentful-Request-Id: - f1c-737716791 Content-Length: - '813' Accept-Ranges: - bytes Via: - 1.1 varnish Age: - '0' X-Served-By: - cache-am72-AMS X-Cache: - MISS X-Cache-Hits: - '0' Vary: - Accept-Encoding body: encoding: UTF-8 string: | { "sys": { "type": "Array" }, "total": 4, "skip": 3, "limit": 2, "items": [ { "fields": [ { "name": "Name", "id": "name", "type": "Text", "required": true }, { "name": "Center", "id": "center", "type": "Location", "required": true } ], "name": "City", "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", "id": "cfexampleapi" } }, "type": "ContentType", "id": "1t9IbcfdCk6m04uISSsaIK", "revision": 1, "createdAt": "2014-02-21T13:42:33.009Z", "updatedAt": "2014-02-21T13:42:33.009Z" }, "displayField": "name" } ] } http_version: recorded_at: Wed, 16 Apr 2014 09:00:19 GMT recorded_with: VCR 2.9.0