toccatore 0.4.9 → 0.4.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +52 -52
  3. data/lib/toccatore/base.rb +2 -2
  4. data/lib/toccatore/datacite_related.rb +10 -1
  5. data/lib/toccatore/version.rb +1 -1
  6. data/spec/base_spec.rb +4 -4
  7. data/spec/cli_spec.rb +31 -31
  8. data/spec/datacite_related_spec.rb +10 -10
  9. data/spec/fixtures/event_data_resp_1 +2 -2
  10. data/spec/fixtures/event_data_resp_2 +4 -4
  11. data/spec/fixtures/events_empty.json +3 -3
  12. data/spec/fixtures/usage_event.json +1 -1
  13. data/spec/fixtures/usage_event_fail.json +2 -2
  14. data/spec/fixtures/usage_events.json +15 -15
  15. data/spec/fixtures/vcr_cassettes/Toccatore_Base/get_doi_ra/crossref.yml +21 -45
  16. data/spec/fixtures/vcr_cassettes/Toccatore_Base/get_doi_ra/datacite.yml +23 -47
  17. data/spec/fixtures/vcr_cassettes/Toccatore_Base/send_notification_to_slack/datacite_related.yml +14 -12
  18. data/spec/fixtures/vcr_cassettes/Toccatore_Base/send_notification_to_slack/datacite_related_no_works.yml +15 -13
  19. data/spec/fixtures/vcr_cassettes/Toccatore_Base/send_notification_to_slack/orcid_update.yml +14 -12
  20. data/spec/fixtures/vcr_cassettes/Toccatore_Base/send_notification_to_slack/orcid_update_no_works.yml +15 -13
  21. data/spec/fixtures/vcr_cassettes/Toccatore_CLI/datacite_related/should_fail.yml +345 -852
  22. data/spec/fixtures/vcr_cassettes/Toccatore_CLI/datacite_related/should_query_by_DOI.yml +327 -409
  23. data/spec/fixtures/vcr_cassettes/Toccatore_CLI/datacite_related/should_query_by_related_identifier.yml +140 -117
  24. data/spec/fixtures/vcr_cassettes/Toccatore_CLI/datacite_related/should_succeed.yml +1267 -2068
  25. data/spec/fixtures/vcr_cassettes/Toccatore_CLI/datacite_related/should_succeed_with_no_works.yml +31 -25
  26. data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_fail.yml +47 -39
  27. data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_query_by_DOI.yml +673 -855
  28. data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_query_by_ORCID_ID.yml +1885 -2419
  29. data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_succeed.yml +1555 -1991
  30. data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_succeed_with_no_works.yml +31 -27
  31. data/spec/fixtures/vcr_cassettes/Toccatore_CLI/usage_update/no_reports_in_the_queue/should_succeed_with_no_works.yml +29 -29
  32. data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/get_data/should_allow_queries_by_DOI_of_the_Datacite_Metadata_Search_API.yml +16 -12
  33. data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/get_data/should_allow_queries_by_related_identifier_of_the_Datacite_Metadata_Search_API.yml +17 -13
  34. data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/get_data/should_report_if_there_are_no_works_returned_by_the_Datacite_Metadata_Search_API.yml +16 -12
  35. data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/get_data/should_report_if_there_are_works_returned_by_the_Datacite_Metadata_Search_API.yml +16 -14
  36. data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/get_total/with_no_works.yml +15 -11
  37. data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/get_total/with_works.yml +16 -12
  38. data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/parse_data/should_report_if_there_are_works_returned_by_the_Datacite_Metadata_Search_API.yml +437 -869
  39. data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/push_data/should_report_if_there_are_works_returned_by_the_Datacite_Metadata_Search_API.yml +1240 -1662
  40. data/spec/fixtures/vcr_cassettes/Toccatore_DataciteRelated/push_data/should_work_with_DataCite_Event_Data.yml +4026 -6556
  41. data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_data/should_allow_queries_by_DOI_of_the_Datacite_Metadata_Search_API.yml +15 -13
  42. data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_data/should_allow_queries_by_ORCID_ID_of_the_Datacite_Metadata_Search_API.yml +15 -11
  43. data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_data/should_report_if_there_are_no_works_returned_by_the_Datacite_Metadata_Search_API.yml +15 -11
  44. data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_data/should_report_if_there_are_works_returned_by_the_Datacite_Metadata_Search_API.yml +15 -13
  45. data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_total/with_no_works.yml +15 -13
  46. data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/get_total/with_works.yml +15 -13
  47. data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/push_data/should_delete_claims.yml +25 -32
  48. data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/push_data/should_report_if_there_are_works_returned_by_the_Datacite_Metadata_Search_API.yml +1347 -1791
  49. data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/queue_jobs/should_report_if_there_are_no_works_returned_by_the_Datacite_Metadata_Search_API.yml +14 -10
  50. data/spec/fixtures/vcr_cassettes/Toccatore_OrcidUpdate/queue_jobs/should_report_if_there_are_works_returned_by_the_Datacite_Metadata_Search_API.yml +29 -25
  51. data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/get_data/when_there_are_messages/should_return_the_data_for_one_message.yml +50 -29
  52. data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/get_data/when_there_is_ONE_message/should_return_the_data_for_one_message.yml +50 -29
  53. data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/get_message/should_return_no_meessage_when_the_queue_is_empty.yml +17 -17
  54. data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/get_message/should_return_one_message_when_there_are_multiple_messages.yml +17 -17
  55. data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/get_total/when_is_working_with_AWS.yml +32 -32
  56. data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/push_data/should_fail_if_format_of_the_event_is_empty.yml +139 -22
  57. data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/push_data/should_fail_if_format_of_the_event_is_wrong.yml +534 -1025
  58. data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/push_data/should_work_with_a_single_item.yml +134 -254
  59. data/spec/fixtures/vcr_cassettes/Toccatore_UsageUpdate/queue_url/should_return_always_correct_queue_url.yml +8 -8
  60. data/spec/orcid_update_spec.rb +1 -1
  61. data/spec/{queque_spec.rb → queue_spec.rb} +0 -0
  62. data/spec/spec_helper.rb +1 -1
  63. data/spec/usage_update_spec.rb +32 -32
  64. data/toccatore.gemspec +6 -6
  65. metadata +31 -31
@@ -8,33 +8,37 @@ http_interactions:
8
8
  string: ''
9
9
  headers:
10
10
  User-Agent:
11
- - Maremma - https://github.com/datacite/maremma
11
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
12
12
  Accept:
13
13
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
14
14
  response:
15
15
  status:
16
16
  code: 200
17
- message: ''
17
+ message: OK
18
18
  headers:
19
- Access-Control-Allow-Methods:
20
- - GET, POST, OPTIONS
21
- Access-Control-Allow-Origin:
22
- - "*"
19
+ Date:
20
+ - Fri, 10 Aug 2018 16:24:36 GMT
23
21
  Content-Type:
24
22
  - application/json;charset=UTF-8
25
- Date:
26
- - Wed, 29 Mar 2017 13:24:00 GMT
27
- Server:
28
- - openresty/1.11.2.2
29
23
  Connection:
30
24
  - keep-alive
25
+ Server:
26
+ - nginx/1.10.3 (Ubuntu)
27
+ Access-Control-Allow-Origin:
28
+ - "*"
29
+ Access-Control-Allow-Methods:
30
+ - GET, POST, PUT, DELETE, OPTIONS
31
+ Access-Control-Allow-Headers:
32
+ - DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,Authorization
33
+ Access-Control-Expose-Headers:
34
+ - DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,Authorization
31
35
  body:
32
- encoding: UTF-8
33
- string: '{"responseHeader":{"status":0,"QTime":1},"response":{"numFound":1,"start":0,"docs":[]}}
36
+ encoding: ASCII-8BIT
37
+ string: '{"responseHeader":{"status":0,"QTime":0},"response":{"numFound":1,"start":0,"docs":[]}}
34
38
 
35
39
  '
36
40
  http_version:
37
- recorded_at: Wed, 29 Mar 2017 13:24:00 GMT
41
+ recorded_at: Fri, 10 Aug 2018 16:24:36 GMT
38
42
  - request:
39
43
  method: get
40
44
  uri: https://search.datacite.org/api?fl=doi,resourceTypeGeneral,relatedIdentifier,nameIdentifier,minted,updated&fq=updated:%5B2013-01-01T00:00:00Z%20TO%202017-12-31T23:59:59Z%5D%20AND%20has_metadata:true%20AND%20is_active:true&q=doi:10.5438/CT8B-X1CE&rows=1000&start=0&wt=json
@@ -43,33 +47,37 @@ http_interactions:
43
47
  string: ''
