triannon-client 0.2.0.pre.0.rc1 → 0.2.1.pre.0.rc1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (102) hide show
  1. checksums.yaml +4 -4
  2. data/.env_example +1 -0
  3. data/bin/console +7 -1
  4. data/lib/triannon-client/configuration.rb +3 -0
  5. data/lib/triannon-client/triannon_client.rb +27 -11
  6. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/n-quads_.yml +78 -78
  7. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/n-triples_.yml +78 -78
  8. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/rdf_json_.yml +78 -78
  9. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/rdf_n3_.yml +78 -78
  10. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/trig_.yml +78 -78
  11. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/trix_.yml +78 -78
  12. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/turtle_.yml +78 -78
  13. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/x-ld_json_.yml +78 -78
  14. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_application/x-trig_.yml +78 -78
  15. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_text/n3_.yml +78 -78
  16. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_text/rdf_n3_.yml +78 -78
  17. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_text/rdf_turtle_.yml +78 -78
  18. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/cannot_get_an_open_annotation_by_ID_with_content_type_text/x-nquads_.yml +78 -78
  19. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/ld_json_.yml +51 -51
  20. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/rdf_xml_.yml +46 -46
  21. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/x-turtle_.yml +45 -45
  22. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_text/turtle_.yml +45 -45
  23. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/ld_json_.yml +29 -29
  24. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/n-quads_.yml +29 -29
  25. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/n-triples_.yml +29 -29
  26. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/rdf_json_.yml +29 -29
  27. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/rdf_n3_.yml +29 -29
  28. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/rdf_xml_.yml +29 -29
  29. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/trig_.yml +29 -29
  30. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/trix_.yml +29 -29
  31. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/turtle_.yml +29 -29
  32. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/x-ld_json_.yml +29 -29
  33. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/x-trig_.yml +29 -29
  34. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_application/x-turtle_.yml +29 -29
  35. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/n3_.yml +29 -29
  36. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/rdf_n3_.yml +29 -29
  37. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/rdf_turtle_.yml +29 -29
  38. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/turtle_.yml +29 -29
  39. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_content_type_text/x-nquads_.yml +29 -29
  40. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/checks_the_annotation_ID.yml +29 -29
  41. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/logs_exceptions.yml +29 -29
  42. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/raises_an_argument_error_with_a_nil_ID.yml +29 -29
  43. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/raises_an_argument_error_with_an_empty_string_ID.yml +29 -29
  44. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/raises_an_argument_error_with_an_integer_ID.yml +29 -29
  45. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/requests_an_open_annotation_by_ID_accepting_a_default_JSON-LD_content.yml +29 -29
  46. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/returns_an_EMPTY_RDF_graph_for_a_500_server_response.yml +29 -29
  47. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/returns_an_EMPTY_RDF_graph_with_a_valid_ID_for_NO_annotation_on_the_server.yml +85 -498
  48. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/without_content_type/returns_an_RDF_graph_with_a_valid_ID_for_an_annotation_on_the_server.yml +51 -51
  49. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_iiif_annotation/requests_an_open_annotation_by_ID_using_a_IIIF_profile.yml +29 -273
  50. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_iiif_annotation/returns_an_RDF_Graph_of_an_open_annotation.yml +45 -45
  51. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_oa_annotation/requests_an_open_annotation_by_ID_using_an_OA_profile.yml +29 -2473
  52. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_oa_annotation/returns_an_RDF_Graph_of_an_open_annotation.yml +51 -51
  53. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/deletes_an_open_annotation_that_exists.yml +39 -38
  54. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/fails_to_delete_an_open_annotation_that_does_NOT_exist.yml +10 -10
  55. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_false_for_a_500_response_to_a_DELETE_request.yml +5 -5
  56. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_true_for_a_200_response_to_a_DELETE_request.yml +5 -5
  57. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_true_for_a_202_response_to_a_DELETE_request.yml +5 -5
  58. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/returns_true_for_a_204_response_to_a_DELETE_request.yml +5 -5
  59. data/spec/fixtures/vcr_cassettes/TriannonClient/_delete_annotation/validates_the_annotation_ID.yml +5 -5
  60. data/spec/fixtures/vcr_cassettes/TriannonClient/_get_annotations/returns_an_RDF_Graph.yml +17 -17
  61. data/spec/fixtures/vcr_cassettes/TriannonClient/_get_annotations/returns_an_RDF_Graph_that_contains_an_AnnotationList.yml +17 -17
  62. data/spec/fixtures/vcr_cassettes/TriannonClient/_get_annotations/returns_an_annotation_list_with_an_annotation_created_by_a_prior_POST.yml +49 -49
  63. data/spec/fixtures/vcr_cassettes/TriannonClient/_post_annotation/does_not_raise_an_error_when_submitting_a_valid_open_annotation.yml +29 -29
  64. data/spec/fixtures/vcr_cassettes/TriannonClient/_post_annotation/returns_a_RestClient_Response_object.yml +29 -29
  65. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_id/returns_a_String_ID_from_the_RDF_URI_of_an_annotation.yml +29 -29
  66. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_id/returns_a_String_ID_that_is_not_empty.yml +29 -29
  67. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_uri/returns_an_RDF_URI_from_an_RDF_Graph_of_an_annotation.yml +29 -29
  68. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_annotation_uri/returns_an_RDF_URI_that_is_a_valid_URI.yml +39 -38
  69. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/accepts_a_RestClient_Response_instance.yml +41 -41
  70. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/raises_ArgumentError_when_given_an_empty_String.yml +29 -29
  71. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/raises_ArgumentError_when_given_nil.yml +29 -29
  72. data/spec/fixtures/vcr_cassettes/TriannonClient/response_processing_utilities/_response2graph/returns_an_RDF_Graph.yml +29 -29
  73. data/spec/lib/triannon-client/configuration_spec.rb +18 -2
  74. data/spec/lib/triannon-client/triannon_client_spec.rb +14 -6
  75. data/triannon-client.gemspec +3 -4
  76. metadata +10 -76
  77. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/n-quads_.yml +0 -4088
  78. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/n-triples_.yml +0 -4088
  79. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/rdf_json_.yml +0 -4088
  80. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/rdf_n3_.yml +0 -4088
  81. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/trig_.yml +0 -4088
  82. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/trix_.yml +0 -4088
  83. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/turtle_.yml +0 -4088
  84. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/x-ld_json_.yml +0 -4088
  85. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_application/x-trig_.yml +0 -4088
  86. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_text/n3_.yml +0 -4088
  87. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_text/rdf_n3_.yml +0 -4088
  88. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_text/rdf_turtle_.yml +0 -4088
  89. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/gets_an_open_annotation_by_ID_with_content_type_text/x-nquads_.yml +0 -4088
  90. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_accepting_JSON-LD_content.yml +0 -2502
  91. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_accepting_a_default_JSON-LD_content.yml +0 -2502
  92. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_using_a_default_JSON-LD_content.yml +0 -2502
  93. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_optional_content_type_parameter.yml +0 -2502
  94. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_content_type/requests_an_open_annotation_by_ID_with_turtle_content_type_parameter.yml +0 -2502
  95. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/checks_the_annotation_ID.yml +0 -2561
  96. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/logs_exceptions.yml +0 -2502
  97. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/raises_an_argument_error_with_a_nil_ID.yml +0 -2502
  98. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/raises_an_argument_error_with_an_empty_string_ID.yml +0 -2502
  99. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/raises_an_argument_error_with_an_integer_ID.yml +0 -2502
  100. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/returns_an_EMPTY_RDF_graph_for_a_500_server_response.yml +0 -2502
  101. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/returns_an_EMPTY_RDF_graph_with_a_valid_ID_for_NO_annotation_on_the_server.yml +0 -3623
  102. data/spec/fixtures/vcr_cassettes/TriannonClient/GET_annotation_by_ID_/_get_annotation/with_no_content_type/returns_an_RDF_graph_with_a_valid_ID_for_an_annotation_on_the_server.yml +0 -4946
