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
@@ -29,13 +29,13 @@ http_interactions:
29
29
  Cache-Control:
30
30
  - no-cache
31
31
  X-Request-Id:
32
- - 11f2fbec-da74-47f4-ab83-40f5edd9ce20
32
+ - 39e4b504-047f-4fba-a023-add5cdd528cd
33
33
  X-Runtime:
34
- - '0.014571'
34
+ - '0.025262'
35
35
  Server:
36
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
36
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
37
37
  Date:
38
- - Mon, 04 May 2015 17:52:07 GMT
38
+ - Mon, 11 May 2015 21:26:42 GMT
39
39
  Content-Length:
40
40
  - '1452'
41
41
  Connection:
@@ -60,5 +60,5 @@ http_interactions:
60
60
  \ \n<br/> \n<br/>
61
61
  \ \n\n</body>\n</html>\n"
62
62
  http_version:
63
- recorded_at: Mon, 04 May 2015 17:52:07 GMT
63
+ recorded_at: Mon, 11 May 2015 21:26:42 GMT
64
64
  recorded_with: VCR 2.9.3
@@ -29,13 +29,13 @@ http_interactions:
29
29
  Cache-Control:
30
30
  - no-cache
31
31
  X-Request-Id:
32
- - f29ea6aa-f38f-4832-b440-f9ffdec13224
32
+ - 95a71d89-624b-4d17-8769-193edfbddbe5
33
33
  X-Runtime:
34
- - '0.016009'
34
+ - '0.023124'
35
35
  Server:
36
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
36
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
37
37
  Date:
38
- - Mon, 04 May 2015 17:52:07 GMT
38
+ - Mon, 11 May 2015 21:26:42 GMT
39
39
  Content-Length:
40
40
  - '1452'
41
41
  Connection:
@@ -60,5 +60,5 @@ http_interactions:
60
60
  \ \n<br/> \n<br/>
61
61
  \ \n\n</body>\n</html>\n"
62
62
  http_version:
63
- recorded_at: Mon, 04 May 2015 17:52:07 GMT
63
+ recorded_at: Mon, 11 May 2015 21:26:42 GMT
64
64
  recorded_with: VCR 2.9.3
@@ -29,13 +29,13 @@ http_interactions:
29
29
  Cache-Control:
30
30
  - no-cache
31
31
  X-Request-Id:
32
- - 61e91ea9-65d9-4bb0-8fcb-4f443375543d
32
+ - fce1eb33-2ffc-4f0a-b5af-28efc99e90f8
33
33
  X-Runtime:
34
- - '0.023928'
34
+ - '0.024497'
35
35
  Server:
36
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
36
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
37
37
  Date:
38
- - Mon, 04 May 2015 17:52:07 GMT
38
+ - Mon, 11 May 2015 21:26:42 GMT
39
39
  Content-Length:
40
40
  - '1452'
41
41
  Connection:
@@ -60,5 +60,5 @@ http_interactions:
60
60
  \ \n<br/> \n<br/>
61
61
  \ \n\n</body>\n</html>\n"
62
62
  http_version:
63
- recorded_at: Mon, 04 May 2015 17:52:07 GMT
63
+ recorded_at: Mon, 11 May 2015 21:26:42 GMT
64
64
  recorded_with: VCR 2.9.3
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://localhost:3000/annotations
5
+ uri: http://localhost:3000/annotations/
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -31,13 +31,13 @@ http_interactions:
31
31
  Cache-Control:
32
32
  - no-cache
33
33
  X-Request-Id:
34
- - 32eb4779-4ad1-4add-a872-b49f6ab48c54
34
+ - b441908f-9143-430b-bfa8-41778a16ed4d
35
35
  X-Runtime:
36
- - '0.004080'
36
+ - '0.004344'
37
37
  Server:
38
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
38
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
39
39
  Date:
40
- - Mon, 04 May 2015 17:52:11 GMT
40
+ - Mon, 11 May 2015 21:26:58 GMT
41
41
  Content-Length:
42
42
  - '94'
43
43
  Connection:
@@ -46,7 +46,7 @@ http_interactions:
46
46
  encoding: UTF-8
47
47
  string: <html><body>You are being <a href="http://localhost:3000/search">redirected</a>.</body></html>
48
48
  http_version:
49
- recorded_at: Mon, 04 May 2015 17:52:11 GMT
49
+ recorded_at: Mon, 11 May 2015 21:26:58 GMT
50
50
  - request:
51
51
  method: get
52
52
  uri: http://localhost:3000/search
@@ -80,13 +80,13 @@ http_interactions:
80
80
  Cache-Control:
81
81
  - max-age=0, private, must-revalidate
82
82
  X-Request-Id:
83
- - c6e82963-b299-4c4d-877f-81d43f27614b
83
+ - 1135116d-281a-4c69-8a38-7497da5c5718
84
84
  X-Runtime:
85
- - '0.013985'
85
+ - '0.015317'
86
86
  Server:
87
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
87
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
88
88
  Date:
89
- - Mon, 04 May 2015 17:52:11 GMT
89
+ - Mon, 11 May 2015 21:26:58 GMT
90
90
  Content-Length:
91
91
  - '181'
92
92
  Connection:
@@ -95,7 +95,7 @@ http_interactions:
95
95
  encoding: UTF-8
96
96
  string: '{"@context":"http://iiif.io/api/presentation/2/context.json","@type":"sc:AnnotationList","within":{"@type":"sc:Layer","total":0},"resources":[],"@id":"http://localhost:3000/search"}'
97
97
  http_version:
98
- recorded_at: Mon, 04 May 2015 17:52:11 GMT
98
+ recorded_at: Mon, 11 May 2015 21:26:58 GMT
99
99
  - request:
100
100
  method: get
101
101
  uri: http://iiif.io/api/presentation/2/context.json
@@ -115,7 +115,7 @@ http_interactions:
115
115
  message: OK
116
116
  headers:
117
117
  Date:
118
- - Mon, 04 May 2015 17:54:38 GMT
118
+ - Mon, 11 May 2015 21:29:36 GMT
119
119
  Server:
120
120
  - Apache/2.2.15 (Red Hat)
121
121
  Last-Modified:
@@ -127,7 +127,7 @@ http_interactions:
127
127
  Cache-Control:
128
128
  - max-age=86400
129
129
  Expires:
130
- - Tue, 05 May 2015 17:54:38 GMT
130
+ - Tue, 12 May 2015 21:29:36 GMT
131
131
  Content-Type:
132
132
  - application/ld+json
133
133
  Access-Control-Allow-Origin:
@@ -193,7 +193,7 @@ http_interactions:
193
193
  \ \"language\": {\"@id\": \"dc:language\"},\n\t\t \"value\": {\"@id\":
194
194
  \"rdf:value\"},\n\t\t \"label\": {\"@id\": \"rdfs:label\"}\n\t\t}\n\t]\n}"
195
195
  http_version:
196
- recorded_at: Mon, 04 May 2015 17:52:11 GMT
196
+ recorded_at: Mon, 11 May 2015 21:26:58 GMT
197
197
  - request:
198
198
  method: get
199
199
  uri: http://iiif.io/api/presentation/2/context.json
@@ -213,7 +213,7 @@ http_interactions:
213
213
  message: OK
214
214
  headers:
215
215
  Date:
216
- - Mon, 04 May 2015 17:54:38 GMT
216
+ - Mon, 11 May 2015 21:29:36 GMT
217
217
  Server:
218
218
  - Apache/2.2.15 (Red Hat)
219
219
  Last-Modified:
@@ -225,7 +225,7 @@ http_interactions:
225
225
  Cache-Control:
226
226
  - max-age=86400
227
227
  Expires:
228
- - Tue, 05 May 2015 17:54:38 GMT
228
+ - Tue, 12 May 2015 21:29:36 GMT
229
229
  Content-Type:
230
230
  - application/ld+json
231
231
  Access-Control-Allow-Origin:
@@ -291,5 +291,5 @@ http_interactions:
291
291
  \ \"language\": {\"@id\": \"dc:language\"},\n\t\t \"value\": {\"@id\":
292
292
  \"rdf:value\"},\n\t\t \"label\": {\"@id\": \"rdfs:label\"}\n\t\t}\n\t]\n}"
293
293
  http_version:
294
- recorded_at: Mon, 04 May 2015 17:52:11 GMT
294
+ recorded_at: Mon, 11 May 2015 21:26:58 GMT
295
295
  recorded_with: VCR 2.9.3