44
48
  headers:
45
49
  User-Agent:
46
- - Maremma - https://github.com/datacite/maremma
50
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
47
51
  Accept:
48
52
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
49
53
  response:
50
54
  status:
51
55
  code: 200
52
- message: ''
56
+ message: OK
53
57
  headers:
54
- Access-Control-Allow-Methods:
55
- - GET, POST, OPTIONS
56
- Access-Control-Allow-Origin:
57
- - "*"
58
+ Date:
59
+ - Fri, 10 Aug 2018 16:24:36 GMT
58
60
  Content-Type:
59
61
  - application/json;charset=UTF-8
60
- Date:
61
- - Wed, 29 Mar 2017 13:24:01 GMT
62
- Server:
63
- - openresty/1.11.2.2
64
62
  Connection:
65
63
  - keep-alive
64
+ Server:
65
+ - nginx/1.10.3 (Ubuntu)
66
+ Access-Control-Allow-Origin:
67
+ - "*"
68
+ Access-Control-Allow-Methods:
69
+ - GET, POST, PUT, DELETE, OPTIONS
70
+ Access-Control-Allow-Headers:
71
+ - DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,Authorization
72
+ Access-Control-Expose-Headers:
73
+ - DNT,X-CustomHeader,Keep-Alive,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Content-Range,Range,Authorization
66
74
  body:
67
- encoding: UTF-8
68
- string: '{"responseHeader":{"status":0,"QTime":1},"response":{"numFound":1,"start":0,"docs":[{"minted":"2016-12-23T10:35:28Z","updated":"2017-01-09T13:53:10Z","doi":"10.5438/CT8B-X1CE","resourceTypeGeneral":"Text","relatedIdentifier":["References:URL:https://arxiv.org/abs/1501.04916","References:DOI:10.3398/064.075.0213","References:DOI:10.1002/2015JE004895","References:DOI:10.1371/JOURNAL.PBIO.1001687","References:DOI:10.1016/J.JAS.2015.02.009","References:URL:http://hdl.handle.net/10536/DRO/DU:30088291","References:DOI:10.1016/J.AEOLIA.2015.08.001","References:DOI:10.1007/S12209-016-2596-Z","References:DOI:10.5194/ESURFD-2-1005-2014","References:DOI:10.1371/JOURNAL.PONE.0105948","References:URL:https://www.ncbi.nlm.nih.gov/books/NBK7256","References:DOI:10.1016/J.BPJ.2015.04.023","References:DOI:10.1002/ESP.3677","References:DOI:10.1016/J.AEOLIA.2016.01.003","References:DOI:10.4172/2381-8719.1000256","References:DOI:10.1371/JOURNAL.PONE.0134826","References:DOI:10.1016/J.TREE.2010.11.006","IsPartOf:DOI:10.5438/0000-00SS"],"nameIdentifier":["ORCID:0000-0003-1419-2405"]}]}}
75
+ encoding: ASCII-8BIT
76
+ string: '{"responseHeader":{"status":0,"QTime":0},"response":{"numFound":1,"start":0,"docs":[{"minted":"2016-12-23T10:35:28Z","updated":"2017-01-09T13:53:10Z","doi":"10.5438/CT8B-X1CE","relatedIdentifier":["References:URL:https://arxiv.org/abs/1501.04916","References:DOI:10.3398/064.075.0213","References:DOI:10.1002/2015JE004895","References:DOI:10.1371/JOURNAL.PBIO.1001687","References:DOI:10.1016/J.JAS.2015.02.009","References:URL:http://hdl.handle.net/10536/DRO/DU:30088291","References:DOI:10.1016/J.AEOLIA.2015.08.001","References:DOI:10.1007/S12209-016-2596-Z","References:DOI:10.5194/ESURFD-2-1005-2014","References:DOI:10.1371/JOURNAL.PONE.0105948","References:URL:https://www.ncbi.nlm.nih.gov/books/NBK7256","References:DOI:10.1016/J.BPJ.2015.04.023","References:DOI:10.1002/ESP.3677","References:DOI:10.1016/J.AEOLIA.2016.01.003","References:DOI:10.4172/2381-8719.1000256","References:DOI:10.1371/JOURNAL.PONE.0134826","References:DOI:10.1016/J.TREE.2010.11.006","IsPartOf:DOI:10.5438/0000-00SS"],"resourceTypeGeneral":"Text","nameIdentifier":["ORCID:0000-0003-1419-2405"]}]}}
69
77
 
70
78
  '
71
79
  http_version:
72
- recorded_at: Wed, 29 Mar 2017 13:24:01 GMT
80
+ recorded_at: Fri, 10 Aug 2018 16:24:36 GMT
73
81
  - request:
74
82
  method: get
75
83
  uri: https://api.datacite.org/prefixes/10.3398
@@ -78,55 +86,43 @@ http_interactions:
78
86
  string: ''
79
87
  headers:
80
88
  User-Agent:
81
- - Maremma - https://github.com/datacite/maremma
89
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
82
90
  Accept:
83
91
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
84
92
  response:
85
93
  status:
86
94
  code: 200
87
- message: ''
95
+ message: OK
88
96
  headers:
89
- Access-Control-Allow-Headers:
90
- - Content-Type,Accept,Accept-Encoding,Origin,User-Agent,Cache-Control,Keep-Alive
91
- Access-Control-Allow-Methods:
92
- - GET, POST, OPTIONS
93
- Access-Control-Allow-Origin:
94
- - "*"
95
- Access-Control-Max-Age:
96
- - '1728000'
97
- Cache-Control:
98
- - max-age=0, private, must-revalidate
97
+ Date:
98
+ - Fri, 10 Aug 2018 16:24:36 GMT
99
99
  Content-Type:
100
100
  - application/vnd.api+json; charset=utf-8
101
- Date:
102
- - Wed, 29 Mar 2017 13:24:02 GMT
103
- Etag:
104
- - W/"7cf730cb403c033dba041619ed5a152f"
105
- Server:
106
- - openresty/1.11.2.2
101
+ Connection:
102
+ - keep-alive
107
103
  Status:
108
104
  - 200 OK
105
+ X-Anonymous-Consumer:
106
+ - 'true'
107
+ Cache-Control:
108
+ - max-age=0, private, must-revalidate
109
109
  Vary:
110
- - Accept-Encoding
111
- X-Content-Type-Options:
112
- - nosniff
113
- X-Frame-Options:
114
- - SAMEORIGIN
115
- X-Powered-By:
116
- - Phusion Passenger 5.1.2
110
+ - Accept-Encoding, Origin
117
111
  X-Request-Id:
118
- - c2b391d4-08be-4834-9a64-b7dbeb93c3d4
112
+ - 42cf1ea8-8a98-4872-aa2a-4af4476c29eb
113
+ Etag:
114
+ - W/"bdd51fc78c95303ae663e9e21f50f399"
119
115
  X-Runtime:
120
- - '0.612701'
121
- X-Xss-Protection:
122
- - 1; mode=block
123
- Connection:
124
- - keep-alive
116
+ - '0.050947'
117
+ X-Powered-By:
118
+ - Phusion Passenger 5.3.4
119
+ Server:
120
+ - nginx/1.14.0 + Phusion Passenger 5.3.4
125
121
  body:
126
- encoding: UTF-8
127
- string: '{"data":{"id":"10.3398","type":"prefixes","attributes":{"registration-agency":"Crossref","updated":"2016-09-21T21:02:24Z"}}}'
122
+ encoding: ASCII-8BIT
123
+ string: '{"data":{"id":"10.3398","type":"handles","attributes":{"registration-agency":"Crossref","created":null,"updated":"2016-09-21T21:02:24Z"},"relationships":{"clients":{"data":[]},"providers":{"data":[]}}}}'
128
124
  http_version:
129
- recorded_at: Wed, 29 Mar 2017 13:24:02 GMT
125
+ recorded_at: Fri, 10 Aug 2018 16:24:36 GMT
130
126
  - request:
131
127
  method: get
132
128
  uri: https://api.datacite.org/prefixes/10.1002
@@ -135,55 +131,43 @@ http_interactions:
135
131
  string: ''
136
132
  headers:
137
133
  User-Agent:
138
- - Maremma - https://github.com/datacite/maremma
134
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
139
135
  Accept:
140
136
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
141
137
  response:
142
138
  status:
143
139
  code: 200
144
- message: ''
140
+ message: OK
145
141
  headers:
146
- Access-Control-Allow-Headers:
147
- - Content-Type,Accept,Accept-Encoding,Origin,User-Agent,Cache-Control,Keep-Alive
148
- Access-Control-Allow-Methods:
149
- - GET, POST, OPTIONS
150
- Access-Control-Allow-Origin:
151
- - "*"
152
- Access-Control-Max-Age:
153
- - '1728000'
154
- Cache-Control:
155
- - max-age=0, private, must-revalidate
142
+ Date:
143
+ - Fri, 10 Aug 2018 16:24:36 GMT
156
144
  Content-Type:
157
145
  - application/vnd.api+json; charset=utf-8
158
- Date:
159
- - Wed, 29 Mar 2017 13:24:03 GMT
160
- Etag:
161
- - W/"fd60f408ac5a8f5de6aabc61fc16b7b7"
162
- Server:
163
- - openresty/1.11.2.2
146
+ Connection:
147
+ - keep-alive
164
148
  Status:
165
149
  - 200 OK
150
+ X-Anonymous-Consumer:
151
+ - 'true'
152
+ Cache-Control:
153
+ - max-age=0, private, must-revalidate
166
154
  Vary:
167
- - Accept-Encoding
168
- X-Content-Type-Options:
169
- - nosniff
170
- X-Frame-Options:
171
- - SAMEORIGIN
172
- X-Powered-By:
173
- - Phusion Passenger 5.1.2
155
+ - Accept-Encoding, Origin
174
156
  X-Request-Id:
175
- - a1f737c2-1f07-41ad-9110-7aeddb8dbac1
157
+ - f93edace-a1df-4c8c-bcf1-bb2bfae51a5c
158
+ Etag:
159
+ - W/"011661a5b5427b905c109f69016482cc"
176
160
  X-Runtime:
177
- - '0.459592'
178
- X-Xss-Protection:
179
- - 1; mode=block
180
- Connection:
181
- - keep-alive
161
+ - '0.085556'
162
+ X-Powered-By:
163
+ - Phusion Passenger 5.3.4
164
+ Server:
165
+ - nginx/1.14.0 + Phusion Passenger 5.3.4
182
166
  body:
183
- encoding: UTF-8
184
- string: '{"data":{"id":"10.1002","type":"prefixes","attributes":{"registration-agency":"Crossref","updated":"2016-09-21T20:45:22Z"}}}'
167
+ encoding: ASCII-8BIT
168
+ string: '{"data":{"id":"10.1002","type":"handles","attributes":{"registration-agency":"Crossref","created":null,"updated":"2016-09-21T20:45:22Z"},"relationships":{"clients":{"data":[]},"providers":{"data":[]}}}}'
185
169
  http_version:
186
- recorded_at: Wed, 29 Mar 2017 13:24:03 GMT
170
+ recorded_at: Fri, 10 Aug 2018 16:24:36 GMT
187
171
  - request:
188
172
  method: get
189
173
  uri: https://api.datacite.org/prefixes/10.1371
@@ -192,55 +176,43 @@ http_interactions:
192
176
  string: ''
193
177
  headers:
194
178
  User-Agent:
195
- - Maremma - https://github.com/datacite/maremma
179
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
196
180
  Accept:
197
181
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
198
182
  response:
199
183
  status:
200
184
  code: 200
201
- message: ''
185
+ message: OK
202
186
  headers:
203
- Access-Control-Allow-Headers:
204
- - Content-Type,Accept,Accept-Encoding,Origin,User-Agent,Cache-Control,Keep-Alive
205
- Access-Control-Allow-Methods:
206
- - GET, POST, OPTIONS
207
- Access-Control-Allow-Origin:
208
- - "*"
209
- Access-Control-Max-Age:
210
- - '1728000'
211
- Cache-Control:
212
- - max-age=0, private, must-revalidate
187
+ Date:
188
+ - Fri, 10 Aug 2018 16:24:37 GMT
213
189
  Content-Type:
214
190
  - application/vnd.api+json; charset=utf-8
215
- Date:
216
- - Wed, 29 Mar 2017 13:24:04 GMT
217
- Etag:
218
- - W/"a078870f021fe1686525a8135b0e29b8"
219
- Server:
220
- - openresty/1.11.2.2
191
+ Connection:
192
+ - keep-alive
221
193
  Status:
222
194
  - 200 OK
195
+ X-Anonymous-Consumer:
196
+ - 'true'
197
+ Cache-Control:
198
+ - max-age=0, private, must-revalidate
223
199
  Vary:
224
- - Accept-Encoding
225
- X-Content-Type-Options:
226
- - nosniff
227
- X-Frame-Options:
228
- - SAMEORIGIN
229
- X-Powered-By:
230
- - Phusion Passenger 5.1.2
200
+ - Accept-Encoding, Origin
231
201
  X-Request-Id:
232
- - 8fc9b5df-48f4-4b36-ba6e-112dbecb2b5c
202
+ - 45cfa43f-1b8b-40cb-9415-e846bbaeb90a
203
+ Etag:
204
+ - W/"4aadec3626c9c053f75d78db0882961b"
233
205
  X-Runtime:
234
- - '0.628426'
235
- X-Xss-Protection:
236
- - 1; mode=block
237
- Connection:
238
- - keep-alive
206
+ - '0.116245'
207
+ X-Powered-By:
208
+ - Phusion Passenger 5.3.4
209
+ Server:
210
+ - nginx/1.14.0 + Phusion Passenger 5.3.4
239
211
  body:
240
- encoding: UTF-8
241
- string: '{"data":{"id":"10.1371","type":"prefixes","attributes":{"registration-agency":"Crossref","updated":"2016-09-21T20:47:32Z"}}}'
212
+ encoding: ASCII-8BIT
213
+ string: '{"data":{"id":"10.1371","type":"handles","attributes":{"registration-agency":"Crossref","created":null,"updated":"2016-09-21T20:47:32Z"},"relationships":{"clients":{"data":[]},"providers":{"data":[]}}}}'
242
214
  http_version:
243
- recorded_at: Wed, 29 Mar 2017 13:24:04 GMT
215
+ recorded_at: Fri, 10 Aug 2018 16:24:37 GMT
244
216
  - request:
245
217
  method: get
246
218
  uri: https://api.datacite.org/prefixes/10.1016
@@ -249,55 +221,43 @@ http_interactions:
249
221
  string: ''
250
222
  headers:
251
223
  User-Agent:
252
- - Maremma - https://github.com/datacite/maremma
224
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
253
225
  Accept:
254
226
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
255
227
  response:
256
228
  status:
257
229
  code: 200
258
- message: ''
230
+ message: OK
259
231
  headers:
260
- Access-Control-Allow-Headers:
261
- - Content-Type,Accept,Accept-Encoding,Origin,User-Agent,Cache-Control,Keep-Alive
262
- Access-Control-Allow-Methods:
263
- - GET, POST, OPTIONS
264
- Access-Control-Allow-Origin:
265
- - "*"
266
- Access-Control-Max-Age:
267
- - '1728000'
268
- Cache-Control:
269
- - max-age=0, private, must-revalidate
232
+ Date:
233
+ - Fri, 10 Aug 2018 16:24:37 GMT
270
234
  Content-Type:
271
235
  - application/vnd.api+json; charset=utf-8
272
- Date:
273
- - Wed, 29 Mar 2017 13:24:05 GMT
274
- Etag:
275
- - W/"7c9a7b8f563d4b464488ed2327095f44"
276
- Server:
277
- - openresty/1.11.2.2
236
+ Connection:
237
+ - keep-alive
278
238
  Status:
279
239
  - 200 OK
240
+ X-Anonymous-Consumer:
241
+ - 'true'
242
+ Cache-Control:
243
+ - max-age=0, private, must-revalidate
280
244
  Vary:
281
- - Accept-Encoding
282
- X-Content-Type-Options:
283
- - nosniff
284
- X-Frame-Options:
285
- - SAMEORIGIN
286
- X-Powered-By:
287
- - Phusion Passenger 5.1.2
245
+ - Accept-Encoding, Origin
288
246
  X-Request-Id:
289
- - 77f240a3-650b-443e-aeeb-248d16d50dcb
247
+ - 353ab853-e218-45c3-8b55-25bcb704d0b5
248
+ Etag:
249
+ - W/"763c0e4d3cd926a31520a20a61f19275"
290
250
  X-Runtime:
291
- - '0.525723'
292
- X-Xss-Protection:
293
- - 1; mode=block
294
- Connection:
295
- - keep-alive
251
+ - '0.049280'
252
+ X-Powered-By:
253
+ - Phusion Passenger 5.3.4
254
+ Server:
255
+ - nginx/1.14.0 + Phusion Passenger 5.3.4
296
256
  body:
297
- encoding: UTF-8
298
- string: '{"data":{"id":"10.1016","type":"prefixes","attributes":{"registration-agency":"Crossref","updated":"2016-09-21T20:45:22Z"}}}'
257
+ encoding: ASCII-8BIT
258
+ string: '{"data":{"id":"10.1016","type":"handles","attributes":{"registration-agency":"Crossref","created":null,"updated":"2016-09-21T20:45:22Z"},"relationships":{"clients":{"data":[]},"providers":{"data":[]}}}}'
299
259
  http_version:
300
- recorded_at: Wed, 29 Mar 2017 13:24:05 GMT
260
+ recorded_at: Fri, 10 Aug 2018 16:24:37 GMT
301
261
  - request:
302
262
  method: get
303
263
  uri: https://api.datacite.org/prefixes/10.1007
@@ -306,55 +266,43 @@ http_interactions:
306
266
  string: ''
307
267
  headers:
308
268
  User-Agent:
309
- - Maremma - https://github.com/datacite/maremma
269
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
310
270
  Accept:
311
271
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
312
272
  response:
313
273
  status:
314
274
  code: 200
315
- message: ''
275
+ message: OK
316
276
  headers:
317
- Access-Control-Allow-Headers:
318
- - Content-Type,Accept,Accept-Encoding,Origin,User-Agent,Cache-Control,Keep-Alive
319
- Access-Control-Allow-Methods:
320
- - GET, POST, OPTIONS
321
- Access-Control-Allow-Origin:
322
- - "*"
323
- Access-Control-Max-Age:
324
- - '1728000'
325
- Cache-Control:
326
- - max-age=0, private, must-revalidate
277
+ Date:
278
+ - Fri, 10 Aug 2018 16:24:37 GMT
327
279
  Content-Type:
328
280
  - application/vnd.api+json; charset=utf-8
329
- Date:
330
- - Wed, 29 Mar 2017 13:24:06 GMT
331
- Etag:
332
- - W/"f53cde77e343e10a66e08694e07c9370"
333
- Server:
334
- - openresty/1.11.2.2
281
+ Connection:
282
+ - keep-alive
335
283
  Status:
336
284
  - 200 OK
285
+ X-Anonymous-Consumer:
286
+ - 'true'
287
+ Cache-Control:
288
+ - max-age=0, private, must-revalidate
337
289
  Vary:
338
- - Accept-Encoding
339
- X-Content-Type-Options:
340
- - nosniff
341
- X-Frame-Options:
342
- - SAMEORIGIN
343
- X-Powered-By:
344
- - Phusion Passenger 5.1.2
290
+ - Accept-Encoding, Origin
345
291
  X-Request-Id:
346
- - ae0e47fb-6ac0-4f36-9f65-c307ea1d3122
292
+ - ddd75ee2-2867-4f74-9a8a-32c21d735d94
293
+ Etag:
294
+ - W/"37a7d81cd24a954db63b7b525f99df73"
347
295
  X-Runtime:
348
- - '0.268021'
349
- X-Xss-Protection:
350
- - 1; mode=block
351
- Connection:
352
- - keep-alive
296
+ - '0.047152'
297
+ X-Powered-By:
298
+ - Phusion Passenger 5.3.4
299
+ Server:
300
+ - nginx/1.14.0 + Phusion Passenger 5.3.4
353
301
  body:
354
- encoding: UTF-8
355
- string: '{"data":{"id":"10.1007","type":"prefixes","attributes":{"registration-agency":"Crossref","updated":"2016-09-21T20:45:22Z"}}}'
302
+ encoding: ASCII-8BIT
303
+ string: '{"data":{"id":"10.1007","type":"handles","attributes":{"registration-agency":"Crossref","created":null,"updated":"2016-09-21T20:45:22Z"},"relationships":{"clients":{"data":[]},"providers":{"data":[]}}}}'
356
304
  http_version:
357
- recorded_at: Wed, 29 Mar 2017 13:24:06 GMT
305
+ recorded_at: Fri, 10 Aug 2018 16:24:37 GMT
358
306
  - request:
359
307
  method: get
360
308
  uri: https://api.datacite.org/prefixes/10.5194
@@ -363,55 +311,43 @@ http_interactions:
363
311
  string: ''
364
312
  headers:
365
313
  User-Agent:
366
- - Maremma - https://github.com/datacite/maremma
314
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
367
315
  Accept:
368
316
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
369
317
  response:
370
318
  status:
371
319
  code: 200
372
- message: ''
320
+ message: OK
373
321
  headers:
374
- Access-Control-Allow-Headers:
375
- - Content-Type,Accept,Accept-Encoding,Origin,User-Agent,Cache-Control,Keep-Alive
376
- Access-Control-Allow-Methods:
377
- - GET, POST, OPTIONS
378
- Access-Control-Allow-Origin:
379
- - "*"
380
- Access-Control-Max-Age:
381
- - '1728000'
382
- Cache-Control:
383
- - max-age=0, private, must-revalidate
322
+ Date:
323
+ - Fri, 10 Aug 2018 16:24:37 GMT
384
324
  Content-Type:
385
325
  - application/vnd.api+json; charset=utf-8
386
- Date:
387
- - Wed, 29 Mar 2017 13:24:08 GMT
388
- Etag:
389
- - W/"1f042efb010583ff94ca58ba029fb502"
390
- Server:
391
- - openresty/1.11.2.2
326
+ Connection:
327
+ - keep-alive
392
328
  Status:
393
329
  - 200 OK
330
+ X-Anonymous-Consumer:
331
+ - 'true'
332
+ Cache-Control:
333
+ - max-age=0, private, must-revalidate
394
334
  Vary:
395
- - Accept-Encoding
396
- X-Content-Type-Options:
397
- - nosniff
398
- X-Frame-Options:
399
- - SAMEORIGIN
400
- X-Powered-By:
401
- - Phusion Passenger 5.1.2
335
+ - Accept-Encoding, Origin
402
336
  X-Request-Id:
403
- - ce8a177a-b250-4bbc-a413-172c9c53e102
337
+ - 62c30849-6f84-4172-a8fe-167f79f83617
338
+ Etag:
339
+ - W/"a05573d02be616a5a7f584b69082a62f"
404
340
  X-Runtime:
405
- - '0.771816'
406
- X-Xss-Protection:
407
- - 1; mode=block
408
- Connection:
409
- - keep-alive
341
+ - '0.147855'
342
+ X-Powered-By:
343
+ - Phusion Passenger 5.3.4
344
+ Server:
345
+ - nginx/1.14.0 + Phusion Passenger 5.3.4
410
346
  body:
411
- encoding: UTF-8
412
- string: '{"data":{"id":"10.5194","type":"prefixes","attributes":{"registration-agency":"Crossref","updated":"2016-09-21T21:04:33Z"}}}'
347
+ encoding: ASCII-8BIT
348
+ string: '{"data":{"id":"10.5194","type":"handles","attributes":{"registration-agency":"Crossref","created":null,"updated":"2016-09-21T21:04:33Z"},"relationships":{"clients":{"data":[]},"providers":{"data":[]}}}}'
413
349
  http_version:
414
- recorded_at: Wed, 29 Mar 2017 13:24:08 GMT
350
+ recorded_at: Fri, 10 Aug 2018 16:24:37 GMT
415
351
  - request:
416
352
  method: get
417
353
  uri: https://api.datacite.org/prefixes/10.4172
@@ -420,55 +356,43 @@ http_interactions:
420
356
  string: ''
421
357
  headers:
422
358
  User-Agent:
423
- - Maremma - https://github.com/datacite/maremma
359
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
424
360
  Accept:
425
361
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
426
362
  response:
427
363
  status:
428
364
  code: 200
429
- message: ''
365
+ message: OK
430
366
  headers:
431
- Access-Control-Allow-Headers:
432
- - Content-Type,Accept,Accept-Encoding,Origin,User-Agent,Cache-Control,Keep-Alive
433
- Access-Control-Allow-Methods:
434
- - GET, POST, OPTIONS
435
- Access-Control-Allow-Origin:
436
- - "*"
437
- Access-Control-Max-Age:
438
- - '1728000'
439
- Cache-Control:
440
- - max-age=0, private, must-revalidate
367
+ Date:
368
+ - Fri, 10 Aug 2018 16:24:38 GMT
441
369
  Content-Type:
442
370
  - application/vnd.api+json; charset=utf-8
443
- Date:
444
- - Wed, 29 Mar 2017 13:24:09 GMT
445
- Etag:
446
- - W/"ab8bd9cae1af53dbd883afdd0d684d71"
447
- Server:
448
- - openresty/1.11.2.2
371
+ Connection:
372
+ - keep-alive
449
373
  Status:
450
374
  - 200 OK
