toccatore 0.3 → 0.3.1
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.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/lib/toccatore/base.rb +13 -3
- data/lib/toccatore/datacite_related.rb +25 -28
- data/lib/toccatore/orcid_update.rb +0 -11
- data/lib/toccatore/version.rb +1 -1
- data/spec/cli_spec.rb +5 -5
- data/spec/datacite_related_spec.rb +6 -0
- data/spec/fixtures/datacite_related_is_identical.json +20 -0
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_delete.yml +5 -64
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_fail.yml +5 -5
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_query_by_DOI.yml +107 -109
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_query_by_ORCID_ID.yml +289 -315
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_succeed.yml +249 -245
- data/spec/fixtures/vcr_cassettes/Toccatore_CLI/orcid_update/should_succeed_with_no_works.yml +3 -3
- metadata +2 -1
@@ -23,20 +23,18 @@ http_interactions:
|
|
23
23
|
Content-Type:
|
24
24
|
- application/json;charset=UTF-8
|
25
25
|
Date:
|
26
|
-
- Sat, 11 Mar 2017
|
26
|
+
- Sat, 11 Mar 2017 11:12:28 GMT
|
27
27
|
Server:
|
28
28
|
- openresty/1.11.2.2
|
29
|
-
Content-Length:
|
30
|
-
- '90'
|
31
29
|
Connection:
|
32
30
|
- keep-alive
|
33
31
|
body:
|
34
32
|
encoding: UTF-8
|
35
|
-
string: '{"responseHeader":{"status":0,"QTime":
|
33
|
+
string: '{"responseHeader":{"status":0,"QTime":44},"response":{"numFound":55,"start":0,"docs":[]}}
|
36
34
|
|
37
35
|
'
|
38
36
|
http_version:
|
39
|
-
recorded_at: Sat, 11 Mar 2017
|
37
|
+
recorded_at: Sat, 11 Mar 2017 11:12:28 GMT
|
40
38
|
- request:
|
41
39
|
method: get
|
42
40
|
uri: https://search.datacite.org/api?fl=doi,resourceTypeGeneral,relatedIdentifier,nameIdentifier,minted,updated&fq=updated:%5B2015-04-07T00:00:00Z%20TO%202015-04-08T23:59:59Z%5D%20AND%20has_metadata:true%20AND%20is_active:true&q=nameIdentifier:ORCID%5C:*&rows=1000&start=0&wt=json
|
@@ -60,11 +58,9 @@ http_interactions:
|
|
60
58
|
Content-Type:
|
61
59
|
- application/json;charset=UTF-8
|
62
60
|
Date:
|
63
|
-
- Sat, 11 Mar 2017
|
61
|
+
- Sat, 11 Mar 2017 11:12:28 GMT
|
64
62
|
Server:
|
65
63
|
- openresty/1.11.2.2
|
66
|
-
Content-Length:
|
67
|
-
- '10082'
|
68
64
|
Connection:
|
69
65
|
- keep-alive
|
70
66
|
body:
|
@@ -73,7 +69,7 @@ http_interactions:
|
|
73
69
|
|
74
70
|
'
|
75
71
|
http_version:
|
76
|
-
recorded_at: Sat, 11 Mar 2017
|
72
|
+
recorded_at: Sat, 11 Mar 2017 11:12:28 GMT
|
77
73
|
- request:
|
78
74
|
method: post
|
79
75
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -107,7 +103,7 @@ http_interactions:
|
|
107
103
|
Content-Type:
|
108
104
|
- application/json; charset=utf-8
|
109
105
|
Date:
|
110
|
-
- Sat, 11 Mar 2017
|
106
|
+
- Sat, 11 Mar 2017 11:12:28 GMT
|
111
107
|
Server:
|
112
108
|
- openresty/1.11.2.2
|
113
109
|
Status:
|
@@ -121,18 +117,20 @@ http_interactions:
|
|
121
117
|
X-Powered-By:
|
122
118
|
- Phusion Passenger 5.1.2
|
123
119
|
X-Request-Id:
|
124
|
-
-
|
120
|
+
- 8ed73523-e400-4070-91e1-3440f87071f4
|
125
121
|
X-Runtime:
|
126
|
-
- '0.
|
122
|
+
- '0.012748'
|
127
123
|
X-Xss-Protection:
|
128
124
|
- 1; mode=block
|
125
|
+
Content-Length:
|
126
|
+
- '238'
|
129
127
|
Connection:
|
130
128
|
- keep-alive
|
131
129
|
body:
|
132
130
|
encoding: UTF-8
|
133
131
|
string: '{"data":{"id":"27913db7-e2b1-47ea-a057-f15647402e26","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.1041547","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
134
132
|
http_version:
|
135
|
-
recorded_at: Sat, 11 Mar 2017
|
133
|
+
recorded_at: Sat, 11 Mar 2017 11:12:28 GMT
|
136
134
|
- request:
|
137
135
|
method: post
|
138
136
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -166,7 +164,7 @@ http_interactions:
|
|
166
164
|
Content-Type:
|
167
165
|
- application/json; charset=utf-8
|
168
166
|
Date:
|
169
|
-
- Sat, 11 Mar 2017
|
167
|
+
- Sat, 11 Mar 2017 11:12:28 GMT
|
170
168
|
Server:
|
171
169
|
- openresty/1.11.2.2
|
172
170
|
Status:
|
@@ -180,9 +178,9 @@ http_interactions:
|
|
180
178
|
X-Powered-By:
|
181
179
|
- Phusion Passenger 5.1.2
|
182
180
|
X-Request-Id:
|
183
|
-
-
|
181
|
+
- 84395908-3da4-46b3-9b29-6f4c83c70c24
|
184
182
|
X-Runtime:
|
185
|
-
- '0.
|
183
|
+
- '0.014456'
|
186
184
|
X-Xss-Protection:
|
187
185
|
- 1; mode=block
|
188
186
|
Content-Length:
|
@@ -193,7 +191,7 @@ http_interactions:
|
|
193
191
|
encoding: UTF-8
|
194
192
|
string: '{"data":{"id":"f3d646bd-61a2-4dc6-b796-e9d8b7797796","type":"claims","attributes":{"orcid":"0000-0002-4000-4167","doi":"10.6084/M9.FIGSHARE.1368269","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
195
193
|
http_version:
|
196
|
-
recorded_at: Sat, 11 Mar 2017
|
194
|
+
recorded_at: Sat, 11 Mar 2017 11:12:28 GMT
|
197
195
|
- request:
|
198
196
|
method: post
|
199
197
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -227,7 +225,7 @@ http_interactions:
|
|
227
225
|
Content-Type:
|
228
226
|
- application/json; charset=utf-8
|
229
227
|
Date:
|
230
|
-
- Sat, 11 Mar 2017
|
228
|
+
- Sat, 11 Mar 2017 11:12:29 GMT
|
231
229
|
Server:
|
232
230
|
- openresty/1.11.2.2
|
233
231
|
Status:
|
@@ -241,9 +239,9 @@ http_interactions:
|
|
241
239
|
X-Powered-By:
|
242
240
|
- Phusion Passenger 5.1.2
|
243
241
|
X-Request-Id:
|
244
|
-
-
|
242
|
+
- 72222e03-96d1-47da-b4a2-7ce84fe5d496
|
245
243
|
X-Runtime:
|
246
|
-
- '0.
|
244
|
+
- '0.013536'
|
247
245
|
X-Xss-Protection:
|
248
246
|
- 1; mode=block
|
249
247
|
Content-Length:
|
@@ -254,7 +252,7 @@ http_interactions:
|
|
254
252
|
encoding: UTF-8
|
255
253
|
string: '{"data":{"id":"3a7107a9-01cc-493b-8177-2c0b3229267c","type":"claims","attributes":{"orcid":"0000-0001-6176-2816","doi":"10.6084/M9.FIGSHARE.1368484","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
256
254
|
http_version:
|
257
|
-
recorded_at: Sat, 11 Mar 2017
|
255
|
+
recorded_at: Sat, 11 Mar 2017 11:12:29 GMT
|
258
256
|
- request:
|
259
257
|
method: post
|
260
258
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -288,7 +286,7 @@ http_interactions:
|
|
288
286
|
Content-Type:
|
289
287
|
- application/json; charset=utf-8
|
290
288
|
Date:
|
291
|
-
- Sat, 11 Mar 2017
|
289
|
+
- Sat, 11 Mar 2017 11:12:29 GMT
|
292
290
|
Server:
|
293
291
|
- openresty/1.11.2.2
|
294
292
|
Status:
|
@@ -302,20 +300,18 @@ http_interactions:
|
|
302
300
|
X-Powered-By:
|
303
301
|
- Phusion Passenger 5.1.2
|
304
302
|
X-Request-Id:
|
305
|
-
-
|
303
|
+
- acee4ab4-11f2-4a0c-9d8e-5a32302f1ae8
|
306
304
|
X-Runtime:
|
307
|
-
- '0.
|
305
|
+
- '0.017267'
|
308
306
|
X-Xss-Protection:
|
309
307
|
- 1; mode=block
|
310
|
-
Content-Length:
|
311
|
-
- '238'
|
312
308
|
Connection:
|
313
309
|
- keep-alive
|
314
310
|
body:
|
315
311
|
encoding: UTF-8
|
316
312
|
string: '{"data":{"id":"09fb4fcf-c634-4f8e-9c5b-73f5f5aa602c","type":"claims","attributes":{"orcid":"0000-0003-3796-827X","doi":"10.6084/M9.FIGSHARE.1368488","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
317
313
|
http_version:
|
318
|
-
recorded_at: Sat, 11 Mar 2017
|
314
|
+
recorded_at: Sat, 11 Mar 2017 11:12:29 GMT
|
319
315
|
- request:
|
320
316
|
method: post
|
321
317
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -349,7 +345,7 @@ http_interactions:
|
|
349
345
|
Content-Type:
|
350
346
|
- application/json; charset=utf-8
|
351
347
|
Date:
|
352
|
-
- Sat, 11 Mar 2017
|
348
|
+
- Sat, 11 Mar 2017 11:12:29 GMT
|
353
349
|
Server:
|
354
350
|
- openresty/1.11.2.2
|
355
351
|
Status:
|
@@ -363,18 +359,20 @@ http_interactions:
|
|
363
359
|
X-Powered-By:
|
364
360
|
- Phusion Passenger 5.1.2
|
365
361
|
X-Request-Id:
|
366
|
-
-
|
362
|
+
- da7eee5e-102b-493a-944d-20ce886dce38
|
367
363
|
X-Runtime:
|
368
|
-
- '0.
|
364
|
+
- '0.011987'
|
369
365
|
X-Xss-Protection:
|
370
366
|
- 1; mode=block
|
367
|
+
Content-Length:
|
368
|
+
- '238'
|
371
369
|
Connection:
|
372
370
|
- keep-alive
|
373
371
|
body:
|
374
372
|
encoding: UTF-8
|
375
373
|
string: '{"data":{"id":"2ba182e7-37ad-4f32-bf0c-eff20cbcc5ea","type":"claims","attributes":{"orcid":"0000-0003-1073-887X","doi":"10.6084/M9.FIGSHARE.1368581","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
376
374
|
http_version:
|
377
|
-
recorded_at: Sat, 11 Mar 2017
|
375
|
+
recorded_at: Sat, 11 Mar 2017 11:12:29 GMT
|
378
376
|
- request:
|
379
377
|
method: post
|
380
378
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -408,7 +406,7 @@ http_interactions:
|
|
408
406
|
Content-Type:
|
409
407
|
- application/json; charset=utf-8
|
410
408
|
Date:
|
411
|
-
- Sat, 11 Mar 2017
|
409
|
+
- Sat, 11 Mar 2017 11:12:29 GMT
|
412
410
|
Server:
|
413
411
|
- openresty/1.11.2.2
|
414
412
|
Status:
|
@@ -422,9 +420,9 @@ http_interactions:
|
|
422
420
|
X-Powered-By:
|
423
421
|
- Phusion Passenger 5.1.2
|
424
422
|
X-Request-Id:
|
425
|
-
-
|
423
|
+
- 20360362-6bd7-4ed8-99f1-60841a4fce65
|
426
424
|
X-Runtime:
|
427
|
-
- '0.
|
425
|
+
- '0.010967'
|
428
426
|
X-Xss-Protection:
|
429
427
|
- 1; mode=block
|
430
428
|
Content-Length:
|
@@ -435,7 +433,7 @@ http_interactions:
|
|
435
433
|
encoding: UTF-8
|
436
434
|
string: '{"data":{"id":"d2b7fb4a-84e8-4ce8-96e2-c82f7060e086","type":"claims","attributes":{"orcid":"0000-0001-9873-8342","doi":"10.6084/M9.FIGSHARE.1368663","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
437
435
|
http_version:
|
438
|
-
recorded_at: Sat, 11 Mar 2017
|
436
|
+
recorded_at: Sat, 11 Mar 2017 11:12:29 GMT
|
439
437
|
- request:
|
440
438
|
method: post
|
441
439
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -469,7 +467,7 @@ http_interactions:
|
|
469
467
|
Content-Type:
|
470
468
|
- application/json; charset=utf-8
|
471
469
|
Date:
|
472
|
-
- Sat, 11 Mar 2017
|
470
|
+
- Sat, 11 Mar 2017 11:12:30 GMT
|
473
471
|
Server:
|
474
472
|
- openresty/1.11.2.2
|
475
473
|
Status:
|
@@ -483,9 +481,9 @@ http_interactions:
|
|
483
481
|
X-Powered-By:
|
484
482
|
- Phusion Passenger 5.1.2
|
485
483
|
X-Request-Id:
|
486
|
-
-
|
484
|
+
- 4150a146-7ca0-43e9-b097-bd89041f7f75
|
487
485
|
X-Runtime:
|
488
|
-
- '0.
|
486
|
+
- '0.013170'
|
489
487
|
X-Xss-Protection:
|
490
488
|
- 1; mode=block
|
491
489
|
Content-Length:
|
@@ -496,7 +494,7 @@ http_interactions:
|
|
496
494
|
encoding: UTF-8
|
497
495
|
string: '{"data":{"id":"e0b38bc7-4f0e-4bc8-8711-7520808ff0ce","type":"claims","attributes":{"orcid":"0000-0002-3437-4911","doi":"10.6084/M9.FIGSHARE.1368671","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
498
496
|
http_version:
|
499
|
-
recorded_at: Sat, 11 Mar 2017
|
497
|
+
recorded_at: Sat, 11 Mar 2017 11:12:30 GMT
|
500
498
|
- request:
|
501
499
|
method: post
|
502
500
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -530,7 +528,7 @@ http_interactions:
|
|
530
528
|
Content-Type:
|
531
529
|
- application/json; charset=utf-8
|
532
530
|
Date:
|
533
|
-
- Sat, 11 Mar 2017
|
531
|
+
- Sat, 11 Mar 2017 11:12:30 GMT
|
534
532
|
Server:
|
535
533
|
- openresty/1.11.2.2
|
536
534
|
Status:
|
@@ -544,9 +542,9 @@ http_interactions:
|
|
544
542
|
X-Powered-By:
|
545
543
|
- Phusion Passenger 5.1.2
|
546
544
|
X-Request-Id:
|
547
|
-
-
|
545
|
+
- 07ee8607-b4ec-488e-b93f-0d6d9204ed73
|
548
546
|
X-Runtime:
|
549
|
-
- '0.
|
547
|
+
- '0.013900'
|
550
548
|
X-Xss-Protection:
|
551
549
|
- 1; mode=block
|
552
550
|
Content-Length:
|
@@ -557,7 +555,7 @@ http_interactions:
|
|
557
555
|
encoding: UTF-8
|
558
556
|
string: '{"data":{"id":"22f58c64-3b8d-4689-a7fe-a13ba9047573","type":"claims","attributes":{"orcid":"0000-0001-9873-8342","doi":"10.6084/M9.FIGSHARE.1368728","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
559
557
|
http_version:
|
560
|
-
recorded_at: Sat, 11 Mar 2017
|
558
|
+
recorded_at: Sat, 11 Mar 2017 11:12:30 GMT
|
561
559
|
- request:
|
562
560
|
method: post
|
563
561
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -591,7 +589,7 @@ http_interactions:
|
|
591
589
|
Content-Type:
|
592
590
|
- application/json; charset=utf-8
|
593
591
|
Date:
|
594
|
-
- Sat, 11 Mar 2017
|
592
|
+
- Sat, 11 Mar 2017 11:12:30 GMT
|
595
593
|
Server:
|
596
594
|
- openresty/1.11.2.2
|
597
595
|
Status:
|
@@ -605,9 +603,9 @@ http_interactions:
|
|
605
603
|
X-Powered-By:
|
606
604
|
- Phusion Passenger 5.1.2
|
607
605
|
X-Request-Id:
|
608
|
-
-
|
606
|
+
- 0090db76-5cd9-48c9-9fb8-b00578d2fc3a
|
609
607
|
X-Runtime:
|
610
|
-
- '0.
|
608
|
+
- '0.010385'
|
611
609
|
X-Xss-Protection:
|
612
610
|
- 1; mode=block
|
613
611
|
Content-Length:
|
@@ -618,7 +616,7 @@ http_interactions:
|
|
618
616
|
encoding: UTF-8
|
619
617
|
string: '{"data":{"id":"056cb105-8f96-4ea7-b341-46833042e278","type":"claims","attributes":{"orcid":"0000-0001-7757-8001","doi":"10.6084/M9.FIGSHARE.1368744","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
620
618
|
http_version:
|
621
|
-
recorded_at: Sat, 11 Mar 2017
|
619
|
+
recorded_at: Sat, 11 Mar 2017 11:12:30 GMT
|
622
620
|
- request:
|
623
621
|
method: post
|
624
622
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -652,7 +650,7 @@ http_interactions:
|
|
652
650
|
Content-Type:
|
653
651
|
- application/json; charset=utf-8
|
654
652
|
Date:
|
655
|
-
- Sat, 11 Mar 2017
|
653
|
+
- Sat, 11 Mar 2017 11:12:30 GMT
|
656
654
|
Server:
|
657
655
|
- openresty/1.11.2.2
|
658
656
|
Status:
|
@@ -666,20 +664,18 @@ http_interactions:
|
|
666
664
|
X-Powered-By:
|
667
665
|
- Phusion Passenger 5.1.2
|
668
666
|
X-Request-Id:
|
669
|
-
-
|
667
|
+
- ef84600c-28c0-47bd-b311-c924a2c72055
|
670
668
|
X-Runtime:
|
671
|
-
- '0.
|
669
|
+
- '0.011420'
|
672
670
|
X-Xss-Protection:
|
673
671
|
- 1; mode=block
|
674
|
-
Content-Length:
|
675
|
-
- '238'
|
676
672
|
Connection:
|
677
673
|
- keep-alive
|
678
674
|
body:
|
679
675
|
encoding: UTF-8
|
680
676
|
string: '{"data":{"id":"6480232b-6457-4b0b-a171-1d1b8f7a595e","type":"claims","attributes":{"orcid":"0000-0001-7757-8001","doi":"10.6084/M9.FIGSHARE.1368745","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
681
677
|
http_version:
|
682
|
-
recorded_at: Sat, 11 Mar 2017
|
678
|
+
recorded_at: Sat, 11 Mar 2017 11:12:30 GMT
|
683
679
|
- request:
|
684
680
|
method: post
|
685
681
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -713,7 +709,7 @@ http_interactions:
|
|
713
709
|
Content-Type:
|
714
710
|
- application/json; charset=utf-8
|
715
711
|
Date:
|
716
|
-
- Sat, 11 Mar 2017
|
712
|
+
- Sat, 11 Mar 2017 11:12:31 GMT
|
717
713
|
Server:
|
718
714
|
- openresty/1.11.2.2
|
719
715
|
Status:
|
@@ -727,9 +723,9 @@ http_interactions:
|
|
727
723
|
X-Powered-By:
|
728
724
|
- Phusion Passenger 5.1.2
|
729
725
|
X-Request-Id:
|
730
|
-
-
|
726
|
+
- d6d22b56-8ef9-4e54-a8e6-7fe987a8ba59
|
731
727
|
X-Runtime:
|
732
|
-
- '0.
|
728
|
+
- '0.011376'
|
733
729
|
X-Xss-Protection:
|
734
730
|
- 1; mode=block
|
735
731
|
Content-Length:
|
@@ -740,7 +736,7 @@ http_interactions:
|
|
740
736
|
encoding: UTF-8
|
741
737
|
string: '{"data":{"id":"51a6b8d5-aae4-4c7a-8ae7-39ffbecb10f9","type":"claims","attributes":{"orcid":"0000-0001-7757-8001","doi":"10.6084/M9.FIGSHARE.1368746","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
742
738
|
http_version:
|
743
|
-
recorded_at: Sat, 11 Mar 2017
|
739
|
+
recorded_at: Sat, 11 Mar 2017 11:12:31 GMT
|
744
740
|
- request:
|
745
741
|
method: post
|
746
742
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -774,7 +770,7 @@ http_interactions:
|
|
774
770
|
Content-Type:
|
775
771
|
- application/json; charset=utf-8
|
776
772
|
Date:
|
777
|
-
- Sat, 11 Mar 2017
|
773
|
+
- Sat, 11 Mar 2017 11:12:31 GMT
|
778
774
|
Server:
|
779
775
|
- openresty/1.11.2.2
|
780
776
|
Status:
|
@@ -788,9 +784,9 @@ http_interactions:
|
|
788
784
|
X-Powered-By:
|
789
785
|
- Phusion Passenger 5.1.2
|
790
786
|
X-Request-Id:
|
791
|
-
-
|
787
|
+
- 5b4ce18c-7591-4b28-8c36-3f6556503cbd
|
792
788
|
X-Runtime:
|
793
|
-
- '0.
|
789
|
+
- '0.011388'
|
794
790
|
X-Xss-Protection:
|
795
791
|
- 1; mode=block
|
796
792
|
Content-Length:
|
@@ -801,7 +797,7 @@ http_interactions:
|
|
801
797
|
encoding: UTF-8
|
802
798
|
string: '{"data":{"id":"0fef7a27-d2ec-4ee0-a51f-6f531ca8f718","type":"claims","attributes":{"orcid":"0000-0001-6176-2816","doi":"10.6084/M9.FIGSHARE.1368761","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
803
799
|
http_version:
|
804
|
-
recorded_at: Sat, 11 Mar 2017
|
800
|
+
recorded_at: Sat, 11 Mar 2017 11:12:31 GMT
|
805
801
|
- request:
|
806
802
|
method: post
|
807
803
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -835,7 +831,7 @@ http_interactions:
|
|
835
831
|
Content-Type:
|
836
832
|
- application/json; charset=utf-8
|
837
833
|
Date:
|
838
|
-
- Sat, 11 Mar 2017
|
834
|
+
- Sat, 11 Mar 2017 11:12:31 GMT
|
839
835
|
Server:
|
840
836
|
- openresty/1.11.2.2
|
841
837
|
Status:
|
@@ -849,9 +845,9 @@ http_interactions:
|
|
849
845
|
X-Powered-By:
|
850
846
|
- Phusion Passenger 5.1.2
|
851
847
|
X-Request-Id:
|
852
|
-
-
|
848
|
+
- fa4c0124-2229-4811-8a35-93d18d52042f
|
853
849
|
X-Runtime:
|
854
|
-
- '0.
|
850
|
+
- '0.009786'
|
855
851
|
X-Xss-Protection:
|
856
852
|
- 1; mode=block
|
857
853
|
Content-Length:
|
@@ -862,7 +858,7 @@ http_interactions:
|
|
862
858
|
encoding: UTF-8
|
863
859
|
string: '{"data":{"id":"0ea81b4e-83cc-4e65-b77d-48b34fa92324","type":"claims","attributes":{"orcid":"0000-0002-0311-9774","doi":"10.6084/M9.FIGSHARE.1368774","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
864
860
|
http_version:
|
865
|
-
recorded_at: Sat, 11 Mar 2017
|
861
|
+
recorded_at: Sat, 11 Mar 2017 11:12:31 GMT
|
866
862
|
- request:
|
867
863
|
method: post
|
868
864
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -896,7 +892,7 @@ http_interactions:
|
|
896
892
|
Content-Type:
|
897
893
|
- application/json; charset=utf-8
|
898
894
|
Date:
|
899
|
-
- Sat, 11 Mar 2017
|
895
|
+
- Sat, 11 Mar 2017 11:12:31 GMT
|
900
896
|
Server:
|
901
897
|
- openresty/1.11.2.2
|
902
898
|
Status:
|
@@ -910,9 +906,9 @@ http_interactions:
|
|
910
906
|
X-Powered-By:
|
911
907
|
- Phusion Passenger 5.1.2
|
912
908
|
X-Request-Id:
|
913
|
-
-
|
909
|
+
- f90d3a87-52f8-4dbb-9567-e109f0200c56
|
914
910
|
X-Runtime:
|
915
|
-
- '0.
|
911
|
+
- '0.009757'
|
916
912
|
X-Xss-Protection:
|
917
913
|
- 1; mode=block
|
918
914
|
Content-Length:
|
@@ -923,7 +919,7 @@ http_interactions:
|
|
923
919
|
encoding: UTF-8
|
924
920
|
string: '{"data":{"id":"016304aa-9faf-4fba-9199-1abeb8238884","type":"claims","attributes":{"orcid":"0000-0001-6921-5307","doi":"10.6084/M9.FIGSHARE.1370882","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
925
921
|
http_version:
|
926
|
-
recorded_at: Sat, 11 Mar 2017
|
922
|
+
recorded_at: Sat, 11 Mar 2017 11:12:31 GMT
|
927
923
|
- request:
|
928
924
|
method: post
|
929
925
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -957,7 +953,7 @@ http_interactions:
|
|
957
953
|
Content-Type:
|
958
954
|
- application/json; charset=utf-8
|
959
955
|
Date:
|
960
|
-
- Sat, 11 Mar 2017
|
956
|
+
- Sat, 11 Mar 2017 11:12:32 GMT
|
961
957
|
Server:
|
962
958
|
- openresty/1.11.2.2
|
963
959
|
Status:
|
@@ -971,9 +967,9 @@ http_interactions:
|
|
971
967
|
X-Powered-By:
|
972
968
|
- Phusion Passenger 5.1.2
|
973
969
|
X-Request-Id:
|
974
|
-
-
|
970
|
+
- db47f148-b561-4ac4-afec-009a5c3491bb
|
975
971
|
X-Runtime:
|
976
|
-
- '0.
|
972
|
+
- '0.011913'
|
977
973
|
X-Xss-Protection:
|
978
974
|
- 1; mode=block
|
979
975
|
Content-Length:
|
@@ -984,7 +980,7 @@ http_interactions:
|
|
984
980
|
encoding: UTF-8
|
985
981
|
string: '{"data":{"id":"2705ee77-417f-4155-8633-94927a68ecf6","type":"claims","attributes":{"orcid":"0000-0001-8478-7549","doi":"10.6084/M9.FIGSHARE.1226424","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
986
982
|
http_version:
|
987
|
-
recorded_at: Sat, 11 Mar 2017
|
983
|
+
recorded_at: Sat, 11 Mar 2017 11:12:32 GMT
|
988
984
|
- request:
|
989
985
|
method: post
|
990
986
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -1018,7 +1014,7 @@ http_interactions:
|
|
1018
1014
|
Content-Type:
|
1019
1015
|
- application/json; charset=utf-8
|
1020
1016
|
Date:
|
1021
|
-
- Sat, 11 Mar 2017
|
1017
|
+
- Sat, 11 Mar 2017 11:12:32 GMT
|
1022
1018
|
Server:
|
1023
1019
|
- openresty/1.11.2.2
|
1024
1020
|
Status:
|
@@ -1032,9 +1028,9 @@ http_interactions:
|
|
1032
1028
|
X-Powered-By:
|
1033
1029
|
- Phusion Passenger 5.1.2
|
1034
1030
|
X-Request-Id:
|
1035
|
-
-
|
1031
|
+
- 723c6f00-5975-429d-beb8-44e8f179477c
|
1036
1032
|
X-Runtime:
|
1037
|
-
- '0.
|
1033
|
+
- '0.010660'
|
1038
1034
|
X-Xss-Protection:
|
1039
1035
|
- 1; mode=block
|
1040
1036
|
Content-Length:
|
@@ -1045,7 +1041,7 @@ http_interactions:
|
|
1045
1041
|
encoding: UTF-8
|
1046
1042
|
string: '{"data":{"id":"75f9f7d1-43a8-4ce9-9a67-196c5ef4bd91","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.1371006","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
1047
1043
|
http_version:
|
1048
|
-
recorded_at: Sat, 11 Mar 2017
|
1044
|
+
recorded_at: Sat, 11 Mar 2017 11:12:32 GMT
|
1049
1045
|
- request:
|
1050
1046
|
method: post
|
1051
1047
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -1079,7 +1075,7 @@ http_interactions:
|
|
1079
1075
|
Content-Type:
|
1080
1076
|
- application/json; charset=utf-8
|
1081
1077
|
Date:
|
1082
|
-
- Sat, 11 Mar 2017
|
1078
|
+
- Sat, 11 Mar 2017 11:12:32 GMT
|
1083
1079
|
Server:
|
1084
1080
|
- openresty/1.11.2.2
|
1085
1081
|
Status:
|
@@ -1093,9 +1089,9 @@ http_interactions:
|
|
1093
1089
|
X-Powered-By:
|
1094
1090
|
- Phusion Passenger 5.1.2
|
1095
1091
|
X-Request-Id:
|
1096
|
-
-
|
1092
|
+
- 467e1fc8-57d9-4e2b-b960-4fdafe93d8ad
|
1097
1093
|
X-Runtime:
|
1098
|
-
- '0.
|
1094
|
+
- '0.009760'
|
1099
1095
|
X-Xss-Protection:
|
1100
1096
|
- 1; mode=block
|
1101
1097
|
Content-Length:
|
@@ -1106,7 +1102,7 @@ http_interactions:
|
|
1106
1102
|
encoding: UTF-8
|
1107
1103
|
string: '{"data":{"id":"0fe9bf2c-8d15-41ff-90be-58830a12a4c1","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.1371005","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
1108
1104
|
http_version:
|
1109
|
-
recorded_at: Sat, 11 Mar 2017
|
1105
|
+
recorded_at: Sat, 11 Mar 2017 11:12:32 GMT
|
1110
1106
|
- request:
|
1111
1107
|
method: post
|
1112
1108
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -1140,7 +1136,7 @@ http_interactions:
|
|
1140
1136
|
Content-Type:
|
1141
1137
|
- application/json; charset=utf-8
|
1142
1138
|
Date:
|
1143
|
-
- Sat, 11 Mar 2017
|
1139
|
+
- Sat, 11 Mar 2017 11:12:32 GMT
|
1144
1140
|
Server:
|
1145
1141
|
- openresty/1.11.2.2
|
1146
1142
|
Status:
|
@@ -1154,9 +1150,9 @@ http_interactions:
|
|
1154
1150
|
X-Powered-By:
|
1155
1151
|
- Phusion Passenger 5.1.2
|
1156
1152
|
X-Request-Id:
|
1157
|
-
-
|
1153
|
+
- 5649d551-60ed-4018-b8e2-ff4d7afd734c
|
1158
1154
|
X-Runtime:
|
1159
|
-
- '0.
|
1155
|
+
- '0.015226'
|
1160
1156
|
X-Xss-Protection:
|
1161
1157
|
- 1; mode=block
|
1162
1158
|
Content-Length:
|
@@ -1167,7 +1163,7 @@ http_interactions:
|
|
1167
1163
|
encoding: UTF-8
|
1168
1164
|
string: '{"data":{"id":"c1d69cb0-ef38-4d92-8cfc-6c3ef3bd7985","type":"claims","attributes":{"orcid":"0000-0001-5921-2399","doi":"10.6084/M9.FIGSHARE.1371077","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
1169
1165
|
http_version:
|
1170
|
-
recorded_at: Sat, 11 Mar 2017
|
1166
|
+
recorded_at: Sat, 11 Mar 2017 11:12:32 GMT
|
1171
1167
|
- request:
|
1172
1168
|
method: post
|
1173
1169
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -1201,7 +1197,7 @@ http_interactions:
|
|
1201
1197
|
Content-Type:
|
1202
1198
|
- application/json; charset=utf-8
|
1203
1199
|
Date:
|
1204
|
-
- Sat, 11 Mar 2017
|
1200
|
+
- Sat, 11 Mar 2017 11:12:32 GMT
|
1205
1201
|
Server:
|
1206
1202
|
- openresty/1.11.2.2
|
1207
1203
|
Status:
|
@@ -1215,9 +1211,9 @@ http_interactions:
|
|
1215
1211
|
X-Powered-By:
|
1216
1212
|
- Phusion Passenger 5.1.2
|
1217
1213
|
X-Request-Id:
|
1218
|
-
-
|
1214
|
+
- 2b0f6ef3-d220-4171-a7b0-6e4b085b5111
|
1219
1215
|
X-Runtime:
|
1220
|
-
- '0.
|
1216
|
+
- '0.009901'
|
1221
1217
|
X-Xss-Protection:
|
1222
1218
|
- 1; mode=block
|
1223
1219
|
Content-Length:
|
@@ -1228,7 +1224,7 @@ http_interactions:
|
|
1228
1224
|
encoding: UTF-8
|
1229
1225
|
string: '{"data":{"id":"1dbfbcf2-989d-414e-b11d-2769942f4b4b","type":"claims","attributes":{"orcid":"0000-0001-5921-2399","doi":"10.6084/M9.FIGSHARE.1371009","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
1230
1226
|
http_version:
|
1231
|
-
recorded_at: Sat, 11 Mar 2017
|
1227
|
+
recorded_at: Sat, 11 Mar 2017 11:12:32 GMT
|
1232
1228
|
- request:
|
1233
1229
|
method: post
|
1234
1230
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -1262,7 +1258,7 @@ http_interactions:
|
|
1262
1258
|
Content-Type:
|
1263
1259
|
- application/json; charset=utf-8
|
1264
1260
|
Date:
|
1265
|
-
- Sat, 11 Mar 2017
|
1261
|
+
- Sat, 11 Mar 2017 11:12:33 GMT
|
1266
1262
|
Server:
|
1267
1263
|
- openresty/1.11.2.2
|
1268
1264
|
Status:
|
@@ -1276,18 +1272,20 @@ http_interactions:
|
|
1276
1272
|
X-Powered-By:
|
1277
1273
|
- Phusion Passenger 5.1.2
|
1278
1274
|
X-Request-Id:
|
1279
|
-
-
|
1275
|
+
- cf44db14-d26c-4337-8c13-eb4f570756f0
|
1280
1276
|
X-Runtime:
|
1281
|
-
- '0.
|
1277
|
+
- '0.015175'
|
1282
1278
|
X-Xss-Protection:
|
1283
1279
|
- 1; mode=block
|
1280
|
+
Content-Length:
|
1281
|
+
- '238'
|
1284
1282
|
Connection:
|
1285
1283
|
- keep-alive
|
1286
1284
|
body:
|
1287
1285
|
encoding: UTF-8
|
1288
1286
|
string: '{"data":{"id":"e61ee6a1-9bd7-4bcb-b040-26c721bd5335","type":"claims","attributes":{"orcid":"0000-0001-5921-2399","doi":"10.6084/M9.FIGSHARE.1371008","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
1289
1287
|
http_version:
|
1290
|
-
recorded_at: Sat, 11 Mar 2017
|
1288
|
+
recorded_at: Sat, 11 Mar 2017 11:12:33 GMT
|
1291
1289
|
- request:
|
1292
1290
|
method: post
|
1293
1291
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -1321,7 +1319,7 @@ http_interactions:
|
|
1321
1319
|
Content-Type:
|
1322
1320
|
- application/json; charset=utf-8
|
1323
1321
|
Date:
|
1324
|
-
- Sat, 11 Mar 2017
|
1322
|
+
- Sat, 11 Mar 2017 11:12:33 GMT
|
1325
1323
|
Server:
|
1326
1324
|
- openresty/1.11.2.2
|
1327
1325
|
Status:
|
@@ -1335,18 +1333,20 @@ http_interactions:
|
|
1335
1333
|
X-Powered-By:
|
1336
1334
|
- Phusion Passenger 5.1.2
|
1337
1335
|
X-Request-Id:
|
1338
|
-
-
|
1336
|
+
- 0482ce59-8597-4f05-9965-d93fe57c9599
|
1339
1337
|
X-Runtime:
|
1340
|
-
- '0.
|
1338
|
+
- '0.011855'
|
1341
1339
|
X-Xss-Protection:
|
1342
1340
|
- 1; mode=block
|
1341
|
+
Content-Length:
|
1342
|
+
- '238'
|
1343
1343
|
Connection:
|
1344
1344
|
- keep-alive
|
1345
1345
|
body:
|
1346
1346
|
encoding: UTF-8
|
1347
1347
|
string: '{"data":{"id":"32c6e155-615a-4482-b48b-1dffa04cc164","type":"claims","attributes":{"orcid":"0000-0001-5921-2399","doi":"10.6084/M9.FIGSHARE.1371010","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
1348
1348
|
http_version:
|
1349
|
-
recorded_at: Sat, 11 Mar 2017
|
1349
|
+
recorded_at: Sat, 11 Mar 2017 11:12:33 GMT
|
1350
1350
|
- request:
|
1351
1351
|
method: post
|
1352
1352
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -1380,7 +1380,7 @@ http_interactions:
|
|
1380
1380
|
Content-Type:
|
1381
1381
|
- application/json; charset=utf-8
|
1382
1382
|
Date:
|
1383
|
-
- Sat, 11 Mar 2017
|
1383
|
+
- Sat, 11 Mar 2017 11:12:33 GMT
|
1384
1384
|
Server:
|
1385
1385
|
- openresty/1.11.2.2
|
1386
1386
|
Status:
|
@@ -1394,18 +1394,20 @@ http_interactions:
|
|
1394
1394
|
X-Powered-By:
|
1395
1395
|
- Phusion Passenger 5.1.2
|
1396
1396
|
X-Request-Id:
|
1397
|
-
-
|
1397
|
+
- 80637bf4-edc8-4829-8971-9aa5f86e124f
|
1398
1398
|
X-Runtime:
|
1399
|
-
- '0.
|
1399
|
+
- '0.012807'
|
1400
1400
|
X-Xss-Protection:
|
1401
1401
|
- 1; mode=block
|
1402
|
+
Content-Length:
|
1403
|
+
- '238'
|
1402
1404
|
Connection:
|
1403
1405
|
- keep-alive
|
1404
1406
|
body:
|
1405
1407
|
encoding: UTF-8
|
1406
1408
|
string: '{"data":{"id":"99a2eb18-8fb7-4550-bf1e-315087cd5336","type":"claims","attributes":{"orcid":"0000-0001-5921-2399","doi":"10.6084/M9.FIGSHARE.1371011","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
1407
1409
|
http_version:
|
1408
|
-
recorded_at: Sat, 11 Mar 2017
|
1410
|
+
recorded_at: Sat, 11 Mar 2017 11:12:33 GMT
|
1409
1411
|
- request:
|
1410
1412
|
method: post
|
1411
1413
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -1439,7 +1441,7 @@ http_interactions:
|
|
1439
1441
|
Content-Type:
|
1440
1442
|
- application/json; charset=utf-8
|
1441
1443
|
Date:
|
1442
|
-
- Sat, 11 Mar 2017
|
1444
|
+
- Sat, 11 Mar 2017 11:12:33 GMT
|
1443
1445
|
Server:
|
1444
1446
|
- openresty/1.11.2.2
|
1445
1447
|
Status:
|
@@ -1453,9 +1455,9 @@ http_interactions:
|
|
1453
1455
|
X-Powered-By:
|
1454
1456
|
- Phusion Passenger 5.1.2
|
1455
1457
|
X-Request-Id:
|
1456
|
-
-
|
1458
|
+
- ef8bb73a-f035-470b-a85b-732c1c35c9d9
|
1457
1459
|
X-Runtime:
|
1458
|
-
- '0.
|
1460
|
+
- '0.010821'
|
1459
1461
|
X-Xss-Protection:
|
1460
1462
|
- 1; mode=block
|
1461
1463
|
Content-Length:
|
@@ -1466,7 +1468,7 @@ http_interactions:
|
|
1466
1468
|
encoding: UTF-8
|
1467
1469
|
string: '{"data":{"id":"a63d3ff4-2477-4531-892a-7eaea47944df","type":"claims","attributes":{"orcid":"0000-0001-5921-2399","doi":"10.6084/M9.FIGSHARE.1371013","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
1468
1470
|
http_version:
|
1469
|
-
recorded_at: Sat, 11 Mar 2017
|
1471
|
+
recorded_at: Sat, 11 Mar 2017 11:12:33 GMT
|
1470
1472
|
- request:
|
1471
1473
|
method: post
|
1472
1474
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -1500,7 +1502,7 @@ http_interactions:
|
|
1500
1502
|
Content-Type:
|
1501
1503
|
- application/json; charset=utf-8
|
1502
1504
|
Date:
|
1503
|
-
- Sat, 11 Mar 2017
|
1505
|
+
- Sat, 11 Mar 2017 11:12:34 GMT
|
1504
1506
|
Server:
|
1505
1507
|
- openresty/1.11.2.2
|
1506
1508
|
Status:
|
@@ -1514,9 +1516,9 @@ http_interactions:
|
|
1514
1516
|
X-Powered-By:
|
1515
1517
|
- Phusion Passenger 5.1.2
|
1516
1518
|
X-Request-Id:
|
1517
|
-
-
|
1519
|
+
- 34a12724-2cad-4635-a680-f9213ecf706b
|
1518
1520
|
X-Runtime:
|
1519
|
-
- '0.
|
1521
|
+
- '0.011480'
|
1520
1522
|
X-Xss-Protection:
|
1521
1523
|
- 1; mode=block
|
1522
1524
|
Content-Length:
|
@@ -1527,7 +1529,7 @@ http_interactions:
|
|
1527
1529
|
encoding: UTF-8
|
1528
1530
|
string: '{"data":{"id":"52a6310b-3f2c-4e19-9968-b255118eb622","type":"claims","attributes":{"orcid":"0000-0001-5921-2399","doi":"10.6084/M9.FIGSHARE.1371014","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
1529
1531
|
http_version:
|
1530
|
-
recorded_at: Sat, 11 Mar 2017
|
1532
|
+
recorded_at: Sat, 11 Mar 2017 11:12:34 GMT
|
1531
1533
|
- request:
|
1532
1534
|
method: post
|
1533
1535
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -1561,7 +1563,7 @@ http_interactions:
|
|
1561
1563
|
Content-Type:
|
1562
1564
|
- application/json; charset=utf-8
|
1563
1565
|
Date:
|
1564
|
-
- Sat, 11 Mar 2017
|
1566
|
+
- Sat, 11 Mar 2017 11:12:34 GMT
|
1565
1567
|
Server:
|
1566
1568
|
- openresty/1.11.2.2
|
1567
1569
|
Status:
|
@@ -1575,9 +1577,9 @@ http_interactions:
|
|
1575
1577
|
X-Powered-By:
|
1576
1578
|
- Phusion Passenger 5.1.2
|
1577
1579
|
X-Request-Id:
|
1578
|
-
-
|
1580
|
+
- 748e1a0f-1476-4a5d-9314-141d30242c08
|
1579
1581
|
X-Runtime:
|
1580
|
-
- '0.
|
1582
|
+
- '0.011277'
|
1581
1583
|
X-Xss-Protection:
|
1582
1584
|
- 1; mode=block
|
1583
1585
|
Content-Length:
|
@@ -1588,7 +1590,7 @@ http_interactions:
|
|
1588
1590
|
encoding: UTF-8
|
1589
1591
|
string: '{"data":{"id":"7ab7e57c-f1f9-41b6-81b2-b9a090580302","type":"claims","attributes":{"orcid":"0000-0001-5921-2399","doi":"10.6084/M9.FIGSHARE.1371012","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
1590
1592
|
http_version:
|
1591
|
-
recorded_at: Sat, 11 Mar 2017
|
1593
|
+
recorded_at: Sat, 11 Mar 2017 11:12:34 GMT
|
1592
1594
|
- request:
|
1593
1595
|
method: post
|
1594
1596
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -1622,7 +1624,7 @@ http_interactions:
|
|
1622
1624
|
Content-Type:
|
1623
1625
|
- application/json; charset=utf-8
|
1624
1626
|
Date:
|
1625
|
-
- Sat, 11 Mar 2017
|
1627
|
+
- Sat, 11 Mar 2017 11:12:34 GMT
|
1626
1628
|
Server:
|
1627
1629
|
- openresty/1.11.2.2
|
1628
1630
|
Status:
|
@@ -1636,9 +1638,9 @@ http_interactions:
|
|
1636
1638
|
X-Powered-By:
|
1637
1639
|
- Phusion Passenger 5.1.2
|
1638
1640
|
X-Request-Id:
|
1639
|
-
-
|
1641
|
+
- 043123b2-1133-46df-92c0-44040938fd25
|
1640
1642
|
X-Runtime:
|
1641
|
-
- '0.
|
1643
|
+
- '0.018431'
|
1642
1644
|
X-Xss-Protection:
|
1643
1645
|
- 1; mode=block
|
1644
1646
|
Content-Length:
|
@@ -1649,7 +1651,7 @@ http_interactions:
|
|
1649
1651
|
encoding: UTF-8
|
1650
1652
|
string: '{"data":{"id":"3b24c6f1-bd79-4fff-a1dd-b51398dcee6d","type":"claims","attributes":{"orcid":"0000-0001-5921-2399","doi":"10.6084/M9.FIGSHARE.1371015","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
1651
1653
|
http_version:
|
1652
|
-
recorded_at: Sat, 11 Mar 2017
|
1654
|
+
recorded_at: Sat, 11 Mar 2017 11:12:34 GMT
|
1653
1655
|
- request:
|
1654
1656
|
method: post
|
1655
1657
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -1683,7 +1685,7 @@ http_interactions:
|
|
1683
1685
|
Content-Type:
|
1684
1686
|
- application/json; charset=utf-8
|
1685
1687
|
Date:
|
1686
|
-
- Sat, 11 Mar 2017
|
1688
|
+
- Sat, 11 Mar 2017 11:12:34 GMT
|
1687
1689
|
Server:
|
1688
1690
|
- openresty/1.11.2.2
|
1689
1691
|
Status:
|
@@ -1697,9 +1699,9 @@ http_interactions:
|
|
1697
1699
|
X-Powered-By:
|
1698
1700
|
- Phusion Passenger 5.1.2
|
1699
1701
|
X-Request-Id:
|
1700
|
-
-
|
1702
|
+
- 5f491fdb-18f1-42f9-b7a9-5742e78b71fb
|
1701
1703
|
X-Runtime:
|
1702
|
-
- '0.
|
1704
|
+
- '0.010871'
|
1703
1705
|
X-Xss-Protection:
|
1704
1706
|
- 1; mode=block
|
1705
1707
|
Content-Length:
|
@@ -1710,7 +1712,7 @@ http_interactions:
|
|
1710
1712
|
encoding: UTF-8
|
1711
1713
|
string: '{"data":{"id":"43cd0a78-3ce4-4895-a93d-bd70949ec867","type":"claims","attributes":{"orcid":"0000-0001-5921-2399","doi":"10.6084/M9.FIGSHARE.1371017","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
1712
1714
|
http_version:
|
1713
|
-
recorded_at: Sat, 11 Mar 2017
|
1715
|
+
recorded_at: Sat, 11 Mar 2017 11:12:34 GMT
|
1714
1716
|
- request:
|
1715
1717
|
method: post
|
1716
1718
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -1744,7 +1746,7 @@ http_interactions:
|
|
1744
1746
|
Content-Type:
|
1745
1747
|
- application/json; charset=utf-8
|
1746
1748
|
Date:
|
1747
|
-
- Sat, 11 Mar 2017
|
1749
|
+
- Sat, 11 Mar 2017 11:12:35 GMT
|
1748
1750
|
Server:
|
1749
1751
|
- openresty/1.11.2.2
|
1750
1752
|
Status:
|
@@ -1758,9 +1760,9 @@ http_interactions:
|
|
1758
1760
|
X-Powered-By:
|
1759
1761
|
- Phusion Passenger 5.1.2
|
1760
1762
|
X-Request-Id:
|
1761
|
-
-
|
1763
|
+
- a9bbb48f-32aa-4015-85af-52ae4b8c3d8c
|
1762
1764
|
X-Runtime:
|
1763
|
-
- '0.
|
1765
|
+
- '0.015017'
|
1764
1766
|
X-Xss-Protection:
|
1765
1767
|
- 1; mode=block
|
1766
1768
|
Content-Length:
|
@@ -1771,7 +1773,7 @@ http_interactions:
|
|
1771
1773
|
encoding: UTF-8
|
1772
1774
|
string: '{"data":{"id":"1dc04933-4123-43cf-af50-10f85166b56d","type":"claims","attributes":{"orcid":"0000-0001-5921-2399","doi":"10.6084/M9.FIGSHARE.1371018","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
1773
1775
|
http_version:
|
1774
|
-
recorded_at: Sat, 11 Mar 2017
|
1776
|
+
recorded_at: Sat, 11 Mar 2017 11:12:35 GMT
|
1775
1777
|
- request:
|
1776
1778
|
method: post
|
1777
1779
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -1805,7 +1807,7 @@ http_interactions:
|
|
1805
1807
|
Content-Type:
|
1806
1808
|
- application/json; charset=utf-8
|
1807
1809
|
Date:
|
1808
|
-
- Sat, 11 Mar 2017
|
1810
|
+
- Sat, 11 Mar 2017 11:12:35 GMT
|
1809
1811
|
Server:
|
1810
1812
|
- openresty/1.11.2.2
|
1811
1813
|
Status:
|
@@ -1819,9 +1821,9 @@ http_interactions:
|
|
1819
1821
|
X-Powered-By:
|
1820
1822
|
- Phusion Passenger 5.1.2
|
1821
1823
|
X-Request-Id:
|
1822
|
-
-
|
1824
|
+
- 94f8d7f2-2e0f-41d2-8830-10e929f0e9d3
|
1823
1825
|
X-Runtime:
|
1824
|
-
- '0.
|
1826
|
+
- '0.010926'
|
1825
1827
|
X-Xss-Protection:
|
1826
1828
|
- 1; mode=block
|
1827
1829
|
Content-Length:
|
@@ -1832,7 +1834,7 @@ http_interactions:
|
|
1832
1834
|
encoding: UTF-8
|
1833
1835
|
string: '{"data":{"id":"87d4e8ae-4697-4ea9-9351-4061b88ccb5c","type":"claims","attributes":{"orcid":"0000-0001-5921-2399","doi":"10.6084/M9.FIGSHARE.1371016","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
1834
1836
|
http_version:
|
1835
|
-
recorded_at: Sat, 11 Mar 2017
|
1837
|
+
recorded_at: Sat, 11 Mar 2017 11:12:35 GMT
|
1836
1838
|
- request:
|
1837
1839
|
method: post
|
1838
1840
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -1866,7 +1868,7 @@ http_interactions:
|
|
1866
1868
|
Content-Type:
|
1867
1869
|
- application/json; charset=utf-8
|
1868
1870
|
Date:
|
1869
|
-
- Sat, 11 Mar 2017
|
1871
|
+
- Sat, 11 Mar 2017 11:12:35 GMT
|
1870
1872
|
Server:
|
1871
1873
|
- openresty/1.11.2.2
|
1872
1874
|
Status:
|
@@ -1880,9 +1882,9 @@ http_interactions:
|
|
1880
1882
|
X-Powered-By:
|
1881
1883
|
- Phusion Passenger 5.1.2
|
1882
1884
|
X-Request-Id:
|
1883
|
-
-
|
1885
|
+
- 28ae3985-cfb3-43f0-8460-94429ae434cf
|
1884
1886
|
X-Runtime:
|
1885
|
-
- '0.
|
1887
|
+
- '0.010465'
|
1886
1888
|
X-Xss-Protection:
|
1887
1889
|
- 1; mode=block
|
1888
1890
|
Content-Length:
|
@@ -1893,7 +1895,7 @@ http_interactions:
|
|
1893
1895
|
encoding: UTF-8
|
1894
1896
|
string: '{"data":{"id":"4367157a-4822-4e72-ba9b-72d7ab7b9a14","type":"claims","attributes":{"orcid":"0000-0001-5921-2399","doi":"10.6084/M9.FIGSHARE.1371019","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
1895
1897
|
http_version:
|
1896
|
-
recorded_at: Sat, 11 Mar 2017
|
1898
|
+
recorded_at: Sat, 11 Mar 2017 11:12:35 GMT
|
1897
1899
|
- request:
|
1898
1900
|
method: post
|
1899
1901
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -1927,7 +1929,7 @@ http_interactions:
|
|
1927
1929
|
Content-Type:
|
1928
1930
|
- application/json; charset=utf-8
|
1929
1931
|
Date:
|
1930
|
-
- Sat, 11 Mar 2017
|
1932
|
+
- Sat, 11 Mar 2017 11:12:35 GMT
|
1931
1933
|
Server:
|
1932
1934
|
- openresty/1.11.2.2
|
1933
1935
|
Status:
|
@@ -1941,9 +1943,9 @@ http_interactions:
|
|
1941
1943
|
X-Powered-By:
|
1942
1944
|
- Phusion Passenger 5.1.2
|
1943
1945
|
X-Request-Id:
|
1944
|
-
-
|
1946
|
+
- 0a63f00b-5458-4b82-93fc-7fd72f71e19a
|
1945
1947
|
X-Runtime:
|
1946
|
-
- '0.
|
1948
|
+
- '0.010572'
|
1947
1949
|
X-Xss-Protection:
|
1948
1950
|
- 1; mode=block
|
1949
1951
|
Content-Length:
|
@@ -1954,7 +1956,7 @@ http_interactions:
|
|
1954
1956
|
encoding: UTF-8
|
1955
1957
|
string: '{"data":{"id":"6a26f1ff-5384-404c-8e56-f428717f2c78","type":"claims","attributes":{"orcid":"0000-0001-5882-6823","doi":"10.6084/M9.FIGSHARE.1371114","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
1956
1958
|
http_version:
|
1957
|
-
recorded_at: Sat, 11 Mar 2017
|
1959
|
+
recorded_at: Sat, 11 Mar 2017 11:12:35 GMT
|
1958
1960
|
- request:
|
1959
1961
|
method: post
|
1960
1962
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -1988,7 +1990,7 @@ http_interactions:
|
|
1988
1990
|
Content-Type:
|
1989
1991
|
- application/json; charset=utf-8
|
1990
1992
|
Date:
|
1991
|
-
- Sat, 11 Mar 2017
|
1993
|
+
- Sat, 11 Mar 2017 11:12:36 GMT
|
1992
1994
|
Server:
|
1993
1995
|
- openresty/1.11.2.2
|
1994
1996
|
Status:
|
@@ -2002,20 +2004,18 @@ http_interactions:
|
|
2002
2004
|
X-Powered-By:
|
2003
2005
|
- Phusion Passenger 5.1.2
|
2004
2006
|
X-Request-Id:
|
2005
|
-
-
|
2007
|
+
- 11a25351-af44-49cc-af8e-cb19b91802fd
|
2006
2008
|
X-Runtime:
|
2007
|
-
- '0.
|
2009
|
+
- '0.011114'
|
2008
2010
|
X-Xss-Protection:
|
2009
2011
|
- 1; mode=block
|
2010
|
-
Content-Length:
|
2011
|
-
- '238'
|
2012
2012
|
Connection:
|
2013
2013
|
- keep-alive
|
2014
2014
|
body:
|
2015
2015
|
encoding: UTF-8
|
2016
2016
|
string: '{"data":{"id":"d159d868-ba16-46e1-a98b-30efcd0749c6","type":"claims","attributes":{"orcid":"0000-0001-5882-6823","doi":"10.6084/M9.FIGSHARE.1337953","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
2017
2017
|
http_version:
|
2018
|
-
recorded_at: Sat, 11 Mar 2017
|
2018
|
+
recorded_at: Sat, 11 Mar 2017 11:12:36 GMT
|
2019
2019
|
- request:
|
2020
2020
|
method: post
|
2021
2021
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -2049,7 +2049,7 @@ http_interactions:
|
|
2049
2049
|
Content-Type:
|
2050
2050
|
- application/json; charset=utf-8
|
2051
2051
|
Date:
|
2052
|
-
- Sat, 11 Mar 2017
|
2052
|
+
- Sat, 11 Mar 2017 11:12:36 GMT
|
2053
2053
|
Server:
|
2054
2054
|
- openresty/1.11.2.2
|
2055
2055
|
Status:
|
@@ -2063,9 +2063,9 @@ http_interactions:
|
|
2063
2063
|
X-Powered-By:
|
2064
2064
|
- Phusion Passenger 5.1.2
|
2065
2065
|
X-Request-Id:
|
2066
|
-
-
|
2066
|
+
- f446f717-b9ac-40c4-8906-1924923d2dc3
|
2067
2067
|
X-Runtime:
|
2068
|
-
- '0.
|
2068
|
+
- '0.010880'
|
2069
2069
|
X-Xss-Protection:
|
2070
2070
|
- 1; mode=block
|
2071
2071
|
Content-Length:
|
@@ -2076,7 +2076,7 @@ http_interactions:
|
|
2076
2076
|
encoding: UTF-8
|
2077
2077
|
string: '{"data":{"id":"df589091-5b89-4714-a427-27367b03aa1b","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.1371137","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
2078
2078
|
http_version:
|
2079
|
-
recorded_at: Sat, 11 Mar 2017
|
2079
|
+
recorded_at: Sat, 11 Mar 2017 11:12:36 GMT
|
2080
2080
|
- request:
|
2081
2081
|
method: post
|
2082
2082
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -2110,7 +2110,7 @@ http_interactions:
|
|
2110
2110
|
Content-Type:
|
2111
2111
|
- application/json; charset=utf-8
|
2112
2112
|
Date:
|
2113
|
-
- Sat, 11 Mar 2017
|
2113
|
+
- Sat, 11 Mar 2017 11:12:36 GMT
|
2114
2114
|
Server:
|
2115
2115
|
- openresty/1.11.2.2
|
2116
2116
|
Status:
|
@@ -2124,20 +2124,18 @@ http_interactions:
|
|
2124
2124
|
X-Powered-By:
|
2125
2125
|
- Phusion Passenger 5.1.2
|
2126
2126
|
X-Request-Id:
|
2127
|
-
-
|
2127
|
+
- 10f35908-26bd-4ef2-b842-ce517f4b6e9e
|
2128
2128
|
X-Runtime:
|
2129
|
-
- '0.
|
2129
|
+
- '0.018516'
|
2130
2130
|
X-Xss-Protection:
|
2131
2131
|
- 1; mode=block
|
2132
|
-
Content-Length:
|
2133
|
-
- '238'
|
2134
2132
|
Connection:
|
2135
2133
|
- keep-alive
|
2136
2134
|
body:
|
2137
2135
|
encoding: UTF-8
|
2138
2136
|
string: '{"data":{"id":"9e7cae20-e811-486c-bdcc-dcb5bd1bcbe9","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.1371138","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
2139
2137
|
http_version:
|
2140
|
-
recorded_at: Sat, 11 Mar 2017
|
2138
|
+
recorded_at: Sat, 11 Mar 2017 11:12:36 GMT
|
2141
2139
|
- request:
|
2142
2140
|
method: post
|
2143
2141
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -2171,7 +2169,7 @@ http_interactions:
|
|
2171
2169
|
Content-Type:
|
2172
2170
|
- application/json; charset=utf-8
|
2173
2171
|
Date:
|
2174
|
-
- Sat, 11 Mar 2017
|
2172
|
+
- Sat, 11 Mar 2017 11:12:36 GMT
|
2175
2173
|
Server:
|
2176
2174
|
- openresty/1.11.2.2
|
2177
2175
|
Status:
|
@@ -2185,18 +2183,20 @@ http_interactions:
|
|
2185
2183
|
X-Powered-By:
|
2186
2184
|
- Phusion Passenger 5.1.2
|
2187
2185
|
X-Request-Id:
|
2188
|
-
-
|
2186
|
+
- 4d2d6023-bd3d-4558-ba48-565a7cda8e39
|
2189
2187
|
X-Runtime:
|
2190
|
-
- '0.
|
2188
|
+
- '0.009790'
|
2191
2189
|
X-Xss-Protection:
|
2192
2190
|
- 1; mode=block
|
2191
|
+
Content-Length:
|
2192
|
+
- '238'
|
2193
2193
|
Connection:
|
2194
2194
|
- keep-alive
|
2195
2195
|
body:
|
2196
2196
|
encoding: UTF-8
|
2197
2197
|
string: '{"data":{"id":"87265bf1-b0fb-4e36-8621-62914d9f176f","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.1371139","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
2198
2198
|
http_version:
|
2199
|
-
recorded_at: Sat, 11 Mar 2017
|
2199
|
+
recorded_at: Sat, 11 Mar 2017 11:12:36 GMT
|
2200
2200
|
- request:
|
2201
2201
|
method: post
|
2202
2202
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -2230,7 +2230,7 @@ http_interactions:
|
|
2230
2230
|
Content-Type:
|
2231
2231
|
- application/json; charset=utf-8
|
2232
2232
|
Date:
|
2233
|
-
- Sat, 11 Mar 2017
|
2233
|
+
- Sat, 11 Mar 2017 11:12:36 GMT
|
2234
2234
|
Server:
|
2235
2235
|
- openresty/1.11.2.2
|
2236
2236
|
Status:
|
@@ -2244,20 +2244,18 @@ http_interactions:
|
|
2244
2244
|
X-Powered-By:
|
2245
2245
|
- Phusion Passenger 5.1.2
|
2246
2246
|
X-Request-Id:
|
2247
|
-
-
|
2247
|
+
- 691a9c85-de3d-4788-bf42-6ae6746f8eea
|
2248
2248
|
X-Runtime:
|
2249
|
-
- '0.
|
2249
|
+
- '0.010891'
|
2250
2250
|
X-Xss-Protection:
|
2251
2251
|
- 1; mode=block
|
2252
|
-
Content-Length:
|
2253
|
-
- '237'
|
2254
2252
|
Connection:
|
2255
2253
|
- keep-alive
|
2256
2254
|
body:
|
2257
2255
|
encoding: UTF-8
|
2258
2256
|
string: '{"data":{"id":"19061330-0966-42f4-9a7c-bd932be203ac","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.999239","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
2259
2257
|
http_version:
|
2260
|
-
recorded_at: Sat, 11 Mar 2017
|
2258
|
+
recorded_at: Sat, 11 Mar 2017 11:12:37 GMT
|
2261
2259
|
- request:
|
2262
2260
|
method: post
|
2263
2261
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -2291,7 +2289,7 @@ http_interactions:
|
|
2291
2289
|
Content-Type:
|
2292
2290
|
- application/json; charset=utf-8
|
2293
2291
|
Date:
|
2294
|
-
- Sat, 11 Mar 2017
|
2292
|
+
- Sat, 11 Mar 2017 11:12:37 GMT
|
2295
2293
|
Server:
|
2296
2294
|
- openresty/1.11.2.2
|
2297
2295
|
Status:
|
@@ -2305,18 +2303,20 @@ http_interactions:
|
|
2305
2303
|
X-Powered-By:
|
2306
2304
|
- Phusion Passenger 5.1.2
|
2307
2305
|
X-Request-Id:
|
2308
|
-
-
|
2306
|
+
- 81b0bb1c-2de1-47c1-893d-670848ed1e99
|
2309
2307
|
X-Runtime:
|
2310
|
-
- '0.
|
2308
|
+
- '0.012450'
|
2311
2309
|
X-Xss-Protection:
|
2312
2310
|
- 1; mode=block
|
2311
|
+
Content-Length:
|
2312
|
+
- '238'
|
2313
2313
|
Connection:
|
2314
2314
|
- keep-alive
|
2315
2315
|
body:
|
2316
2316
|
encoding: UTF-8
|
2317
2317
|
string: '{"data":{"id":"822fc357-3f7f-461c-a7ba-c32346f57797","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.1008321","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
2318
2318
|
http_version:
|
2319
|
-
recorded_at: Sat, 11 Mar 2017
|
2319
|
+
recorded_at: Sat, 11 Mar 2017 11:12:37 GMT
|
2320
2320
|
- request:
|
2321
2321
|
method: post
|
2322
2322
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -2350,7 +2350,7 @@ http_interactions:
|
|
2350
2350
|
Content-Type:
|
2351
2351
|
- application/json; charset=utf-8
|
2352
2352
|
Date:
|
2353
|
-
- Sat, 11 Mar 2017
|
2353
|
+
- Sat, 11 Mar 2017 11:12:37 GMT
|
2354
2354
|
Server:
|
2355
2355
|
- openresty/1.11.2.2
|
2356
2356
|
Status:
|
@@ -2364,9 +2364,9 @@ http_interactions:
|
|
2364
2364
|
X-Powered-By:
|
2365
2365
|
- Phusion Passenger 5.1.2
|
2366
2366
|
X-Request-Id:
|
2367
|
-
-
|
2367
|
+
- 50c24950-e631-4eba-ad45-e4cb19f57f5a
|
2368
2368
|
X-Runtime:
|
2369
|
-
- '0.
|
2369
|
+
- '0.010511'
|
2370
2370
|
X-Xss-Protection:
|
2371
2371
|
- 1; mode=block
|
2372
2372
|
Content-Length:
|
@@ -2377,7 +2377,7 @@ http_interactions:
|
|
2377
2377
|
encoding: UTF-8
|
2378
2378
|
string: '{"data":{"id":"fa61847e-92ff-4394-8b0f-4bdfb15beba8","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.1008320","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
2379
2379
|
http_version:
|
2380
|
-
recorded_at: Sat, 11 Mar 2017
|
2380
|
+
recorded_at: Sat, 11 Mar 2017 11:12:37 GMT
|
2381
2381
|
- request:
|
2382
2382
|
method: post
|
2383
2383
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -2411,7 +2411,7 @@ http_interactions:
|
|
2411
2411
|
Content-Type:
|
2412
2412
|
- application/json; charset=utf-8
|
2413
2413
|
Date:
|
2414
|
-
- Sat, 11 Mar 2017
|
2414
|
+
- Sat, 11 Mar 2017 11:12:37 GMT
|
2415
2415
|
Server:
|
2416
2416
|
- openresty/1.11.2.2
|
2417
2417
|
Status:
|
@@ -2425,9 +2425,9 @@ http_interactions:
|
|
2425
2425
|
X-Powered-By:
|
2426
2426
|
- Phusion Passenger 5.1.2
|
2427
2427
|
X-Request-Id:
|
2428
|
-
-
|
2428
|
+
- e60f463a-5c96-4de5-9fa1-3f36a2cdb71e
|
2429
2429
|
X-Runtime:
|
2430
|
-
- '0.
|
2430
|
+
- '0.011368'
|
2431
2431
|
X-Xss-Protection:
|
2432
2432
|
- 1; mode=block
|
2433
2433
|
Content-Length:
|
@@ -2438,7 +2438,7 @@ http_interactions:
|
|
2438
2438
|
encoding: UTF-8
|
2439
2439
|
string: '{"data":{"id":"7908fa7b-920a-4a23-a974-47732d013abc","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.746960","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
2440
2440
|
http_version:
|
2441
|
-
recorded_at: Sat, 11 Mar 2017
|
2441
|
+
recorded_at: Sat, 11 Mar 2017 11:12:37 GMT
|
2442
2442
|
- request:
|
2443
2443
|
method: post
|
2444
2444
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -2472,7 +2472,7 @@ http_interactions:
|
|
2472
2472
|
Content-Type:
|
2473
2473
|
- application/json; charset=utf-8
|
2474
2474
|
Date:
|
2475
|
-
- Sat, 11 Mar 2017
|
2475
|
+
- Sat, 11 Mar 2017 11:12:37 GMT
|
2476
2476
|
Server:
|
2477
2477
|
- openresty/1.11.2.2
|
2478
2478
|
Status:
|
@@ -2486,9 +2486,9 @@ http_interactions:
|
|
2486
2486
|
X-Powered-By:
|
2487
2487
|
- Phusion Passenger 5.1.2
|
2488
2488
|
X-Request-Id:
|
2489
|
-
-
|
2489
|
+
- e93820b4-97c9-40fc-adc9-563320658312
|
2490
2490
|
X-Runtime:
|
2491
|
-
- '0.
|
2491
|
+
- '0.010837'
|
2492
2492
|
X-Xss-Protection:
|
2493
2493
|
- 1; mode=block
|
2494
2494
|
Content-Length:
|
@@ -2499,7 +2499,7 @@ http_interactions:
|
|
2499
2499
|
encoding: UTF-8
|
2500
2500
|
string: '{"data":{"id":"07c2770d-159b-470e-ba94-7e81c082452c","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.760716","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
2501
2501
|
http_version:
|
2502
|
-
recorded_at: Sat, 11 Mar 2017
|
2502
|
+
recorded_at: Sat, 11 Mar 2017 11:12:37 GMT
|
2503
2503
|
- request:
|
2504
2504
|
method: post
|
2505
2505
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -2533,7 +2533,7 @@ http_interactions:
|
|
2533
2533
|
Content-Type:
|
2534
2534
|
- application/json; charset=utf-8
|
2535
2535
|
Date:
|
2536
|
-
- Sat, 11 Mar 2017
|
2536
|
+
- Sat, 11 Mar 2017 11:12:38 GMT
|
2537
2537
|
Server:
|
2538
2538
|
- openresty/1.11.2.2
|
2539
2539
|
Status:
|
@@ -2547,9 +2547,9 @@ http_interactions:
|
|
2547
2547
|
X-Powered-By:
|
2548
2548
|
- Phusion Passenger 5.1.2
|
2549
2549
|
X-Request-Id:
|
2550
|
-
-
|
2550
|
+
- 241f944b-6807-4ad1-a00c-b36c63dd8716
|
2551
2551
|
X-Runtime:
|
2552
|
-
- '0.
|
2552
|
+
- '0.013238'
|
2553
2553
|
X-Xss-Protection:
|
2554
2554
|
- 1; mode=block
|
2555
2555
|
Content-Length:
|
@@ -2560,7 +2560,7 @@ http_interactions:
|
|
2560
2560
|
encoding: UTF-8
|
2561
2561
|
string: '{"data":{"id":"b5965e58-8bbe-4387-9d1e-36c9d6c9b5ac","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.769272","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
2562
2562
|
http_version:
|
2563
|
-
recorded_at: Sat, 11 Mar 2017
|
2563
|
+
recorded_at: Sat, 11 Mar 2017 11:12:38 GMT
|
2564
2564
|
- request:
|
2565
2565
|
method: post
|
2566
2566
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -2594,7 +2594,7 @@ http_interactions:
|
|
2594
2594
|
Content-Type:
|
2595
2595
|
- application/json; charset=utf-8
|
2596
2596
|
Date:
|
2597
|
-
- Sat, 11 Mar 2017
|
2597
|
+
- Sat, 11 Mar 2017 11:12:38 GMT
|
2598
2598
|
Server:
|
2599
2599
|
- openresty/1.11.2.2
|
2600
2600
|
Status:
|
@@ -2608,20 +2608,18 @@ http_interactions:
|
|
2608
2608
|
X-Powered-By:
|
2609
2609
|
- Phusion Passenger 5.1.2
|
2610
2610
|
X-Request-Id:
|
2611
|
-
-
|
2611
|
+
- f37de27f-371d-4af0-9390-75de596c9c42
|
2612
2612
|
X-Runtime:
|
2613
|
-
- '0.
|
2613
|
+
- '0.011603'
|
2614
2614
|
X-Xss-Protection:
|
2615
2615
|
- 1; mode=block
|
2616
|
-
Content-Length:
|
2617
|
-
- '237'
|
2618
2616
|
Connection:
|
2619
2617
|
- keep-alive
|
2620
2618
|
body:
|
2621
2619
|
encoding: UTF-8
|
2622
2620
|
string: '{"data":{"id":"87ed8708-35e6-4c0f-9183-1dd416071d7f","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.769271","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
2623
2621
|
http_version:
|
2624
|
-
recorded_at: Sat, 11 Mar 2017
|
2622
|
+
recorded_at: Sat, 11 Mar 2017 11:12:38 GMT
|
2625
2623
|
- request:
|
2626
2624
|
method: post
|
2627
2625
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -2655,7 +2653,7 @@ http_interactions:
|
|
2655
2653
|
Content-Type:
|
2656
2654
|
- application/json; charset=utf-8
|
2657
2655
|
Date:
|
2658
|
-
- Sat, 11 Mar 2017
|
2656
|
+
- Sat, 11 Mar 2017 11:12:38 GMT
|
2659
2657
|
Server:
|
2660
2658
|
- openresty/1.11.2.2
|
2661
2659
|
Status:
|
@@ -2669,9 +2667,9 @@ http_interactions:
|
|
2669
2667
|
X-Powered-By:
|
2670
2668
|
- Phusion Passenger 5.1.2
|
2671
2669
|
X-Request-Id:
|
2672
|
-
-
|
2670
|
+
- 5f409a5c-19a7-4694-94b4-2721b72615e9
|
2673
2671
|
X-Runtime:
|
2674
|
-
- '0.
|
2672
|
+
- '0.010161'
|
2675
2673
|
X-Xss-Protection:
|
2676
2674
|
- 1; mode=block
|
2677
2675
|
Content-Length:
|
@@ -2682,7 +2680,7 @@ http_interactions:
|
|
2682
2680
|
encoding: UTF-8
|
2683
2681
|
string: '{"data":{"id":"729ef8bc-05a2-4daa-9774-3f9aa100478c","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.769270","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
2684
2682
|
http_version:
|
2685
|
-
recorded_at: Sat, 11 Mar 2017
|
2683
|
+
recorded_at: Sat, 11 Mar 2017 11:12:38 GMT
|
2686
2684
|
- request:
|
2687
2685
|
method: post
|
2688
2686
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -2716,7 +2714,7 @@ http_interactions:
|
|
2716
2714
|
Content-Type:
|
2717
2715
|
- application/json; charset=utf-8
|
2718
2716
|
Date:
|
2719
|
-
- Sat, 11 Mar 2017
|
2717
|
+
- Sat, 11 Mar 2017 11:12:38 GMT
|
2720
2718
|
Server:
|
2721
2719
|
- openresty/1.11.2.2
|
2722
2720
|
Status:
|
@@ -2730,9 +2728,9 @@ http_interactions:
|
|
2730
2728
|
X-Powered-By:
|
2731
2729
|
- Phusion Passenger 5.1.2
|
2732
2730
|
X-Request-Id:
|
2733
|
-
-
|
2731
|
+
- c16328e1-1695-4df2-b17a-2686caa56c36
|
2734
2732
|
X-Runtime:
|
2735
|
-
- '0.
|
2733
|
+
- '0.010037'
|
2736
2734
|
X-Xss-Protection:
|
2737
2735
|
- 1; mode=block
|
2738
2736
|
Content-Length:
|
@@ -2743,7 +2741,7 @@ http_interactions:
|
|
2743
2741
|
encoding: UTF-8
|
2744
2742
|
string: '{"data":{"id":"5e4ea0c7-b970-45d1-ba75-4bff83dac219","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.778701","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
2745
2743
|
http_version:
|
2746
|
-
recorded_at: Sat, 11 Mar 2017
|
2744
|
+
recorded_at: Sat, 11 Mar 2017 11:12:38 GMT
|
2747
2745
|
- request:
|
2748
2746
|
method: post
|
2749
2747
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -2777,7 +2775,7 @@ http_interactions:
|
|
2777
2775
|
Content-Type:
|
2778
2776
|
- application/json; charset=utf-8
|
2779
2777
|
Date:
|
2780
|
-
- Sat, 11 Mar 2017
|
2778
|
+
- Sat, 11 Mar 2017 11:12:39 GMT
|
2781
2779
|
Server:
|
2782
2780
|
- openresty/1.11.2.2
|
2783
2781
|
Status:
|
@@ -2791,9 +2789,9 @@ http_interactions:
|
|
2791
2789
|
X-Powered-By:
|
2792
2790
|
- Phusion Passenger 5.1.2
|
2793
2791
|
X-Request-Id:
|
2794
|
-
-
|
2792
|
+
- 26bebf40-11b6-4b08-905d-7588bae5a7f9
|
2795
2793
|
X-Runtime:
|
2796
|
-
- '0.
|
2794
|
+
- '0.011451'
|
2797
2795
|
X-Xss-Protection:
|
2798
2796
|
- 1; mode=block
|
2799
2797
|
Content-Length:
|
@@ -2804,7 +2802,7 @@ http_interactions:
|
|
2804
2802
|
encoding: UTF-8
|
2805
2803
|
string: '{"data":{"id":"48d051e8-48b0-4c46-9747-3ff21135bba3","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.779705","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
2806
2804
|
http_version:
|
2807
|
-
recorded_at: Sat, 11 Mar 2017
|
2805
|
+
recorded_at: Sat, 11 Mar 2017 11:12:39 GMT
|
2808
2806
|
- request:
|
2809
2807
|
method: post
|
2810
2808
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -2838,7 +2836,7 @@ http_interactions:
|
|
2838
2836
|
Content-Type:
|
2839
2837
|
- application/json; charset=utf-8
|
2840
2838
|
Date:
|
2841
|
-
- Sat, 11 Mar 2017
|
2839
|
+
- Sat, 11 Mar 2017 11:12:39 GMT
|
2842
2840
|
Server:
|
2843
2841
|
- openresty/1.11.2.2
|
2844
2842
|
Status:
|
@@ -2852,18 +2850,20 @@ http_interactions:
|
|
2852
2850
|
X-Powered-By:
|
2853
2851
|
- Phusion Passenger 5.1.2
|
2854
2852
|
X-Request-Id:
|
2855
|
-
-
|
2853
|
+
- ee6e8b10-ff67-465b-ac7c-ef38ee8e9b1d
|
2856
2854
|
X-Runtime:
|
2857
|
-
- '0.
|
2855
|
+
- '0.010914'
|
2858
2856
|
X-Xss-Protection:
|
2859
2857
|
- 1; mode=block
|
2858
|
+
Content-Length:
|
2859
|
+
- '237'
|
2860
2860
|
Connection:
|
2861
2861
|
- keep-alive
|
2862
2862
|
body:
|
2863
2863
|
encoding: UTF-8
|
2864
2864
|
string: '{"data":{"id":"2433e392-00dd-4b2e-866d-c68b1fa6fe00","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.735810","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
2865
2865
|
http_version:
|
2866
|
-
recorded_at: Sat, 11 Mar 2017
|
2866
|
+
recorded_at: Sat, 11 Mar 2017 11:12:39 GMT
|
2867
2867
|
- request:
|
2868
2868
|
method: post
|
2869
2869
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -2897,7 +2897,7 @@ http_interactions:
|
|
2897
2897
|
Content-Type:
|
2898
2898
|
- application/json; charset=utf-8
|
2899
2899
|
Date:
|
2900
|
-
- Sat, 11 Mar 2017
|
2900
|
+
- Sat, 11 Mar 2017 11:12:39 GMT
|
2901
2901
|
Server:
|
2902
2902
|
- openresty/1.11.2.2
|
2903
2903
|
Status:
|
@@ -2911,9 +2911,9 @@ http_interactions:
|
|
2911
2911
|
X-Powered-By:
|
2912
2912
|
- Phusion Passenger 5.1.2
|
2913
2913
|
X-Request-Id:
|
2914
|
-
-
|
2914
|
+
- 1ac48162-b805-4142-b09a-66032085e377
|
2915
2915
|
X-Runtime:
|
2916
|
-
- '0.
|
2916
|
+
- '0.010680'
|
2917
2917
|
X-Xss-Protection:
|
2918
2918
|
- 1; mode=block
|
2919
2919
|
Content-Length:
|
@@ -2924,7 +2924,7 @@ http_interactions:
|
|
2924
2924
|
encoding: UTF-8
|
2925
2925
|
string: '{"data":{"id":"841b8ce7-0a5a-48db-baff-35fc87d39c07","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.735811","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
2926
2926
|
http_version:
|
2927
|
-
recorded_at: Sat, 11 Mar 2017
|
2927
|
+
recorded_at: Sat, 11 Mar 2017 11:12:39 GMT
|
2928
2928
|
- request:
|
2929
2929
|
method: post
|
2930
2930
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -2958,7 +2958,7 @@ http_interactions:
|
|
2958
2958
|
Content-Type:
|
2959
2959
|
- application/json; charset=utf-8
|
2960
2960
|
Date:
|
2961
|
-
- Sat, 11 Mar 2017
|
2961
|
+
- Sat, 11 Mar 2017 11:12:39 GMT
|
2962
2962
|
Server:
|
2963
2963
|
- openresty/1.11.2.2
|
2964
2964
|
Status:
|
@@ -2972,9 +2972,9 @@ http_interactions:
|
|
2972
2972
|
X-Powered-By:
|
2973
2973
|
- Phusion Passenger 5.1.2
|
2974
2974
|
X-Request-Id:
|
2975
|
-
-
|
2975
|
+
- 89d075db-a29a-4ed2-b585-edbd65e66332
|
2976
2976
|
X-Runtime:
|
2977
|
-
- '0.
|
2977
|
+
- '0.011008'
|
2978
2978
|
X-Xss-Protection:
|
2979
2979
|
- 1; mode=block
|
2980
2980
|
Content-Length:
|
@@ -2985,7 +2985,7 @@ http_interactions:
|
|
2985
2985
|
encoding: UTF-8
|
2986
2986
|
string: '{"data":{"id":"a85ad7d7-781d-432f-964b-28d1415e66e8","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.745301","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
2987
2987
|
http_version:
|
2988
|
-
recorded_at: Sat, 11 Mar 2017
|
2988
|
+
recorded_at: Sat, 11 Mar 2017 11:12:39 GMT
|
2989
2989
|
- request:
|
2990
2990
|
method: post
|
2991
2991
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -3019,7 +3019,7 @@ http_interactions:
|
|
3019
3019
|
Content-Type:
|
3020
3020
|
- application/json; charset=utf-8
|
3021
3021
|
Date:
|
3022
|
-
- Sat, 11 Mar 2017
|
3022
|
+
- Sat, 11 Mar 2017 11:12:40 GMT
|
3023
3023
|
Server:
|
3024
3024
|
- openresty/1.11.2.2
|
3025
3025
|
Status:
|
@@ -3033,9 +3033,9 @@ http_interactions:
|
|
3033
3033
|
X-Powered-By:
|
3034
3034
|
- Phusion Passenger 5.1.2
|
3035
3035
|
X-Request-Id:
|
3036
|
-
-
|
3036
|
+
- 07b359be-6b64-4036-8955-71effe499fda
|
3037
3037
|
X-Runtime:
|
3038
|
-
- '0.
|
3038
|
+
- '0.012182'
|
3039
3039
|
X-Xss-Protection:
|
3040
3040
|
- 1; mode=block
|
3041
3041
|
Content-Length:
|
@@ -3046,7 +3046,7 @@ http_interactions:
|
|
3046
3046
|
encoding: UTF-8
|
3047
3047
|
string: '{"data":{"id":"ceecbf26-026f-4963-a26f-dc5be25a3c4a","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.745313","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
3048
3048
|
http_version:
|
3049
|
-
recorded_at: Sat, 11 Mar 2017
|
3049
|
+
recorded_at: Sat, 11 Mar 2017 11:12:40 GMT
|
3050
3050
|
- request:
|
3051
3051
|
method: post
|
3052
3052
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -3080,7 +3080,7 @@ http_interactions:
|
|
3080
3080
|
Content-Type:
|
3081
3081
|
- application/json; charset=utf-8
|
3082
3082
|
Date:
|
3083
|
-
- Sat, 11 Mar 2017
|
3083
|
+
- Sat, 11 Mar 2017 11:12:40 GMT
|
3084
3084
|
Server:
|
3085
3085
|
- openresty/1.11.2.2
|
3086
3086
|
Status:
|
@@ -3094,9 +3094,9 @@ http_interactions:
|
|
3094
3094
|
X-Powered-By:
|
3095
3095
|
- Phusion Passenger 5.1.2
|
3096
3096
|
X-Request-Id:
|
3097
|
-
-
|
3097
|
+
- 192c3bdb-e479-4c40-bf8e-d673915bfd45
|
3098
3098
|
X-Runtime:
|
3099
|
-
- '0.
|
3099
|
+
- '0.012003'
|
3100
3100
|
X-Xss-Protection:
|
3101
3101
|
- 1; mode=block
|
3102
3102
|
Content-Length:
|
@@ -3107,7 +3107,7 @@ http_interactions:
|
|
3107
3107
|
encoding: UTF-8
|
3108
3108
|
string: '{"data":{"id":"9fd77892-3224-4242-b1ea-33b9663a4555","type":"claims","attributes":{"orcid":"0000-0001-9964-6984","doi":"10.6084/M9.FIGSHARE.707350","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
3109
3109
|
http_version:
|
3110
|
-
recorded_at: Sat, 11 Mar 2017
|
3110
|
+
recorded_at: Sat, 11 Mar 2017 11:12:40 GMT
|
3111
3111
|
- request:
|
3112
3112
|
method: post
|
3113
3113
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -3141,7 +3141,7 @@ http_interactions:
|
|
3141
3141
|
Content-Type:
|
3142
3142
|
- application/json; charset=utf-8
|
3143
3143
|
Date:
|
3144
|
-
- Sat, 11 Mar 2017
|
3144
|
+
- Sat, 11 Mar 2017 11:12:40 GMT
|
3145
3145
|
Server:
|
3146
3146
|
- openresty/1.11.2.2
|
3147
3147
|
Status:
|
@@ -3155,9 +3155,9 @@ http_interactions:
|
|
3155
3155
|
X-Powered-By:
|
3156
3156
|
- Phusion Passenger 5.1.2
|
3157
3157
|
X-Request-Id:
|
3158
|
-
-
|
3158
|
+
- 6abb3b16-34aa-4c4a-ad28-2b4cab5951aa
|
3159
3159
|
X-Runtime:
|
3160
|
-
- '0.
|
3160
|
+
- '0.013058'
|
3161
3161
|
X-Xss-Protection:
|
3162
3162
|
- 1; mode=block
|
3163
3163
|
Content-Length:
|
@@ -3168,7 +3168,7 @@ http_interactions:
|
|
3168
3168
|
encoding: UTF-8
|
3169
3169
|
string: '{"data":{"id":"37bbefc9-682a-4acb-8da2-7d1b7e4d984e","type":"claims","attributes":{"orcid":"0000-0001-9964-6984","doi":"10.6084/M9.FIGSHARE.707351","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
3170
3170
|
http_version:
|
3171
|
-
recorded_at: Sat, 11 Mar 2017
|
3171
|
+
recorded_at: Sat, 11 Mar 2017 11:12:40 GMT
|
3172
3172
|
- request:
|
3173
3173
|
method: post
|
3174
3174
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -3202,7 +3202,7 @@ http_interactions:
|
|
3202
3202
|
Content-Type:
|
3203
3203
|
- application/json; charset=utf-8
|
3204
3204
|
Date:
|
3205
|
-
- Sat, 11 Mar 2017
|
3205
|
+
- Sat, 11 Mar 2017 11:12:40 GMT
|
3206
3206
|
Server:
|
3207
3207
|
- openresty/1.11.2.2
|
3208
3208
|
Status:
|
@@ -3216,9 +3216,9 @@ http_interactions:
|
|
3216
3216
|
X-Powered-By:
|
3217
3217
|
- Phusion Passenger 5.1.2
|
3218
3218
|
X-Request-Id:
|
3219
|
-
-
|
3219
|
+
- c26b1d5d-2458-465c-a7b6-bc26a8ef5b12
|
3220
3220
|
X-Runtime:
|
3221
|
-
- '0.
|
3221
|
+
- '0.010652'
|
3222
3222
|
X-Xss-Protection:
|
3223
3223
|
- 1; mode=block
|
3224
3224
|
Content-Length:
|
@@ -3229,7 +3229,7 @@ http_interactions:
|
|
3229
3229
|
encoding: UTF-8
|
3230
3230
|
string: '{"data":{"id":"e2fa98bb-fb5b-4fcb-a64b-8ba03cb172e6","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.1014351","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
3231
3231
|
http_version:
|
3232
|
-
recorded_at: Sat, 11 Mar 2017
|
3232
|
+
recorded_at: Sat, 11 Mar 2017 11:12:40 GMT
|
3233
3233
|
- request:
|
3234
3234
|
method: post
|
3235
3235
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -3263,7 +3263,7 @@ http_interactions:
|
|
3263
3263
|
Content-Type:
|
3264
3264
|
- application/json; charset=utf-8
|
3265
3265
|
Date:
|
3266
|
-
- Sat, 11 Mar 2017
|
3266
|
+
- Sat, 11 Mar 2017 11:12:41 GMT
|
3267
3267
|
Server:
|
3268
3268
|
- openresty/1.11.2.2
|
3269
3269
|
Status:
|
@@ -3277,18 +3277,20 @@ http_interactions:
|
|
3277
3277
|
X-Powered-By:
|
3278
3278
|
- Phusion Passenger 5.1.2
|
3279
3279
|
X-Request-Id:
|
3280
|
-
-
|
3280
|
+
- c7d36427-5bd1-414e-a97b-f01187b065d0
|
3281
3281
|
X-Runtime:
|
3282
|
-
- '0.
|
3282
|
+
- '0.011938'
|
3283
3283
|
X-Xss-Protection:
|
3284
3284
|
- 1; mode=block
|
3285
|
+
Content-Length:
|
3286
|
+
- '238'
|
3285
3287
|
Connection:
|
3286
3288
|
- keep-alive
|
3287
3289
|
body:
|
3288
3290
|
encoding: UTF-8
|
3289
3291
|
string: '{"data":{"id":"44d44c6f-a78e-45b5-8031-3d63f3b11177","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.1014348","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
3290
3292
|
http_version:
|
3291
|
-
recorded_at: Sat, 11 Mar 2017
|
3293
|
+
recorded_at: Sat, 11 Mar 2017 11:12:41 GMT
|
3292
3294
|
- request:
|
3293
3295
|
method: post
|
3294
3296
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -3322,7 +3324,7 @@ http_interactions:
|
|
3322
3324
|
Content-Type:
|
3323
3325
|
- application/json; charset=utf-8
|
3324
3326
|
Date:
|
3325
|
-
- Sat, 11 Mar 2017
|
3327
|
+
- Sat, 11 Mar 2017 11:12:41 GMT
|
3326
3328
|
Server:
|
3327
3329
|
- openresty/1.11.2.2
|
3328
3330
|
Status:
|
@@ -3336,18 +3338,20 @@ http_interactions:
|
|
3336
3338
|
X-Powered-By:
|
3337
3339
|
- Phusion Passenger 5.1.2
|
3338
3340
|
X-Request-Id:
|
3339
|
-
-
|
3341
|
+
- 7e89f643-95af-4219-8cd6-6d7688175438
|
3340
3342
|
X-Runtime:
|
3341
|
-
- '0.
|
3343
|
+
- '0.011187'
|
3342
3344
|
X-Xss-Protection:
|
3343
3345
|
- 1; mode=block
|
3346
|
+
Content-Length:
|
3347
|
+
- '238'
|
3344
3348
|
Connection:
|
3345
3349
|
- keep-alive
|
3346
3350
|
body:
|
3347
3351
|
encoding: UTF-8
|
3348
3352
|
string: '{"data":{"id":"823a69de-f1d7-4fd1-8b7b-42cea5ad3b60","type":"claims","attributes":{"orcid":"0000-0002-3546-1048","doi":"10.6084/M9.FIGSHARE.1014352","source-id":"orcid_update","state":"waiting","claim-action":"create","claimed-at":null}}}'
|
3349
3353
|
http_version:
|
3350
|
-
recorded_at: Sat, 11 Mar 2017
|
3354
|
+
recorded_at: Sat, 11 Mar 2017 11:12:41 GMT
|
3351
3355
|
- request:
|
3352
3356
|
method: post
|
3353
3357
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -3381,7 +3385,7 @@ http_interactions:
|
|
3381
3385
|
Content-Type:
|
3382
3386
|
- application/json; charset=utf-8
|
3383
3387
|
Date:
|
3384
|
-
- Sat, 11 Mar 2017
|
3388
|
+
- Sat, 11 Mar 2017 11:12:41 GMT
|
3385
3389
|
Server:
|
3386
3390
|
- openresty/1.11.2.2
|
3387
3391
|
Status:
|
@@ -3395,9 +3399,9 @@ http_interactions:
|
|
3395
3399
|
X-Powered-By:
|
3396
3400
|
- Phusion Passenger 5.1.2
|
3397
3401
|
X-Request-Id:
|
3398
|
-
-
|
3402
|
+
- 6f91f4a6-5ce4-458a-bd0f-5537c71108be
|
3399
3403
|
X-Runtime:
|
3400
|
-
- '0.
|
3404
|
+
- '0.004616'
|
3401
3405
|
X-Xss-Protection:
|
3402
3406
|
- 1; mode=block
|
3403
3407
|
Content-Length:
|
@@ -3408,7 +3412,7 @@ http_interactions:
|
|
3408
3412
|
encoding: UTF-8
|
3409
3413
|
string: '{"data":{"id":"73ec7b27-4205-476e-b563-221eab2731d3","type":"claims","attributes":{"orcid":"0000-0003-3938-899X","doi":"10.5284/1030449","source-id":"orcid_update","state":"done","claim-action":"create","claimed-at":"2016-02-28T16:50:23Z"}}}'
|
3410
3414
|
http_version:
|
3411
|
-
recorded_at: Sat, 11 Mar 2017
|
3415
|
+
recorded_at: Sat, 11 Mar 2017 11:12:41 GMT
|
3412
3416
|
- request:
|
3413
3417
|
method: post
|
3414
3418
|
uri: https://profiles.test.datacite.org/api/claims
|
@@ -3442,7 +3446,7 @@ http_interactions:
|
|
3442
3446
|
Content-Type:
|
3443
3447
|
- application/json; charset=utf-8
|
3444
3448
|
Date:
|
3445
|
-
- Sat, 11 Mar 2017
|
3449
|
+
- Sat, 11 Mar 2017 11:12:41 GMT
|
3446
3450
|
Server:
|
3447
3451
|
- openresty/1.11.2.2
|
3448
3452
|
Status:
|
@@ -3456,9 +3460,9 @@ http_interactions:
|
|
3456
3460
|
X-Powered-By:
|
3457
3461
|
- Phusion Passenger 5.1.2
|
3458
3462
|
X-Request-Id:
|
3459
|
-
-
|
3463
|
+
- 06bf5704-e93b-4b10-bd89-e3329f72f46e
|
3460
3464
|
X-Runtime:
|
3461
|
-
- '0.
|
3465
|
+
- '0.007237'
|
3462
3466
|
X-Xss-Protection:
|
3463
3467
|
- 1; mode=block
|
3464
3468
|
Content-Length:
|
@@ -3469,5 +3473,5 @@ http_interactions:
|
|
3469
3473
|
encoding: UTF-8
|
3470
3474
|
string: '{"data":{"id":"0459f74f-d44a-47b4-94a1-df5be9de1438","type":"claims","attributes":{"orcid":"0000-0002-2725-6730","doi":"10.5284/1030449","source-id":"orcid_update","state":"done","claim-action":"create","claimed-at":"2015-07-27T03:52:30Z"}}}'
|
3471
3475
|
http_version:
|
3472
|
-
recorded_at: Sat, 11 Mar 2017
|
3476
|
+
recorded_at: Sat, 11 Mar 2017 11:12:41 GMT
|
3473
3477
|
recorded_with: VCR 3.0.3
|