@@ -2,7 +2,7 @@
2
2
  http_interactions:
3
3
  - request:
4
4
  method: get
5
- uri: http://localhost:3000/annotations
5
+ uri: http://localhost:3000/annotations/
6
6
  body:
7
7
  encoding: US-ASCII
8
8
  string: ''
@@ -31,13 +31,13 @@ http_interactions:
31
31
  Cache-Control:
32
32
  - no-cache
33
33
  X-Request-Id:
34
- - 0519f25b-e937-4489-b200-a85e5de8415c
34
+ - 3958b358-eb6a-4fca-97e0-620bc086877a
35
35
  X-Runtime:
36
- - '0.002476'
36
+ - '0.003142'
37
37
  Server:
38
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
38
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
39
39
  Date:
40
- - Mon, 04 May 2015 17:52:11 GMT
40
+ - Mon, 11 May 2015 21:26:58 GMT
41
41
  Content-Length:
42
42
  - '94'
43
43
  Connection:
@@ -46,7 +46,7 @@ http_interactions:
46
46
  encoding: UTF-8
47
47
  string: <html><body>You are being <a href="http://localhost:3000/search">redirected</a>.</body></html>
48
48
  http_version:
49
- recorded_at: Mon, 04 May 2015 17:52:11 GMT
49
+ recorded_at: Mon, 11 May 2015 21:26:58 GMT
50
50
  - request:
51
51
  method: get
52
52
  uri: http://localhost:3000/search
@@ -80,13 +80,13 @@ http_interactions:
80
80
  Cache-Control:
81
81
  - max-age=0, private, must-revalidate
82
82
  X-Request-Id:
83
- - 2ff91c14-ebb0-4d2a-bea7-8c58e4e1885d
83
+ - c3277a6b-a016-4732-8e33-8ce5afbe33a8
84
84
  X-Runtime:
85
- - '0.007865'
85
+ - '0.010994'
86
86
  Server:
87
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
87
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
88
88
  Date:
89
- - Mon, 04 May 2015 17:52:11 GMT
89
+ - Mon, 11 May 2015 21:26:58 GMT
90
90
  Content-Length:
91
91
  - '181'
92
92
  Connection:
@@ -95,7 +95,7 @@ http_interactions:
95
95
  encoding: UTF-8
96
96
  string: '{"@context":"http://iiif.io/api/presentation/2/context.json","@type":"sc:AnnotationList","within":{"@type":"sc:Layer","total":0},"resources":[],"@id":"http://localhost:3000/search"}'
97
97
  http_version:
98
- recorded_at: Mon, 04 May 2015 17:52:11 GMT
98
+ recorded_at: Mon, 11 May 2015 21:26:58 GMT
99
99
  - request:
100
100
  method: get
101
101
  uri: http://iiif.io/api/presentation/2/context.json
@@ -115,7 +115,7 @@ http_interactions:
115
115
  message: OK
116
116
  headers:
117
117
  Date:
118
- - Mon, 04 May 2015 17:54:39 GMT
118
+ - Mon, 11 May 2015 21:29:36 GMT
119
119
  Server:
120
120
  - Apache/2.2.15 (Red Hat)
121
121
  Last-Modified:
@@ -127,7 +127,7 @@ http_interactions:
127
127
  Cache-Control:
128
128
  - max-age=86400
129
129
  Expires:
130
- - Tue, 05 May 2015 17:54:39 GMT
130
+ - Tue, 12 May 2015 21:29:36 GMT
131
131
  Content-Type:
132
132
  - application/ld+json
133
133
  Access-Control-Allow-Origin:
@@ -193,7 +193,7 @@ http_interactions:
193
193
  \ \"language\": {\"@id\": \"dc:language\"},\n\t\t \"value\": {\"@id\":
194
194
  \"rdf:value\"},\n\t\t \"label\": {\"@id\": \"rdfs:label\"}\n\t\t}\n\t]\n}"
195
195
  http_version:
196
- recorded_at: Mon, 04 May 2015 17:52:11 GMT
196
+ recorded_at: Mon, 11 May 2015 21:26:58 GMT
197
197
  - request:
198
198
  method: get
199
199
  uri: http://iiif.io/api/presentation/2/context.json
@@ -213,7 +213,7 @@ http_interactions:
213
213
  message: OK