@@ -31,31 +31,31 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/ld+json; charset=utf-8
33
33
  Etag:
34
- - W/"4ab0858ac4f9c8e523cdbc85b0b797c1"
34
+ - W/"5c52528760986abe541594cd938ff372"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - a04d1acb-7f86-4b7a-b516-c17929ee5e9b
38
+ - e6076b0c-e698-4305-bb57-f66e99c6af1b
39
39
  X-Runtime:
40
- - '1.369335'
40
+ - '1.426080'
41
41
  Server:
42
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
42
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
43
43
  Date:
44
- - Mon, 04 May 2015 17:52:42 GMT
44
+ - Mon, 11 May 2015 21:30:28 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=Z20rZjI3NHJETDZXYWtXdUhaTXBtWm1KdVdaVlF3S2VsQnBNa1NXcjgrdGFKNlpFeGRIWFVPd3dHa1Q5c28wbHVzQXZSSkRBaWJQVDUzNytTaGxxNEk0bUMxNmF2Z2NXTlFhbS9ldm1BdWtlUHhhSUcvZWV2aER4azVHNjdSOFZhUjA4ZDFod2p1UXlHeTJUb21xUmtnV2RNa0FhU2wrdGlIU1ZSMGxkQ2xBdjZ4Zmk4OGc2VGYweWVwMnB3eU1aRFdGM3NoSnNFZTZYOTZTaHU5N3RIUFdqdEJQNG9yWEw4ZFhkb1M4RDU0az0tLUpCdHR1aGNUZmVzV3k4QjNjR0tWWHc9PQ%3D%3D--c446a704d1af4917f26bc8d7a0a478c9e9c76cf7;
50
+ - _internal_session=RUZXY3ZETkxyUFNtNXdiNEltUCtFZExZMkFDeGFTR3dWaTRONFVjUm90V1Njajg3VnlGckcvZVNSZk1HdE1kK0ZXbXJxOFM0UDVyMkQ2cFJFd1c4VDh2Z1haUldpMmhRZWRTNDlrL0FoYXhETG9BcktQaXpKVFZnUkYzSDJJRW5aUGVHZmVqUkJCUGZrZ3FjeVBxa1BndmRnZ1I4dFdkR3Zac2NHM29vWU9zQ2VNWEE3U3VtZ0VWVW9NM3V2Z1BPdGpZWlc4b3Y3UVN5OHo0QVJ1cWtMbmorQitxTkNxTkordmRYYVNSRWZyMkRzc0hvd1Y5L3FHc3JCTllWRWJMby0tTXRQckFxNFpsUllsQ1hleVlJQ0lBdz09--59cf4c007edb7c4c1d6bfcff16ad1666c59de738;
51
51
  path=/; HttpOnly