375
+ X-Anonymous-Consumer:
376
+ - 'true'
377
+ Cache-Control:
378
+ - max-age=0, private, must-revalidate
451
379
  Vary:
452
- - Accept-Encoding
453
- X-Content-Type-Options:
454
- - nosniff
455
- X-Frame-Options:
456
- - SAMEORIGIN
457
- X-Powered-By:
458
- - Phusion Passenger 5.1.2
380
+ - Accept-Encoding, Origin
459
381
  X-Request-Id:
460
- - 8a0c9ec2-8568-447f-82ab-f2ea15c415ce
382
+ - f212336d-892e-42d4-a882-ba4907a23273
383
+ Etag:
384
+ - W/"b36d07ac104eb228487d24db54d1ba3d"
461
385
  X-Runtime:
462
- - '0.633629'
463
- X-Xss-Protection:
464
- - 1; mode=block
465
- Connection:
466
- - keep-alive
386
+ - '0.167794'
387
+ X-Powered-By:
388
+ - Phusion Passenger 5.3.4
389
+ Server:
390
+ - nginx/1.14.0 + Phusion Passenger 5.3.4
467
391
  body:
468
- encoding: UTF-8
469
- string: '{"data":{"id":"10.4172","type":"prefixes","attributes":{"registration-agency":"Crossref","updated":"2016-09-21T21:03:31Z"}}}'
392
+ encoding: ASCII-8BIT
393
+ string: '{"data":{"id":"10.4172","type":"handles","attributes":{"registration-agency":"Crossref","created":null,"updated":"2016-09-21T21:03:31Z"},"relationships":{"clients":{"data":[]},"providers":{"data":[]}}}}'
470
394
  http_version:
471
- recorded_at: Wed, 29 Mar 2017 13:24:09 GMT
395
+ recorded_at: Fri, 10 Aug 2018 16:24:38 GMT
472
396
  - request:
473
397
  method: get
474
398
  uri: https://api.datacite.org/prefixes/10.5438
@@ -477,66 +401,58 @@ http_interactions:
477
401
  string: ''
478
402
  headers:
479
403
  User-Agent:
480
- - Maremma - https://github.com/datacite/maremma
404
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
481
405
  Accept:
482
406
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
483
407
  response:
484
408
  status:
485
409
  code: 200
486
- message: ''
410
+ message: OK
487
411
  headers:
488
- Access-Control-Allow-Headers:
489
- - Content-Type,Accept,Accept-Encoding,Origin,User-Agent,Cache-Control,Keep-Alive
490
- Access-Control-Allow-Methods:
491
- - GET, POST, OPTIONS
492
- Access-Control-Allow-Origin:
493
- - "*"
494
- Access-Control-Max-Age:
495
- - '1728000'
496
- Cache-Control:
497
- - max-age=0, private, must-revalidate
412
+ Date:
413
+ - Fri, 10 Aug 2018 16:24:38 GMT
498
414
  Content-Type:
499
415
  - application/vnd.api+json; charset=utf-8
500
- Date:
501
- - Wed, 29 Mar 2017 13:24:10 GMT
502
- Etag:
503
- - W/"b9f2d79281c542db437c42a5bac25ac8"
504
- Server:
505
- - openresty/1.11.2.2
416
+ Connection:
417
+ - keep-alive
506
418
  Status:
507
419
  - 200 OK
420
+ X-Anonymous-Consumer:
421
+ - 'true'
422
+ Cache-Control:
423
+ - max-age=0, private, must-revalidate
508
424
  Vary:
509
- - Accept-Encoding
510
- X-Content-Type-Options:
511
- - nosniff
512
- X-Frame-Options:
513
- - SAMEORIGIN
514
- X-Powered-By:
515
- - Phusion Passenger 5.1.2
425
+ - Accept-Encoding, Origin
516
426
  X-Request-Id:
517
- - 1a951b92-59da-4093-b0a4-b86075bbf96a
427
+ - 7e80afea-6549-40b7-aeff-f8b9f73415e2
428
+ Etag:
429
+ - W/"d318b360e0165478e07632c1deb55186"
518
430
  X-Runtime:
519
- - '0.679528'
520
- X-Xss-Protection:
521
- - 1; mode=block
522
- Connection:
523
- - keep-alive
431
+ - '0.014413'
432
+ X-Powered-By:
433
+ - Phusion Passenger 5.3.4
434
+ Server:
435
+ - nginx/1.14.0 + Phusion Passenger 5.3.4
524
436
  body:
525
- encoding: UTF-8
526
- string: '{"data":{"id":"10.5438","type":"prefixes","attributes":{"registration-agency":"DataCite","updated":"2016-09-21T20:27:15Z"}}}'
437
+ encoding: ASCII-8BIT
438
+ string: '{"data":{"id":"10.5438","type":"prefixes","attributes":{"registration-agency":"DataCite","created":"2011-03-30T08:56:21.000Z","updated":null},"relationships":{"clients":{"data":[{"id":"datacite.datacite","type":"clients"},{"id":"demo.datacite","type":"clients"}]},"providers":{"data":[{"id":"datacite","type":"providers"},{"id":"demo","type":"providers"}]}}},"included":[{"id":"datacite.datacite","type":"clients","attributes":{"name":"DataCite","symbol":"DATACITE.DATACITE","year":2011,"contact-name":"DataCite","contact-email":"support@datacite.org","domains":"*","url":null,"is-active":true,"has-password":true,"created":"2011-12-07T13:43:39Z","updated":"2018-08-10T02:35:15Z"},"relationships":{"prefixes":{"meta":{}},"provider":{"meta":{}},"repository":{"meta":{}}}},{"id":"demo.datacite","type":"clients","attributes":{"name":"DataCite
439
+ Staff Demo Client","symbol":"DEMO.DATACITE","year":2018,"contact-name":"DataCite
440
+ Support","contact-email":"support@datacite.org","domains":"*","url":null,"is-active":true,"has-password":true,"created":"2018-03-15T12:19:33Z","updated":"2018-08-10T02:36:15Z"},"relationships":{"prefixes":{"meta":{}},"provider":{"meta":{}},"repository":{"meta":{}}}},{"id":"datacite","type":"providers","attributes":{"name":"DataCite","symbol":"DATACITE","website":null,"contact-name":"DataCite
441
+ Support","contact-email":"info@datacite.org","phone":null,"description":null,"country":"DE","logo-url":null,"institution-type":null,"is-active":true,"has-password":true,"joined":null,"created":"2011-12-07T13:41:07.000Z","updated":"2018-08-10T02:25:52.000Z"},"relationships":{"clients":{"meta":{}},"prefixes":{"meta":{}}}},{"id":"demo","type":"providers","attributes":{"name":"DataCite
442
+ Demo Provider","symbol":"DEMO","website":null,"contact-name":"DataCite Support","contact-email":"info@datacite.org","phone":null,"description":null,"country":"DE","logo-url":null,"institution-type":null,"is-active":true,"has-password":true,"joined":null,"created":"2010-01-01T00:00:00.000Z","updated":"2018-08-10T02:25:52.000Z"},"relationships":{"clients":{"meta":{}},"prefixes":{"meta":{}}}}]}'
527
443
  http_version:
528
- recorded_at: Wed, 29 Mar 2017 13:24:10 GMT
444
+ recorded_at: Fri, 10 Aug 2018 16:24:38 GMT
529
445
  - request:
530
446
  method: post
531
447
  uri: https://bus-staging.eventdata.crossref.org/events
532
448
  body:
533
449
  encoding: UTF-8
534
- string: '{"id":"463696db-192b-40da-8657-a2778074513f","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.3398/064.075.0213","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z"}'
450
+ string: '{"id":"b5e45e35-2ffe-48df-bf33-cf44aa1fcbb1","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.3398/064.075.0213","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z","license":"https://creativecommons.org/publicdomain/zero/1.0/"}'
535
451
  headers:
536
452
  User-Agent:
537
- - Maremma - https://github.com/datacite/maremma
453
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
538
454
  Content-Type:
539
- - application/json
455
+ - application/json;charset=UTF-8
540
456
  Accept:
541
457
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
542
458
  Authorization:
@@ -544,7 +460,7 @@ http_interactions:
544
460
  response:
545
461
  status:
546
462
  code: 201
547
- message: ''
463
+ message: Created
548
464
  headers:
549
465
  Content-Type:
550
466
  - application/json
@@ -557,23 +473,23 @@ http_interactions:
557
473
  Server:
558
474
  - http-kit
559
475
  Date:
560
- - Wed, 29 Mar 2017 13:24:11 GMT
476
+ - Fri, 10 Aug 2018 16:24:38 GMT
561
477
  body:
562
- encoding: UTF-8
478
+ encoding: ASCII-8BIT
563
479
  string: ''
564
480
  http_version:
565
- recorded_at: Wed, 29 Mar 2017 13:24:11 GMT
481
+ recorded_at: Fri, 10 Aug 2018 16:24:38 GMT
566
482
  - request:
567
483
  method: post
568
484
  uri: https://bus-staging.eventdata.crossref.org/events
569
485
  body:
570
486
  encoding: UTF-8
571
- string: '{"id":"8281e055-95a5-4bc8-a13e-4a9d8c616b79","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1002/2015je004895","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z"}'
487
+ string: '{"id":"8342ab90-ede8-4209-8373-c001c1eac48e","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1002/2015je004895","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z","license":"https://creativecommons.org/publicdomain/zero/1.0/"}'
572
488
  headers:
573
489
  User-Agent:
574
- - Maremma - https://github.com/datacite/maremma
490
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
575
491
  Content-Type:
576
- - application/json
492
+ - application/json;charset=UTF-8
577
493
  Accept:
578
494
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
579
495
  Authorization:
@@ -581,7 +497,7 @@ http_interactions:
581
497
  response:
582
498
  status:
583
499
  code: 201
584
- message: ''
500
+ message: Created
585
501
  headers:
586
502
  Content-Type:
587
503
  - application/json
@@ -594,23 +510,23 @@ http_interactions:
594
510
  Server:
595
511
  - http-kit
596
512
  Date:
597
- - Wed, 29 Mar 2017 13:24:13 GMT
513
+ - Fri, 10 Aug 2018 16:24:38 GMT
598
514
  body:
599
- encoding: UTF-8
515
+ encoding: ASCII-8BIT
600
516
  string: ''
601
517
  http_version:
602
- recorded_at: Wed, 29 Mar 2017 13:24:13 GMT
518
+ recorded_at: Fri, 10 Aug 2018 16:24:38 GMT
603
519
  - request:
604
520
  method: post
605
521
  uri: https://bus-staging.eventdata.crossref.org/events
606
522
  body:
607
523
  encoding: UTF-8
608
- string: '{"id":"a87f9a86-4864-4977-a770-e715c737c4d0","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1371/journal.pbio.1001687","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z"}'
524
+ string: '{"id":"b7168ab4-54eb-4566-9cbc-d581c2031ac9","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1371/journal.pbio.1001687","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z","license":"https://creativecommons.org/publicdomain/zero/1.0/"}'
609
525
  headers:
610
526
  User-Agent:
611
- - Maremma - https://github.com/datacite/maremma
527
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
612
528
  Content-Type:
613
- - application/json
529
+ - application/json;charset=UTF-8
614
530
  Accept:
615
531
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
616
532
  Authorization:
@@ -618,7 +534,7 @@ http_interactions:
618
534
  response:
619
535
  status:
620
536
  code: 201
621
- message: ''
537
+ message: Created
622
538
  headers:
623
539
  Content-Type:
624
540
  - application/json
@@ -631,23 +547,23 @@ http_interactions:
631
547
  Server:
632
548
  - http-kit
633
549
  Date:
634
- - Wed, 29 Mar 2017 13:24:14 GMT
550
+ - Fri, 10 Aug 2018 16:24:39 GMT
635
551
  body:
636
- encoding: UTF-8
552
+ encoding: ASCII-8BIT
637
553
  string: ''
638
554
  http_version:
639
- recorded_at: Wed, 29 Mar 2017 13:24:14 GMT
555
+ recorded_at: Fri, 10 Aug 2018 16:24:39 GMT
640
556
  - request:
641
557
  method: post
642
558
  uri: https://bus-staging.eventdata.crossref.org/events
643
559
  body:
644
560
  encoding: UTF-8
645
- string: '{"id":"e27d52f8-0f65-41c8-88c5-ececa053c4fd","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1016/j.jas.2015.02.009","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z"}'
561
+ string: '{"id":"d9393e8c-0398-4eae-a3dd-0a550df705a8","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1016/j.jas.2015.02.009","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z","license":"https://creativecommons.org/publicdomain/zero/1.0/"}'
646
562
  headers:
647
563
  User-Agent:
648
- - Maremma - https://github.com/datacite/maremma
564
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
649
565
  Content-Type:
650
- - application/json
566
+ - application/json;charset=UTF-8
651
567
  Accept:
652
568
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
653
569
  Authorization:
@@ -655,7 +571,7 @@ http_interactions:
655
571
  response:
656
572
  status:
657
573
  code: 201
658
- message: ''
574
+ message: Created
659
575
  headers:
660
576
  Content-Type:
661
577
  - application/json
@@ -668,23 +584,23 @@ http_interactions:
668
584
  Server:
669
585
  - http-kit
670
586
  Date:
671
- - Wed, 29 Mar 2017 13:24:14 GMT
587
+ - Fri, 10 Aug 2018 16:24:39 GMT
672
588
  body:
673
- encoding: UTF-8
589
+ encoding: ASCII-8BIT
674
590
  string: ''
675
591
  http_version:
676
- recorded_at: Wed, 29 Mar 2017 13:24:14 GMT
592
+ recorded_at: Fri, 10 Aug 2018 16:24:39 GMT
677
593
  - request:
678
594
  method: post
679
595
  uri: https://bus-staging.eventdata.crossref.org/events
680
596
  body:
681
597
  encoding: UTF-8
682
- string: '{"id":"3e29bf78-a725-4d82-8e5f-efa3ff345762","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1016/j.aeolia.2015.08.001","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z"}'
598
+ string: '{"id":"3b4142f0-9ad4-46f0-bc16-65a27dd0ae64","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1016/j.aeolia.2015.08.001","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z","license":"https://creativecommons.org/publicdomain/zero/1.0/"}'
683
599
  headers:
684
600
  User-Agent:
685
- - Maremma - https://github.com/datacite/maremma
601
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
686
602
  Content-Type:
687
- - application/json
603
+ - application/json;charset=UTF-8
688
604
  Accept:
689
605
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
690
606
  Authorization:
@@ -692,7 +608,7 @@ http_interactions:
692
608
  response:
693
609
  status:
694
610
  code: 201
695
- message: ''
611
+ message: Created
696
612
  headers:
697
613
  Content-Type:
698
614
  - application/json
@@ -705,23 +621,23 @@ http_interactions:
705
621
  Server:
706
622
  - http-kit
707
623
  Date:
708
- - Wed, 29 Mar 2017 13:24:15 GMT
624
+ - Fri, 10 Aug 2018 16:24:39 GMT
709
625
  body:
710
- encoding: UTF-8
626
+ encoding: ASCII-8BIT
711
627
  string: ''
712
628
  http_version:
713
- recorded_at: Wed, 29 Mar 2017 13:24:15 GMT
629
+ recorded_at: Fri, 10 Aug 2018 16:24:39 GMT
714
630
  - request:
715
631
  method: post
716
632
  uri: https://bus-staging.eventdata.crossref.org/events
717
633
  body:
718
634
  encoding: UTF-8
719
- string: '{"id":"7666b9b9-3c53-4546-a8b5-38d796c884f3","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1007/s12209-016-2596-z","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z"}'
635
+ string: '{"id":"62092550-72a6-440b-992d-0a3079da7dea","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1007/s12209-016-2596-z","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z","license":"https://creativecommons.org/publicdomain/zero/1.0/"}'
720
636
  headers:
721
637
  User-Agent:
722
- - Maremma - https://github.com/datacite/maremma
638
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
723
639
  Content-Type:
724
- - application/json
640
+ - application/json;charset=UTF-8
725
641
  Accept:
726
642
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
727
643
  Authorization:
@@ -729,7 +645,7 @@ http_interactions:
729
645
  response:
730
646
  status:
731
647
  code: 201
732
- message: ''
648
+ message: Created
733
649
  headers:
734
650
  Content-Type:
735
651
  - application/json
@@ -742,23 +658,23 @@ http_interactions:
742
658
  Server:
743
659
  - http-kit
744
660
  Date:
745
- - Wed, 29 Mar 2017 13:24:15 GMT
661
+ - Fri, 10 Aug 2018 16:24:39 GMT
746
662
  body:
747
- encoding: UTF-8
663
+ encoding: ASCII-8BIT
748
664
  string: ''
749
665
  http_version:
750
- recorded_at: Wed, 29 Mar 2017 13:24:15 GMT
666
+ recorded_at: Fri, 10 Aug 2018 16:24:39 GMT
751
667
  - request:
752
668
  method: post
753
669
  uri: https://bus-staging.eventdata.crossref.org/events