214
214
  headers:
215
215
  Date:
216
- - Mon, 04 May 2015 17:54:39 GMT
216
+ - Mon, 11 May 2015 21:29:36 GMT
217
217
  Server:
218
218
  - Apache/2.2.15 (Red Hat)
219
219
  Last-Modified:
@@ -225,7 +225,7 @@ http_interactions:
225
225
  Cache-Control:
226
226
  - max-age=86400
227
227
  Expires:
228
- - Tue, 05 May 2015 17:54:39 GMT
228
+ - Tue, 12 May 2015 21:29:36 GMT
229
229
  Content-Type:
230
230
  - application/ld+json
231
231
  Access-Control-Allow-Origin:
@@ -291,5 +291,5 @@ http_interactions:
291
291
  \ \"language\": {\"@id\": \"dc:language\"},\n\t\t \"value\": {\"@id\":
292
292
  \"rdf:value\"},\n\t\t \"label\": {\"@id\": \"rdfs:label\"}\n\t\t}\n\t]\n}"
293
293
  http_version:
294
- recorded_at: Mon, 04 May 2015 17:52:11 GMT
294
+ recorded_at: Mon, 11 May 2015 21:26:58 GMT
295
295
  recorded_with: VCR 2.9.3
@@ -31,31 +31,31 @@ http_interactions:
31
31
  Content-Type:
32
32
  - application/ld+json; charset=utf-8
33
33
  Etag:
34
- - W/"f1b746b91a599611f0ff1c1ab94d5f1f"
34
+ - W/"4dfaa654ddd1eff90224b16ab4da802f"
35
35
  Cache-Control:
36
36
  - max-age=0, private, must-revalidate
37
37
  X-Request-Id:
38
- - 796addd0-100b-413f-97cd-9b4934ec1d3b
38
+ - 143a17a0-58bb-4bc1-873b-75a06982ec4f
39
39
  X-Runtime:
40
- - '1.538348'
40
+ - '1.563446'
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:13 GMT
44
+ - Mon, 11 May 2015 21:27:00 GMT
45
45
  Content-Length:
46
- - '431'
46
+ - '443'
47
47
  Connection:
48
48
  - Keep-Alive
49
49
  Set-Cookie:
50
- - _internal_session=aW96WDRhWCtSbitMRGx4cUFhOVM4S1ZtTndkRGIrSy8vTURTenBYdFcyS3lrc1o2UjFpdXVuYUVKdHJNcmdpbFNsbnpzcHhaT2RPMkZXdEtzcldqZzZpZlU1cWgxZ0IwOThMa1lxQmE0WElzK2ZtRHpWanVjNGlPMnZGUUxLd01uMzJXM2JOV2RKREZWT2taMVNzZXV1QWxvTHBVbytEbU1IUy9pT1hPM0hUd3R1UGg1WlY0Q0ttcmJYdXY5dUJXZDNjcUs3VUdINGp1cEF2bXJQTU9LNkVFMnEwVk1CTkhBVzZYY3dsU2tMUT0tLThwUkFnaGZnOU9WZFlGVnZmVWpqWGc9PQ%3D%3D--a4f96ac35a81071389676ff2fcc40c789652ea3b;
50
+ - _internal_session=UGt5Ymw4RWdMUHEreTNCdmtVWGIvajRDNWVPd3R1eVoyNFZ1WnNicWZUOC9oSExTRldabXNSNXlJQzRlbGM4bEErSkk0OW02eE9OeVVvbkVJajhrWW5oSm56Q2pmd1pXL29jdVA3OFRnYitDVkZNQWVUL3IyTVJ4dko3aXJXNXN6SmsyejYyTnV6N0d3SFd1a1FuZkV1NkR3UUx3dWE4WURPV1dwbU1jVmpLQVFkQzA1K2s2L0Qyb3VXSkhCMjA2RnVDNjJpWXVLSE9CczUreTYzdkFGWlVmcFI4NW1rWkRQTXZOejREaG03cmkxSlptM3UwK3dLckhSMzhKbW5CVi0tVDFRM0FQOGg2UTBFcVFJL2pzd3Rpdz09--608676d5176f561812f15c812670cd1fe593464a;
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":"_:g70075071578940","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
- love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/387658e8-f4fb-4beb-8b7a-cdffe66a39e8","@type":"oa:Annotation","hasBody":"_:g70075071578940","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
55
+ string: '{"@context":"http://www.w3.org/ns/oa-context-20130208.json","@graph":[{"@id":"_:g69902337344040","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
56
+ love this!","format":"text/plain","language":"en"},{"@id":"http://your.triannon-server.com/annotations/df/40/b8/3c/df40b83c-5dc2-4f06-96be-ac1e31b1735b","@type":"oa:Annotation","hasBody":"_:g69902337344040","hasTarget":"http://purl.stanford.edu/kq131cs7229","motivatedBy":"oa:commenting"}]}'
57
57
  http_version:
58
- recorded_at: Mon, 04 May 2015 17:52:13 GMT
58
+ recorded_at: Mon, 11 May 2015 21:27:00 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:13 GMT
78
+ - Mon, 11 May 2015 21:27:00 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:13 GMT
86
+ - Tue, 12 May 2015 03:27:00 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:13 GMT
102
+ recorded_at: Mon, 11 May 2015 21:27:00 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:13 GMT
124
+ - Mon, 11 May 2015 21:27:00 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:13 GMT
138
+ - Tue, 12 May 2015 03:27:00 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:14 GMT
1256
+ recorded_at: Mon, 11 May 2015 21:27:00 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:14 GMT
1276
+ - Mon, 11 May 2015 21:27:01 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:14 GMT
1284
+ - Tue, 12 May 2015 03:27:01 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:14 GMT
1300
+ recorded_at: Mon, 11 May 2015 21:27:01 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:14 GMT
1322
+ - Mon, 11 May 2015 21:27:06 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:14 GMT
1336
+ - Tue, 12 May 2015 03:27:06 GMT
1337
1337
  P3p:
1338
1338
  - policyref="http://www.w3.org/2014/08/p3p.xml"
1339
1339
  Access-Control-Allow-Origin:
@@ -2451,10 +2451,10 @@ http_interactions:
2451
2451
 
2452
2452
 
2453
2453
  http_version:
2454
- recorded_at: Mon, 04 May 2015 17:52:14 GMT
2454
+ recorded_at: Mon, 11 May 2015 21:27:06 GMT
2455
2455
  - request:
2456
2456
  method: get
2457
- uri: http://localhost:3000/annotations
2457
+ uri: http://localhost:3000/annotations/
2458
2458
  body:
2459
2459
  encoding: US-ASCII
2460
2460
  string: ''
@@ -2483,13 +2483,13 @@ http_interactions:
2483
2483
  Cache-Control:
2484
2484
  - no-cache
2485
2485
  X-Request-Id:
2486
- - d035a280-dcd5-40d8-9f9a-1aa01f69dc4a
2486
+ - cd6750a1-3a4f-4fad-a169-040bd0159c7f
2487
2487
  X-Runtime:
2488
- - '0.002586'
2488
+ - '0.002963'
2489
2489
  Server:
2490
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2490
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2491
2491
  Date:
2492
- - Mon, 04 May 2015 17:52:14 GMT
2492
+ - Mon, 11 May 2015 21:27:06 GMT
2493
2493
  Content-Length:
2494
2494
  - '94'
2495
2495
  Connection:
@@ -2498,7 +2498,7 @@ http_interactions:
2498
2498
  encoding: UTF-8
2499
2499
  string: <html><body>You are being <a href="http://localhost:3000/search">redirected</a>.</body></html>
2500
2500
  http_version:
2501
- recorded_at: Mon, 04 May 2015 17:52:14 GMT
2501
+ recorded_at: Mon, 11 May 2015 21:27:06 GMT
2502
2502
  - request:
2503
2503
  method: get
2504
2504
  uri: http://localhost:3000/search
@@ -2528,27 +2528,27 @@ http_interactions:
2528
2528
  Content-Type:
2529
2529
  - application/ld+json; charset=utf-8
2530
2530
  Etag:
2531
- - W/"b9c0f7a192754f0c98bc0ea4fe7b4120"
2531
+ - W/"595c0fe1c86a8b26e16dbe2fa6b5a322"
2532
2532
  Cache-Control:
2533
2533
  - max-age=0, private, must-revalidate
2534
2534
  X-Request-Id:
2535
- - a793b8a7-8936-4b5a-88b6-88e3fd2be415
2535
+ - c1d43c30-656d-42ee-900b-64c948cbe957
2536
2536
  X-Runtime:
2537
- - '1.160217'
2537
+ - '1.172576'
2538
2538
  Server:
2539
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2539
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2540
2540
  Date:
2541
- - Mon, 04 May 2015 17:52:15 GMT
2541
+ - Mon, 11 May 2015 21:27:07 GMT
2542
2542
  Content-Length:
2543
- - '500'
2543
+ - '512'
2544
2544
  Connection:
2545
2545
  - Keep-Alive
2546
2546
  body:
2547
2547
  encoding: UTF-8
2548
- string: '{"@context":"http://iiif.io/api/presentation/2/context.json","@type":"sc:AnnotationList","within":{"@type":"sc:Layer","total":1},"resources":[{"@id":"http://your.triannon-server.com/annotations/387658e8-f4fb-4beb-8b7a-cdffe66a39e8","@type":"oa:Annotation","motivation":"oa:commenting","on":"http://purl.stanford.edu/kq131cs7229","resource":{"@id":"_:b0","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
2548
+ string: '{"@context":"http://iiif.io/api/presentation/2/context.json","@type":"sc:AnnotationList","within":{"@type":"sc:Layer","total":1},"resources":[{"@id":"http://your.triannon-server.com/annotations/df/40/b8/3c/df40b83c-5dc2-4f06-96be-ac1e31b1735b","@type":"oa:Annotation","motivation":"oa:commenting","on":"http://purl.stanford.edu/kq131cs7229","resource":{"@id":"_:b0","@type":["dctypes:Text","cnt:ContentAsText"],"chars":"I
2549
2549
  love this!","format":"text/plain","language":"en"}}],"@id":"http://localhost:3000/search"}'
2550
2550
  http_version:
2551
- recorded_at: Mon, 04 May 2015 17:52:15 GMT
2551
+ recorded_at: Mon, 11 May 2015 21:27:07 GMT
2552
2552
  - request:
2553
2553
  method: get
2554
2554
  uri: http://iiif.io/api/presentation/2/context.json
@@ -2568,7 +2568,7 @@ http_interactions:
2568
2568
  message: OK
2569
2569
  headers:
2570
2570
  Date:
2571
- - Mon, 04 May 2015 17:54:43 GMT
2571
+ - Mon, 11 May 2015 21:29:45 GMT
2572
2572
  Server:
2573
2573
  - Apache/2.2.15 (Red Hat)
2574
2574
  Last-Modified:
@@ -2580,7 +2580,7 @@ http_interactions:
2580
2580
  Cache-Control:
2581
2581
  - max-age=86400
2582
2582
  Expires:
2583
- - Tue, 05 May 2015 17:54:43 GMT
2583
+ - Tue, 12 May 2015 21:29:45 GMT
2584
2584
  Content-Type:
2585
2585
  - application/ld+json
2586
2586
  Access-Control-Allow-Origin:
@@ -2646,7 +2646,7 @@ http_interactions:
2646
2646
  \ \"language\": {\"@id\": \"dc:language\"},\n\t\t \"value\": {\"@id\":
2647
2647
  \"rdf:value\"},\n\t\t \"label\": {\"@id\": \"rdfs:label\"}\n\t\t}\n\t]\n}"
2648
2648
  http_version:
2649
- recorded_at: Mon, 04 May 2015 17:52:15 GMT
2649
+ recorded_at: Mon, 11 May 2015 21:27:07 GMT
2650
2650
  - request:
2651
2651
  method: get
2652
2652
  uri: http://iiif.io/api/presentation/2/context.json
@@ -2666,7 +2666,7 @@ http_interactions:
2666
2666
  message: OK
2667
2667
  headers:
2668
2668
  Date:
2669
- - Mon, 04 May 2015 17:54:43 GMT
2669
+ - Mon, 11 May 2015 21:29:45 GMT
2670
2670
  Server:
2671
2671
  - Apache/2.2.15 (Red Hat)
2672
2672
  Last-Modified:
@@ -2678,7 +2678,7 @@ http_interactions:
2678
2678
  Cache-Control:
2679
2679
  - max-age=86400
2680
2680
  Expires:
2681
- - Tue, 05 May 2015 17:54:43 GMT
2681
+ - Tue, 12 May 2015 21:29:45 GMT
2682
2682
  Content-Type:
2683
2683
  - application/ld+json
2684
2684
  Access-Control-Allow-Origin:
@@ -2744,10 +2744,10 @@ http_interactions:
2744
2744
  \ \"language\": {\"@id\": \"dc:language\"},\n\t\t \"value\": {\"@id\":
2745
2745
  \"rdf:value\"},\n\t\t \"label\": {\"@id\": \"rdfs:label\"}\n\t\t}\n\t]\n}"
2746
2746
  http_version:
2747
- recorded_at: Mon, 04 May 2015 17:52:15 GMT
2747
+ recorded_at: Mon, 11 May 2015 21:27:07 GMT
2748
2748
  - request:
2749
2749
  method: delete
2750
- uri: http://localhost:3000/annotations/387658e8-f4fb-4beb-8b7a-cdffe66a39e8
2750
+ uri: http://localhost:3000/annotations/df%2F40%2Fb8%2F3c%2Fdf40b83c-5dc2-4f06-96be-ac1e31b1735b
2751
2751
  body:
2752
2752
  encoding: US-ASCII
2753
2753
  string: ''
@@ -2774,22 +2774,22 @@ http_interactions:
2774
2774
  Cache-Control:
2775
2775
  - no-cache
2776
2776
  X-Request-Id:
2777
- - 8ade639a-e3cd-4aaf-8d76-8108aaae8af6
2777
+ - 6e3e63c6-a1a7-4a1e-a73a-a4e6fb9389e2
2778
2778
  X-Runtime:
2779
- - '0.215826'
2779
+ - '0.251371'
2780
2780
  Server:
2781
- - WEBrick/1.3.1 (Ruby/2.1.5/2014-11-13)
2781
+ - WEBrick/1.3.1 (Ruby/2.2.2/2015-04-13)
2782
2782
  Date:
2783
- - Mon, 04 May 2015 17:52:16 GMT
2783
+ - Mon, 11 May 2015 21:27:08 GMT
2784
2784
  Connection:
2785
2785
  - Keep-Alive
2786
2786
  Set-Cookie:
2787
- - _internal_session=S1Y2MkEybVFUQUY3eXJpMUZTakgvSi9kOVBtUzltVE9vNjM1M3ZKaTBLSmhUNit4cDRKWktBU2l1NFlBL1NKK2RDMEpDTThlbGg4WTV4cTQrWGRvbnFlbFVqb2F0MkVMOXk1TW1lSGNtaE00azZ5OWlMOUdtVVFwTVlHYUZIdzB1VDkyZ2lzUnU5THdqOENnRThyakYyNlFIZzByODRqb0ZyR1VWa2VlcHc1Y3JscUlEM24vcDhSR0Q2MXlZWEc5LS1QSkhVd3Bod25HOXNZbUxjQ1FSQzh3PT0%3D--bb17dd9d71d684692805ba2baf74155df9484725;
2787
+ - _internal_session=V21YWFRPOTAybURDdnBJOWVHV09IMTVaRW15b2hwSkxVRXFJUDdvdmxnUll4YmZxN3Nwb29zK0tGRGpmam1FWFJVY3FoYnFrTW9DUkRRSlNPNDZWVHZQZzlzcWhLUGNXQzJ4ZytNRkRRSGp5SThsRnFJWmVxOEhjbi9YSGhLeWFhdUU3N29IaE5TOU1BM3pzU1FXWGxNTXNZcXNEZG1RQlgvbzlqY3NGMm9UdEVjTEgyVVF0bzEweDU5SkMwSXA5LS1jbldsUnk1ZUVoNlVSb2kxYVJzb1F3PT0%3D--8f32117591481a0a8493b5d51ed9c25f84f0c588;
2788
2788
  path=/; HttpOnly
2789
2789
  - request_method=DELETE; path=/
2790
2790
  body:
2791
2791
  encoding: UTF-8
2792
2792
  string: ''
2793
2793
  http_version:
2794
- recorded_at: Mon, 04 May 2015 17:52:16 GMT
2794
+ recorded_at: Mon, 11 May 2015 21:27:08 GMT
2795
2795
  recorded_with: VCR 2.9.3