52
52
  - request_method=POST; path=/
53
53
  body:
54
54
  encoding: UTF-8
55
- string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g70075211666520","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/79bddc49-08fa-4317-ae36-3691f4d9a744","@type":"oa:Annotation","hasBody":"_:g70075211666520","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902323231600","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/54/67/77/a7/546777a7-8c56-44c3-ada5-3cab28c07282","@type":"oa:Annotation","hasBody":"_:g69902323231600","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 04 May 2015 17:52:42 GMT
58
+ recorded_at: Mon, 11 May 2015 21:30:28 GMT
59
59
  - request:
60
60
  method: get
61
61
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -75,7 +75,7 @@ http_interactions:
75
75
  message: Temporary Redirect
76
76
  headers:
77
77
  Date:
78
- - Mon, 04 May 2015 17:52:42 GMT
78
+ - Mon, 11 May 2015 21:30:28 GMT
79
79
  Server:
80
80
  - Apache/2
81
81
  Location:
@@ -83,7 +83,7 @@ http_interactions:
83
83
  Cache-Control:
84
84
  - max-age=21600
85
85
  Expires:
86
- - Mon, 04 May 2015 23:52:42 GMT
86
+ - Tue, 12 May 2015 03:30:28 GMT
87
87
  Content-Length:
88
88
  - '240'
89
89
  Content-Type:
@@ -99,7 +99,7 @@ http_interactions:
99
99
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
100
100
  </body></html>
101
101
  http_version:
102
- recorded_at: Mon, 04 May 2015 17:52:43 GMT
102
+ recorded_at: Mon, 11 May 2015 21:30:28 GMT
103
103
  - request:
104
104
  method: get
105
105
  uri: http://www.w3.org/ns/oa.jsonld
@@ -121,7 +121,7 @@ http_interactions:
121
121
  message: OK
122
122
  headers:
123
123
  Date:
124
- - Mon, 04 May 2015 17:52:43 GMT
124
+ - Mon, 11 May 2015 21:30:29 GMT
125
125
  Server:
126
126
  - Apache/2
127
127
  Last-Modified:
@@ -135,7 +135,7 @@ http_interactions:
135
135
  Cache-Control:
136
136
  - max-age=21600
137
137
  Expires:
138
- - Mon, 04 May 2015 23:52:43 GMT
138
+ - Tue, 12 May 2015 03:30:29 GMT
139
139
  P3p:
140
140
  - policyref="http://www.w3.org/2014/08/p3p.xml"
141
141
  Access-Control-Allow-Origin:
@@ -1253,7 +1253,7 @@ http_interactions:
1253
1253
 
1254
1254
 
1255
1255
  http_version:
1256
- recorded_at: Mon, 04 May 2015 17:52:43 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:30:29 GMT
1257
1257
  - request:
1258
1258
  method: get
1259
1259
  uri: http://www.w3.org/ns/oa-context-20130208.json
@@ -1273,7 +1273,7 @@ http_interactions:
1273
1273
  message: Temporary Redirect
1274
1274
  headers:
1275
1275
  Date:
1276
- - Mon, 04 May 2015 17:52:43 GMT
1276
+ - Mon, 11 May 2015 21:30:29 GMT
1277
1277
  Server:
1278
1278
  - Apache/2
1279
1279
  Location:
@@ -1281,7 +1281,7 @@ http_interactions:
1281
1281
  Cache-Control:
1282
1282
  - max-age=21600
1283
1283
  Expires:
1284
- - Mon, 04 May 2015 23:52:43 GMT
1284
+ - Tue, 12 May 2015 03:30:29 GMT
1285
1285
  Content-Length:
1286
1286
  - '240'
1287
1287
  Content-Type:
@@ -1297,7 +1297,7 @@ http_interactions:
1297
1297
  <p>The document has moved <a href="http://www.w3.org/ns/oa.jsonld">here</a>.</p>
1298
1298
  </body></html>
1299
1299
  http_version:
1300
- recorded_at: Mon, 04 May 2015 17:52:43 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:30:29 GMT
1301
1301
  - request:
1302
1302
  method: get
1303
1303
  uri: http://www.w3.org/ns/oa.jsonld
@@ -1319,7 +1319,7 @@ http_interactions:
1319
1319
  message: OK
1320
1320
  headers:
1321
1321
  Date:
1322
- - Mon, 04 May 2015 17:52:43 GMT
1322
+ - Mon, 11 May 2015 21:30:29 GMT
1323
1323
  Server:
1324
1324
  - Apache/2
1325
1325
  Last-Modified:
@@ -1333,7 +1333,7 @@ http_interactions:
1333
1333
  Cache-Control:
1334
1334
  - max-age=21600
1335
1335
  Expires:
1336
- - Mon, 04 May 2015 23:52:43 GMT
1336
+ - Tue, 12 May 2015 03:30:29 GMT
1337
1337
  P3p:
1338
1338
  - policyref="http://www.w3.org/2014/08/p3p.xml"
1339
1339
  Access-Control-Allow-Origin:
@@ -2451,254 +2451,10 @@ http_interactions:
2451
2451
 
2452
2452
 
2453
2453
  http_version:
2454
- recorded_at: Mon, 04 May 2015 17:52:43 GMT
2455
- - request:
2456
- method: get
2457
- uri: http://localhost:3000/annotations/79bddc49-08fa-4317-ae36-3691f4d9a744
2458
- body:
2459
- encoding: US-ASCII
2460
- string: ''
2461
- headers:
2462
- Accept:
2463
- - application/ld+json; profile="http://iiif.io/api/presentation/2/context.json"
2464
- Accept-Encoding:
2465
- - gzip, deflate
2466
- User-Agent:
2467
- - Ruby
2468
- response:
2469
- status:
2470
- code: 200
2471
- message: 'OK '
2472
- headers:
2473
- X-Frame-Options:
2474
- - SAMEORIGIN
2475
- X-Xss-Protection:
2476
- - 1; mode=block
2477
- X-Content-Type-Options:
2478
- - nosniff
2479
- Content-Type:
2480
- - application/ld+json; charset=utf-8
2481
- Etag:
2482
- - W/"cc0706ce13f32c7049064e71edc989b0"
2483
- Cache-Control:
2484
- - max-age=0, private, must-revalidate
2485
- X-Request-Id:
2486
- - 7597189d-2c14-4c3d-9218-1732fb2bb19c
2487
- X-Runtime:
2488
- - '0.134069'
2489
- Server:
2490
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2491
- Date:
2492
- - Mon, 04 May 2015 17:52:44 GMT
2493
- Content-Length:
2494
- - '425'
2495
- Connection:
2496
- - Keep-Alive
2497
- body:
2498
- encoding: UTF-8
2499
- string: '{"@context":"http://iiif.io/api/presentation/2/context.json","@graph":[{"@id":"_:g70075059768160","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
2500
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/79bddc49-08fa-4317-ae36-3691f4d9a744","@type":"oa:Annotation","motivation":"oa:commenting","on":"http://purl.stanford.edu/kq131cs7229","resource":"_:g70075059768160"}]}'
2501
- http_version:
2502
- recorded_at: Mon, 04 May 2015 17:52:44 GMT
2503
- - request:
2504
- method: get
2505
- uri: http://iiif.io/api/presentation/2/context.json
2506
- body:
2507
- encoding: US-ASCII
2508
- string: ''
2509
- headers:
2510
- Accept:
2511
- - application/ld+json, application/json
2512
- Accept-Encoding:
2513
- - gzip, deflate
2514
- User-Agent:
2515
- - Ruby
2516
- response:
2517
- status:
2518
- code: 200
2519
- message: OK
2520
- headers:
2521
- Date:
2522
- - Mon, 04 May 2015 17:55:11 GMT
2523
- Server:
2524
- - Apache/2.2.15 (Red Hat)
2525
- Last-Modified:
2526
- - Tue, 28 Apr 2015 19:46:55 GMT
2527
- Accept-Ranges:
2528
- - bytes
2529
- Content-Length:
2530
- - '4235'
2531
- Cache-Control:
2532
- - max-age=86400
2533
- Expires:
2534
- - Tue, 05 May 2015 17:55:11 GMT
2535
- Content-Type:
2536
- - application/ld+json
2537
- Access-Control-Allow-Origin:
2538
- - "*"
2539
- body:
2540
- encoding: UTF-8
2541
- string: "{\n\t\"@context\": [\n\t\t{\n\t\t\t\"sc\": \"http://iiif.io/api/presentation/2#\",\n\t
2542
- \ \"iiif\": \"http://iiif.io/api/image/2#\",\n\t \"exif\":
2543
- \ \"http://www.w3.org/2003/12/exif/ns#\",\n\t \"oa\": \"http://www.w3.org/ns/oa#\",\n\t
2544
- \ \"cnt\": \"http://www.w3.org/2011/content#\",\n\t \"dc\":
2545
- \ \"http://purl.org/dc/elements/1.1/\",\n\t \"dcterms\": \"http://purl.org/dc/terms/\",\n\t
2546
- \ \"dctypes\": \"http://purl.org/dc/dcmitype/\",\n\t \"foaf\":
2547
- \ \"http://xmlns.com/foaf/0.1/\",\n\t \"rdf\": \"http://www.w3.org/1999/02/22-rdf-syntax-ns#\",\n\t
2548
- \ \"rdfs\": \"http://www.w3.org/2000/01/rdf-schema#\",\n\t \"xsd\":
2549
- \ \"http://www.w3.org/2001/XMLSchema#\",\n\t\t\t\"svcs\": \"http://rdfs.org/sioc/services#\",\n\n\t
2550
- \ \"license\": {\"@type\":\"@id\", \"@id\":\"dcterms:license\"},\n\t
2551
- \ \"service\": {\"@type\":\"@id\", \"@id\":\"svcs:has_service\"},\n\t
2552
- \ \"seeAlso\": {\"@type\":\"@id\", \"@id\":\"foaf:page\"},\n\t \"within\":
2553
- \ {\"@type\":\"@id\", \"@id\":\"dcterms:isPartOf\"},\n\t \"profile\":
2554
- \ {\"@type\":\"@id\", \"@id\":\"dcterms:conformsTo\"},\n\t \"related\":
2555
- \ {\"@type\":\"@id\", \"@id\":\"dcterms:relation\"},\n\t \"logo\":
2556
- \ {\"@type\":\"@id\", \"@id\":\"foaf:logo\"},\n\t \"thumbnail\":
2557
- \ {\"@type\":\"@id\", \"@id\":\"foaf:thumbnail\"},\n\t \"startCanvas\":
2558
- {\"@type\":\"@id\", \"@id\":\"sc:hasStartCanvas\"},\n\n\t \"collections\":
2559
- {\"@type\":\"@id\", \"@id\":\"sc:hasCollections\", \"@container\":\"@list\"},\n\t
2560
- \ \"manifests\": {\"@type\":\"@id\", \"@id\":\"sc:hasManifests\",
2561
- \"@container\":\"@list\"},\n\t \"sequences\": {\"@type\":\"@id\",
2562
- \"@id\":\"sc:hasSequences\", \"@container\":\"@list\"},\n\t \"canvases\":
2563
- \ {\"@type\":\"@id\", \"@id\":\"sc:hasCanvases\", \"@container\":\"@list\"},\n\t
2564
- \ \"resources\": {\"@type\":\"@id\", \"@id\":\"sc:hasAnnotations\",
2565
- \"@container\":\"@list\"},\n\t \"images\": {\"@type\":\"@id\",
2566
- \"@id\":\"sc:hasImageAnnotations\",\"@container\":\"@list\"},\n\t \"otherContent\":
2567
- {\"@type\":\"@id\", \"@id\":\"sc:hasLists\", \"@container\":\"@list\"},\n\t
2568
- \ \"structures\": {\"@type\":\"@id\", \"@id\":\"sc:hasRanges\", \"@container\":\"@list\"},\n\t
2569
- \ \"ranges\" : {\"@type\": \"@id\", \"@id\": \"sc:hasRanges\", \"@container\":\"@list\"},\n\n\t
2570
- \ \"metadata\": {\"@type\":\"@id\", \"@id\":\"sc:metadataLabels\",
2571
- \"@container\":\"@list\"},\n\n\t \"description\": {\"@id\": \"dc:description\"},\n\t
2572
- \ \"height\": {\"@type\":\"xsd:integer\", \"@id\":\"exif:height\"},\n\t
2573
- \ \"width\": {\"@type\":\"xsd:integer\", \"@id\":\"exif:width\"},\n\n\t
2574
- \ \"attribution\": {\"@id\": \"sc:attributionLabel\"},\n\t \"viewingDirection\":
2575
- {\"@id\": \"sc:viewingDirection\", \"@type\":\"@id\"},\n\t \"viewingHint\":
2576
- {\"@id\": \"sc:viewingHint\", \"@type\":\"@id\"},\n\n\t \"left-to-right\":
2577
- {\"@id\":\"sc:leftToRightDirection\", \"@type\":\"sc:ViewingDirection\"},\n\t
2578
- \ \"right-to-left\": {\"@id\":\"sc:rightToLeftDirection\", \"@type\":\"sc:ViewingDirection\"},\n\t
2579
- \ \"top-to-bottom\": {\"@id\":\"sc:topToBottomDirection\", \"@type\":\"sc:ViewingDirection\"},\t
2580
- \ \n\t \"bottom-to-top\": {\"@id\":\"sc:bottomToTopDirection\",
2581
- \"@type\":\"sc:ViewingDirection\"},\n\n\t \"paged\": {\"@id\":\"sc:pagedHint\",
2582
- \"@type\":\"sc:ViewingHint\"},\n\t \"non-paged\": {\"@id\":\"sc:nonPagedHint\",
2583
- \"@type\":\"sc:ViewingHint\"}, \n\t \"continuous\": {\"@id\":\"sc:continuousHint\",
2584
- \"@type\":\"sc:ViewingHint\"},\n\t \"individuals\": {\"@id\":\"sc:individualsHint\",
2585
- \"@type\":\"sc:ViewingHint\"}, \n\t \"top\": {\"@id\":\"sc:topHint\",
2586
- \"@type\":\"sc:ViewingHint\"},\n\n\t \"motivation\": {\"@type\":\"@id\",
2587
- \"@id\":\"oa:motivatedBy\"},\n\t \"resource\": {\"@type\":\"@id\",
2588
- \"@id\":\"oa:hasBody\"},\n\t \"on\": {\"@type\":\"@id\", \"@id\":\"oa:hasTarget\"},\n\t
2589
- \ \"full\": {\"@type\":\"@id\", \"@id\":\"oa:hasSource\"},\n\t
2590
- \ \"selector\": {\"@type\":\"@id\", \"@id\":\"oa:hasSelector\"},\n\t
2591
- \ \"stylesheet\": {\"@type\":\"@id\", \"@id\":\"oa:styledBy\"},\n\t
2592
- \ \"style\": {\"@id\":\"oa:styleClass\"},\n\n\t\t \"default\":
2593
- \ {\"@type\":\"@id\", \"@id\" : \"oa:default\"},\n\t\t \"item\": {\"@type\":\"@id\",
2594
- \"@id\" : \"oa:item\"},\n\t\t \"chars\": {\"@id\": \"cnt:chars\"},\n\t\t
2595
- \ \"encoding\": {\"@id\": \"cnt:characterEncoding\"},\n\t\t \"bytes\":
2596
- \ {\"@id\": \"cnt:bytes\"},\n\t\t \"format\": {\"@id\": \"dc:format\"},\n\t\t
2597
- \ \"language\": {\"@id\": \"dc:language\"},\n\t\t \"value\": {\"@id\":
2598
- \"rdf:value\"},\n\t\t \"label\": {\"@id\": \"rdfs:label\"}\n\t\t}\n\t]\n}"
2599
- http_version:
2600
- recorded_at: Mon, 04 May 2015 17:52:44 GMT
2601
- - request:
2602
- method: get
2603
- uri: http://iiif.io/api/presentation/2/context.json
2604
- body:
2605
- encoding: US-ASCII
2606
- string: ''
2607
- headers:
2608
- Accept:
2609
- - application/ld+json, application/json
2610
- Accept-Encoding:
2611
- - gzip, deflate
2612
- User-Agent:
2613
- - Ruby
2614
- response:
2615
- status:
2616
- code: 200
2617
- message: OK
2618
- headers:
2619
- Date:
2620
- - Mon, 04 May 2015 17:55:11 GMT
2621
- Server:
2622
- - Apache/2.2.15 (Red Hat)
2623
- Last-Modified:
2624
- - Tue, 28 Apr 2015 19:46:55 GMT
2625
- Accept-Ranges:
2626
- - bytes
2627
- Content-Length:
2628
- - '4235'
2629
- Cache-Control:
2630
- - max-age=86400
2631
- Expires:
2632
- - Tue, 05 May 2015 17:55:11 GMT
2633
- Content-Type:
2634
- - application/ld+json
2635
- Access-Control-Allow-Origin:
2636
- - "*"
2637
- body:
2638
- encoding: UTF-8
2639
- string: "{\n\t\"@context\": [\n\t\t{\n\t\t\t\"sc\": \"http://iiif.io/api/presentation/2#\",\n\t
2640
- \ \"iiif\": \"http://iiif.io/api/image/2#\",\n\t \"exif\":
2641
- \ \"http://www.w3.org/2003/12/exif/ns#\",\n\t \"oa\": \"http://www.w3.org/ns/oa#\",\n\t
2642
- \ \"cnt\": \"http://www.w3.org/2011/content#\",\n\t \"dc\":
2643
- \ \"http://purl.org/dc/elements/1.1/\",\n\t \"dcterms\": \"http://purl.org/dc/terms/\",\n\t
2644
- \ \"dctypes\": \"http://purl.org/dc/dcmitype/\",\n\t \"foaf\":
2645
- \ \"http://xmlns.com/foaf/0.1/\",\n\t \"rdf\": \"http://www.w3.org/1999/02/22-rdf-syntax-ns#\",\n\t
2646
- \ \"rdfs\": \"http://www.w3.org/2000/01/rdf-schema#\",\n\t \"xsd\":
2647
- \ \"http://www.w3.org/2001/XMLSchema#\",\n\t\t\t\"svcs\": \"http://rdfs.org/sioc/services#\",\n\n\t
2648
- \ \"license\": {\"@type\":\"@id\", \"@id\":\"dcterms:license\"},\n\t
2649
- \ \"service\": {\"@type\":\"@id\", \"@id\":\"svcs:has_service\"},\n\t
2650
- \ \"seeAlso\": {\"@type\":\"@id\", \"@id\":\"foaf:page\"},\n\t \"within\":
2651
- \ {\"@type\":\"@id\", \"@id\":\"dcterms:isPartOf\"},\n\t \"profile\":
2652
- \ {\"@type\":\"@id\", \"@id\":\"dcterms:conformsTo\"},\n\t \"related\":
2653
- \ {\"@type\":\"@id\", \"@id\":\"dcterms:relation\"},\n\t \"logo\":
2654
- \ {\"@type\":\"@id\", \"@id\":\"foaf:logo\"},\n\t \"thumbnail\":
2655
- \ {\"@type\":\"@id\", \"@id\":\"foaf:thumbnail\"},\n\t \"startCanvas\":
2656
- {\"@type\":\"@id\", \"@id\":\"sc:hasStartCanvas\"},\n\n\t \"collections\":
2657
- {\"@type\":\"@id\", \"@id\":\"sc:hasCollections\", \"@container\":\"@list\"},\n\t
2658
- \ \"manifests\": {\"@type\":\"@id\", \"@id\":\"sc:hasManifests\",
2659
- \"@container\":\"@list\"},\n\t \"sequences\": {\"@type\":\"@id\",
2660
- \"@id\":\"sc:hasSequences\", \"@container\":\"@list\"},\n\t \"canvases\":
2661
- \ {\"@type\":\"@id\", \"@id\":\"sc:hasCanvases\", \"@container\":\"@list\"},\n\t
2662
- \ \"resources\": {\"@type\":\"@id\", \"@id\":\"sc:hasAnnotations\",
2663
- \"@container\":\"@list\"},\n\t \"images\": {\"@type\":\"@id\",
2664
- \"@id\":\"sc:hasImageAnnotations\",\"@container\":\"@list\"},\n\t \"otherContent\":
2665
- {\"@type\":\"@id\", \"@id\":\"sc:hasLists\", \"@container\":\"@list\"},\n\t
2666
- \ \"structures\": {\"@type\":\"@id\", \"@id\":\"sc:hasRanges\", \"@container\":\"@list\"},\n\t
2667
- \ \"ranges\" : {\"@type\": \"@id\", \"@id\": \"sc:hasRanges\", \"@container\":\"@list\"},\n\n\t
2668
- \ \"metadata\": {\"@type\":\"@id\", \"@id\":\"sc:metadataLabels\",
2669
- \"@container\":\"@list\"},\n\n\t \"description\": {\"@id\": \"dc:description\"},\n\t
2670
- \ \"height\": {\"@type\":\"xsd:integer\", \"@id\":\"exif:height\"},\n\t
2671
- \ \"width\": {\"@type\":\"xsd:integer\", \"@id\":\"exif:width\"},\n\n\t
2672
- \ \"attribution\": {\"@id\": \"sc:attributionLabel\"},\n\t \"viewingDirection\":
2673
- {\"@id\": \"sc:viewingDirection\", \"@type\":\"@id\"},\n\t \"viewingHint\":
2674
- {\"@id\": \"sc:viewingHint\", \"@type\":\"@id\"},\n\n\t \"left-to-right\":
2675
- {\"@id\":\"sc:leftToRightDirection\", \"@type\":\"sc:ViewingDirection\"},\n\t
2676
- \ \"right-to-left\": {\"@id\":\"sc:rightToLeftDirection\", \"@type\":\"sc:ViewingDirection\"},\n\t
2677
- \ \"top-to-bottom\": {\"@id\":\"sc:topToBottomDirection\", \"@type\":\"sc:ViewingDirection\"},\t
2678
- \ \n\t \"bottom-to-top\": {\"@id\":\"sc:bottomToTopDirection\",
2679
- \"@type\":\"sc:ViewingDirection\"},\n\n\t \"paged\": {\"@id\":\"sc:pagedHint\",
2680
- \"@type\":\"sc:ViewingHint\"},\n\t \"non-paged\": {\"@id\":\"sc:nonPagedHint\",
2681
- \"@type\":\"sc:ViewingHint\"}, \n\t \"continuous\": {\"@id\":\"sc:continuousHint\",
2682
- \"@type\":\"sc:ViewingHint\"},\n\t \"individuals\": {\"@id\":\"sc:individualsHint\",
2683
- \"@type\":\"sc:ViewingHint\"}, \n\t \"top\": {\"@id\":\"sc:topHint\",
2684
- \"@type\":\"sc:ViewingHint\"},\n\n\t \"motivation\": {\"@type\":\"@id\",
2685
- \"@id\":\"oa:motivatedBy\"},\n\t \"resource\": {\"@type\":\"@id\",
2686
- \"@id\":\"oa:hasBody\"},\n\t \"on\": {\"@type\":\"@id\", \"@id\":\"oa:hasTarget\"},\n\t
2687
- \ \"full\": {\"@type\":\"@id\", \"@id\":\"oa:hasSource\"},\n\t
2688
- \ \"selector\": {\"@type\":\"@id\", \"@id\":\"oa:hasSelector\"},\n\t
2689
- \ \"stylesheet\": {\"@type\":\"@id\", \"@id\":\"oa:styledBy\"},\n\t
2690
- \ \"style\": {\"@id\":\"oa:styleClass\"},\n\n\t\t \"default\":
2691
- \ {\"@type\":\"@id\", \"@id\" : \"oa:default\"},\n\t\t \"item\": {\"@type\":\"@id\",
2692
- \"@id\" : \"oa:item\"},\n\t\t \"chars\": {\"@id\": \"cnt:chars\"},\n\t\t
2693
- \ \"encoding\": {\"@id\": \"cnt:characterEncoding\"},\n\t\t \"bytes\":
2694
- \ {\"@id\": \"cnt:bytes\"},\n\t\t \"format\": {\"@id\": \"dc:format\"},\n\t\t
2695
- \ \"language\": {\"@id\": \"dc:language\"},\n\t\t \"value\": {\"@id\":
2696
- \"rdf:value\"},\n\t\t \"label\": {\"@id\": \"rdfs:label\"}\n\t\t}\n\t]\n}"
2697
- http_version:
2698
- recorded_at: Mon, 04 May 2015 17:52:44 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:30:29 GMT
2699
2455
  - request:
2700
2456
  method: delete
2701
- uri: http://localhost:3000/annotations/79bddc49-08fa-4317-ae36-3691f4d9a744
2457
+ uri: http://localhost:3000/annotations/54%2F67%2F77%2Fa7%2F546777a7-8c56-44c3-ada5-3cab28c07282
2702
2458
  body:
2703
2459
  encoding: US-ASCII
2704
2460
  string: ''
@@ -2725,22 +2481,22 @@ http_interactions:
2725
2481
  Cache-Control:
2726
2482
  - no-cache
2727
2483
  X-Request-Id:
2728
- - 9a3927a8-2301-4743-a038-6081a99460b2
2484
+ - a32702d9-c9ea-4771-bc8b-f5bd040cda96
2729
2485
  X-Runtime:
2730
- - '0.135164'
2486
+ - '0.193193'
2731
2487
  Server:
2732
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2488
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2733
2489
  Date:
2734
- - Mon, 04 May 2015 17:52:44 GMT
2490
+ - Mon, 11 May 2015 21:30:30 GMT
2735
2491
  Connection:
2736
2492
  - Keep-Alive
2737
2493
  Set-Cookie:
2738
- - _internal_session=TGFwbndmUWZEdkNkUjduWmttREpjV2lyZTNXdlVoR04xK29ob1NGNkQ2QUpqbGI0NWhlQmUzSTU4RCtUcnUzQ1ZiYnpPakRVb2ZXcVJNbHZIZjlJQm1xTHVBZFQ5dUZiR3BsRWlVS2dldStCWUlsYXhjMCswVTFUV0k3K3h3Z3BRaENHaW45QXg5bkpDSW95Y0ZJS0Y5Y05IVVIzKytIQ2lwMzNoa1hVTnAyYTF2RE9sT25VQUFyU21qVThKbjFnLS10VThGdkE1NVM4SlRBZHNrYVZMM2FRPT0%3D--be523bf66757506e91f23acc95bb836d8c2ad4d7;
2494
+ - _internal_session=Uk9vdVdncDhMdDdScjhPcm5mWFVlOFFVZEl6ZkFwUmQycWxUN2hRUGdQM3RpN0UvRWxTN2owSzZna0I2d1NjV0ZtWU5WR3VieUpnRStQZkYwRVVSb3d1enRWYXluZm13a21PYjVEVDZFU09SdjhZNW9BRUZTUytIZVc0c1hIeklRcHdzY2tHbGFvOXRjUHozZ2R6SGZwQnhCbTZVQjBIaUNGZ0JUc0VhNmpoNkZNOWpSSkkycHhteGExVFRhSWpBLS1yRlBweWIzWWJ6QVkxMVkzM1g4TkF3PT0%3D--8b2265632d96165f2e94ccd3573f54b1c14a5882;
2739
2495
  path=/; HttpOnly
2740
2496
  - request_method=DELETE; path=/
2741
2497
  body:
2742
2498
  encoding: UTF-8
2743
2499
  string: ''
2744
2500
  http_version:
2745
- recorded_at: Mon, 04 May 2015 17:52:44 GMT
2501
+ recorded_at: Mon, 11 May 2015 21:30:30 GMT
2746
2502
  recorded_with: VCR 2.9.3