--- http_interactions: - request: method: get uri: https://api.contentful.com/spaces/bjwq7b86vgmm/public/entries body: encoding: US-ASCII string: '' headers: User-Agent: - RubyContentfulManagementGem/0.8.0 Authorization: - Bearer Content-Type: - application/vnd.contentful.management.v1+json Content-Length: - '0' Connection: - close Host: - api.contentful.com response: status: code: 200 message: OK headers: 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,X-Contentful-Skip-Transformation Access-Control-Allow-Methods: - DELETE,GET,HEAD,POST,PUT,OPTIONS Access-Control-Allow-Origin: - "*" Access-Control-Expose-Headers: - Etag Access-Control-Max-Age: - '1728000' Cf-Space-Id: - bjwq7b86vgmm Content-Type: - application/vnd.contentful.management.v1+json Date: - Tue, 26 Jan 2016 21:09:10 GMT Etag: - '"1f726ad559b7a5cf82db6135bea8c132"' Server: - nginx Strict-Transport-Security: - max-age=15768000 X-Content-Type-Options: - nosniff X-Contentful-Request-Id: - content-api:5GclclJMHK08ucwCeW0MuI X-Powered-By: - Express Content-Length: - '723' Connection: - Close body: encoding: UTF-8 string: | { "sys": { "type": "Array" }, "total": 1, "skip": 0, "limit": 100, "items": [ { "fields": { "name": { "en-US": "testEntry" } }, "sys": { "space": { "sys": { "type": "Link", "linkType": "Space", "id": "bjwq7b86vgmm" } }, "type": "Entry", "contentType": { "sys": { "type": "Link", "linkType": "ContentType", "id": "testCt" } }, "id": "2KFh3j824U8qQeaIs06gou", "revision": 39, "createdAt": "2016-01-25T17:26:29.082Z", "updatedAt": "2016-01-26T21:05:13.858Z" } } ] } http_version: recorded_at: Tue, 26 Jan 2016 21:09:10 GMT recorded_with: VCR 2.9.3