754
670
  body:
755
671
  encoding: UTF-8
756
- string: '{"id":"1cac5167-0248-4130-b979-416120927fa8","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.5194/esurfd-2-1005-2014","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z"}'
672
+ string: '{"id":"173251c9-3c1f-4d8a-8ff1-04c42baf88f4","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.5194/esurfd-2-1005-2014","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z","license":"https://creativecommons.org/publicdomain/zero/1.0/"}'
757
673
  headers:
758
674
  User-Agent:
759
- - Maremma - https://github.com/datacite/maremma
675
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
760
676
  Content-Type:
761
- - application/json
677
+ - application/json;charset=UTF-8
762
678
  Accept:
763
679
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
764
680
  Authorization:
@@ -766,7 +682,7 @@ http_interactions:
766
682
  response:
767
683
  status:
768
684
  code: 201
769
- message: ''
685
+ message: Created
770
686
  headers:
771
687
  Content-Type:
772
688
  - application/json
@@ -779,23 +695,23 @@ http_interactions:
779
695
  Server:
780
696
  - http-kit
781
697
  Date:
782
- - Wed, 29 Mar 2017 13:24:16 GMT
698
+ - Fri, 10 Aug 2018 16:24:39 GMT
783
699
  body:
784
- encoding: UTF-8
700
+ encoding: ASCII-8BIT
785
701
  string: ''
786
702
  http_version:
787
- recorded_at: Wed, 29 Mar 2017 13:24:16 GMT
703
+ recorded_at: Fri, 10 Aug 2018 16:24:39 GMT
788
704
  - request:
789
705
  method: post
790
706
  uri: https://bus-staging.eventdata.crossref.org/events
791
707
  body:
792
708
  encoding: UTF-8
793
- string: '{"id":"085c3a70-eb1c-48ac-a093-6693af206f20","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1371/journal.pone.0105948","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z"}'
709
+ string: '{"id":"d0c5351f-bdb0-483f-8ae2-417b95278687","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1371/journal.pone.0105948","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z","license":"https://creativecommons.org/publicdomain/zero/1.0/"}'
794
710
  headers:
795
711
  User-Agent:
796
- - Maremma - https://github.com/datacite/maremma
712
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
797
713
  Content-Type:
798
- - application/json
714
+ - application/json;charset=UTF-8
799
715
  Accept:
800
716
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
801
717
  Authorization:
@@ -803,7 +719,7 @@ http_interactions:
803
719
  response:
804
720
  status:
805
721
  code: 201
806
- message: ''
722
+ message: Created
807
723
  headers:
808
724
  Content-Type:
809
725
  - application/json
@@ -816,23 +732,23 @@ http_interactions:
816
732
  Server:
817
733
  - http-kit
818
734
  Date:
819
- - Wed, 29 Mar 2017 13:24:16 GMT
735
+ - Fri, 10 Aug 2018 16:24:40 GMT
820
736
  body:
821
- encoding: UTF-8
737
+ encoding: ASCII-8BIT
822
738
  string: ''
823
739
  http_version:
824
- recorded_at: Wed, 29 Mar 2017 13:24:16 GMT
740
+ recorded_at: Fri, 10 Aug 2018 16:24:40 GMT
825
741
  - request:
826
742
  method: post
827
743
  uri: https://bus-staging.eventdata.crossref.org/events
828
744
  body:
829
745
  encoding: UTF-8
830
- string: '{"id":"db03b100-e846-4a6e-a9dc-9a49dd923f83","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1016/j.bpj.2015.04.023","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z"}'
746
+ string: '{"id":"313abaac-47a1-4a0c-91e6-c0a825a510b4","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1016/j.bpj.2015.04.023","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z","license":"https://creativecommons.org/publicdomain/zero/1.0/"}'
831
747
  headers:
832
748
  User-Agent:
833
- - Maremma - https://github.com/datacite/maremma
749
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
834
750
  Content-Type:
835
- - application/json
751
+ - application/json;charset=UTF-8
836
752
  Accept:
837
753
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
838
754
  Authorization:
@@ -840,7 +756,7 @@ http_interactions:
840
756
  response:
841
757
  status:
842
758
  code: 201
843
- message: ''
759
+ message: Created
844
760
  headers:
845
761
  Content-Type:
846
762
  - application/json
@@ -853,23 +769,23 @@ http_interactions:
853
769
  Server:
854
770
  - http-kit
855
771
  Date:
856
- - Wed, 29 Mar 2017 13:24:17 GMT
772
+ - Fri, 10 Aug 2018 16:24:40 GMT
857
773
  body:
858
- encoding: UTF-8
774
+ encoding: ASCII-8BIT
859
775
  string: ''
860
776
  http_version:
861
- recorded_at: Wed, 29 Mar 2017 13:24:17 GMT
777
+ recorded_at: Fri, 10 Aug 2018 16:24:40 GMT
862
778
  - request:
863
779
  method: post
864
780
  uri: https://bus-staging.eventdata.crossref.org/events
865
781
  body:
866
782
  encoding: UTF-8
867
- string: '{"id":"86c2160f-811c-48dd-9772-4bd199895bc8","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1002/esp.3677","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z"}'
783
+ string: '{"id":"6a807244-baff-43c2-ae0c-fcd6f9fa759b","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1002/esp.3677","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z","license":"https://creativecommons.org/publicdomain/zero/1.0/"}'
868
784
  headers:
869
785
  User-Agent:
870
- - Maremma - https://github.com/datacite/maremma
786
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
871
787
  Content-Type:
872
- - application/json
788
+ - application/json;charset=UTF-8
873
789
  Accept:
874
790
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
875
791
  Authorization:
@@ -877,7 +793,7 @@ http_interactions:
877
793
  response:
878
794
  status:
879
795
  code: 201
880
- message: ''
796
+ message: Created
881
797
  headers:
882
798
  Content-Type:
883
799
  - application/json
@@ -890,23 +806,23 @@ http_interactions:
890
806
  Server:
891
807
  - http-kit
892
808
  Date:
893
- - Wed, 29 Mar 2017 13:24:17 GMT
809
+ - Fri, 10 Aug 2018 16:24:40 GMT
894
810
  body:
895
- encoding: UTF-8
811
+ encoding: ASCII-8BIT
896
812
  string: ''
897
813
  http_version:
898
- recorded_at: Wed, 29 Mar 2017 13:24:17 GMT
814
+ recorded_at: Fri, 10 Aug 2018 16:24:40 GMT
899
815
  - request:
900
816
  method: post
901
817
  uri: https://bus-staging.eventdata.crossref.org/events
902
818
  body:
903
819
  encoding: UTF-8
904
- string: '{"id":"095b3447-ddc5-488b-82bc-7b31b95c9468","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1016/j.aeolia.2016.01.003","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z"}'
820
+ string: '{"id":"99bb7616-5a89-43c1-9e36-90116676767b","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1016/j.aeolia.2016.01.003","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z","license":"https://creativecommons.org/publicdomain/zero/1.0/"}'
905
821
  headers:
906
822
  User-Agent:
907
- - Maremma - https://github.com/datacite/maremma
823
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
908
824
  Content-Type:
909
- - application/json
825
+ - application/json;charset=UTF-8
910
826
  Accept:
911
827
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
912
828
  Authorization:
@@ -914,7 +830,7 @@ http_interactions:
914
830
  response:
915
831
  status:
916
832
  code: 201
917
- message: ''
833
+ message: Created
918
834
  headers:
919
835
  Content-Type:
920
836
  - application/json
@@ -927,23 +843,23 @@ http_interactions:
927
843
  Server:
928
844
  - http-kit
929
845
  Date:
930
- - Wed, 29 Mar 2017 13:24:18 GMT
846
+ - Fri, 10 Aug 2018 16:24:41 GMT
931
847
  body:
932
- encoding: UTF-8
848
+ encoding: ASCII-8BIT
933
849
  string: ''
934
850
  http_version:
935
- recorded_at: Wed, 29 Mar 2017 13:24:18 GMT
851
+ recorded_at: Fri, 10 Aug 2018 16:24:41 GMT
936
852
  - request:
937
853
  method: post
938
854
  uri: https://bus-staging.eventdata.crossref.org/events
939
855
  body:
940
856
  encoding: UTF-8
941
- string: '{"id":"b1c026e1-ee2b-4c3f-87f5-60b32aa0c543","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.4172/2381-8719.1000256","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z"}'
857
+ string: '{"id":"56dc9638-af0a-4e1c-8437-787fe0c2b730","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.4172/2381-8719.1000256","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z","license":"https://creativecommons.org/publicdomain/zero/1.0/"}'
942
858
  headers:
943
859
  User-Agent:
944
- - Maremma - https://github.com/datacite/maremma
860
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
945
861
  Content-Type:
946
- - application/json
862
+ - application/json;charset=UTF-8
947
863
  Accept:
948
864
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
949
865
  Authorization:
@@ -951,7 +867,7 @@ http_interactions:
951
867
  response:
952
868
  status:
953
869
  code: 201
954
- message: ''
870
+ message: Created
955
871
  headers:
956
872
  Content-Type:
957
873
  - application/json
@@ -964,23 +880,23 @@ http_interactions:
964
880
  Server:
965
881
  - http-kit
966
882
  Date:
967
- - Wed, 29 Mar 2017 13:24:19 GMT
883
+ - Fri, 10 Aug 2018 16:24:41 GMT
968
884
  body:
969
- encoding: UTF-8
885
+ encoding: ASCII-8BIT
970
886
  string: ''
971
887
  http_version:
972
- recorded_at: Wed, 29 Mar 2017 13:24:19 GMT
888
+ recorded_at: Fri, 10 Aug 2018 16:24:41 GMT
973
889
  - request:
974
890
  method: post
975
891
  uri: https://bus-staging.eventdata.crossref.org/events
976
892
  body:
977
893
  encoding: UTF-8
978
- string: '{"id":"f5ea78c5-0bf8-4381-888b-5b3c8e53c3b6","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1371/journal.pone.0134826","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z"}'
894
+ string: '{"id":"1501112b-d923-4956-8198-d84a429b242c","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1371/journal.pone.0134826","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z","license":"https://creativecommons.org/publicdomain/zero/1.0/"}'
979
895
  headers:
980
896
  User-Agent:
981
- - Maremma - https://github.com/datacite/maremma
897
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
982
898
  Content-Type:
983
- - application/json
899
+ - application/json;charset=UTF-8
984
900
  Accept:
985
901
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
986
902
  Authorization:
@@ -988,7 +904,7 @@ http_interactions:
988
904
  response:
989
905
  status:
990
906
  code: 201
991
- message: ''
907
+ message: Created
992
908
  headers:
993
909
  Content-Type:
994
910
  - application/json
@@ -1001,23 +917,23 @@ http_interactions:
1001
917
  Server:
1002
918
  - http-kit
1003
919
  Date:
1004
- - Wed, 29 Mar 2017 13:24:21 GMT
920
+ - Fri, 10 Aug 2018 16:24:41 GMT
1005
921
  body:
1006
- encoding: UTF-8
922
+ encoding: ASCII-8BIT
1007
923
  string: ''
1008
924
  http_version:
1009
- recorded_at: Wed, 29 Mar 2017 13:24:21 GMT
925
+ recorded_at: Fri, 10 Aug 2018 16:24:41 GMT
1010
926
  - request:
1011
927
  method: post
1012
928
  uri: https://bus-staging.eventdata.crossref.org/events
1013
929
  body:
1014
930
  encoding: UTF-8
1015
- string: '{"id":"07668fd7-bd3a-487e-91a9-faf7f4ce8d12","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1016/j.tree.2010.11.006","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z"}'
931
+ string: '{"id":"254ea6c9-8695-4f88-ae7a-f7d74589dfdb","message_action":"create","subj_id":"https://doi.org/10.5438/ct8b-x1ce","obj_id":"https://doi.org/10.1016/j.tree.2010.11.006","relation_type_id":"references","source_id":"datacite","source_token":"28276d12-b320-41ba-9272-bb0adc3466ff","occurred_at":"2016-12-23T10:35:28Z","license":"https://creativecommons.org/publicdomain/zero/1.0/"}'
1016
932
  headers:
1017
933
  User-Agent:
1018
- - Maremma - https://github.com/datacite/maremma
934
+ - Mozilla/5.0 (compatible; Maremma/4.1; +https://github.com/datacite/maremma)
1019
935
  Content-Type:
1020
- - application/json
936
+ - application/json;charset=UTF-8
1021
937
  Accept:
1022
938
  - text/html,application/json,application/xml;q=0.9, text/plain;q=0.8,image/png,*/*;q=0.5
1023
939
  Authorization:
@@ -1025,7 +941,7 @@ http_interactions:
1025
941
  response:
1026
942
  status:
1027
943
  code: 201
1028
- message: ''
944
+ message: Created
1029
945
  headers:
1030
946
  Content-Type:
1031
947
  - application/json
@@ -1038,18 +954,18 @@ http_interactions:
1038
954
  Server:
1039
955
  - http-kit
1040
956
  Date:
1041
- - Wed, 29 Mar 2017 13:24:21 GMT
957
+ - Fri, 10 Aug 2018 16:24:41 GMT
1042
958
  body:
1043
- encoding: UTF-8
959
+ encoding: ASCII-8BIT
1044
960
  string: ''
1045
961
  http_version:
1046
- recorded_at: Wed, 29 Mar 2017 13:24:21 GMT
962
+ recorded_at: Fri, 10 Aug 2018 16:24:41 GMT
1047
963
  - request:
1048
964
  method: post
1049
965
  uri: "<SLACK_WEBHOOK_URL>"
1050
966
  body:
1051
967
  encoding: US-ASCII
1052
- string: payload=%7B%22username%22%3A%22Event+Data+Agent%22%2C%22icon_url%22%3A%22https%3A%2F%2Fraw.githubusercontent.com%2Fdatacite%2Ftoccatore%2Fmaster%2Flib%2Ftoccatore%2Fimages%2Ftoccatore.png%22%2C%22attachments%22%3A%5B%7B%22title%22%3A%22Report+for+datacite_related%22%2C%22text%22%3A%221+works+processed+for+date+range+2013-01-01+-+2017-12-31.%22%2C%22color%22%3A%22good%22%7D%5D%7D
968
+ string: payload=%7B%22username%22%3A%22Event+Data+Agent%22%2C%22icon_url%22%3A%22https%3A%2F%2Fraw.githubusercontent.com%2Fdatacite%2Ftoccatore%2Fmaster%2Flib%2Ftoccatore%2Fimages%2Ftoccatore.png%22%2C%22attachments%22%3A%5B%7B%22title%22%3A%22Report+for+datacite_related%22%2C%22text%22%3A%221+works+processed+with+0+errors+for+date+range+2013-01-01+-+2017-12-31.%22%2C%22color%22%3A%22good%22%7D%5D%7D
1053
969
  headers:
1054
970
  Accept-Encoding:
1055
971
  - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
@@ -1070,31 +986,33 @@ http_interactions:
1070
986
  - '22'
1071
987
  Connection:
1072
988
  - keep-alive
1073
- Access-Control-Allow-Origin:
1074
- - "*"
1075
989
  Date:
1076
- - Wed, 29 Mar 2017 13:24:22 GMT
1077
- Referrer-Policy:
1078
- - no-referrer
990
+ - Fri, 10 Aug 2018 16:24:42 GMT
1079
991
  Server:
1080
992
  - Apache
993
+ X-Slack-Backend:
994
+ - h
995
+ Referrer-Policy:
996
+ - no-referrer
1081
997
  Strict-Transport-Security:
1082
998
  - max-age=31536000; includeSubDomains; preload
1083
- Vary:
1084
- - Accept-Encoding
1085
999
  X-Frame-Options:
1086
1000
  - SAMEORIGIN
1087
- X-Slack-Backend:
1088
- - h
1001
+ Vary:
1002
+ - Accept-Encoding
1003
+ Access-Control-Allow-Origin:
1004
+ - "*"
1005
+ X-Via:
1006
+ - haproxy-www-ej1j
1089
1007
  X-Cache:
1090
1008
  - Miss from cloudfront
1091
1009
  Via:
1092
- - 1.1 2905d0bd25e66c3f788fb2134262d52a.cloudfront.net (CloudFront)
1010
+ - 1.1 ae322f9f82b436687f3bcaf36433b2bb.cloudfront.net (CloudFront)
1093
1011
  X-Amz-Cf-Id:
1094
- - rAe_FEeJovOdB-ClRicsY_k-BQbY5e7DN9he5PiQoYj-ytq-beYjjw==
1012
+ - qLJbbAAFZjV-gEV9NOhtRHTgfd8ADktZCY5Rkx6HjO4lGEtI_fExRw==
1095
1013
  body:
1096
1014
  encoding: ASCII-8BIT
1097
1015
  string: ok
1098
1016
  http_version:
1099
- recorded_at: Wed, 29 Mar 2017 13:24:22 GMT
1017
+ recorded_at: Fri, 10 Aug 2018 16:24:42 GMT
1100
1018
  recorded_with: VCR 3.0.3