public class GristCollectorPlugin
extends eu.dnetlib.data.collector.plugin.AbstractCollectorPlugin
Documentation on GRIST API: http://europepmc.org/GristAPI.
BaseURL: http://www.ebi.ac.uk/europepmc/GristAPI/rest/get/query=ga:"Wellcome Trust"&resultType=core where resultType=core asks for the complete information (including abstracts). The results returned by the API are XMLs.
Pagination: use parameter 'page'. When the response contains empty 'RecordList', it means we reached the end.
| Constructor and Description |
|---|
GristCollectorPlugin() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<String> |
collect(eu.dnetlib.data.collector.rmi.InterfaceDescriptor interfaceDescriptor,
String fromDate,
String untilDate) |
Copyright © 2019. All rights reserved.