Revision 62808
Added by Michele Artini over 1 year ago
modules/dnet-collector-plugins/trunk/src/main/java/eu/dnetlib/data/collector/plugins/eosc/EoscServicesPlugin.java | ||
---|---|---|
33 | 33 |
// Suggested values: |
34 | 34 |
// baseUrl = https://api.eosc-portal.eu/public |
35 | 35 |
// XPATH_ID = /results/id |
36 |
// Go to https://aai.eosc-portal.eu/providers-api/ (user: d-net) for refreshToken and clientId
|
|
36 |
// Go to https://aai.eosc-portal.eu/providers-api/ (user: d-net) to see the refreshToken and the clientId
|
|
37 | 37 |
|
38 | 38 |
private static final Log log = LogFactory.getLog(EoscServicesPlugin.class); |
39 | 39 |
|
modules/dnet-collector-plugins/trunk/src/main/resources/eu/dnetlib/data/collector/plugins/applicationContext-dnet-modular-collector-plugins.xml | ||
---|---|---|
222 | 222 |
<property name="params"> |
223 | 223 |
<list> |
224 | 224 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
225 |
p:name="quantity" |
|
226 |
p:optional="true" |
|
227 |
p:type="NUMBER" /> |
|
225 |
p:name="authorizationUrl" /> |
|
228 | 226 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
229 | 227 |
p:name="clientId" /> |
230 | 228 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
231 |
p:name="authorizationUrl" />
|
|
229 |
p:name="refreshToken" />
|
|
232 | 230 |
<bean class="eu.dnetlib.data.collector.rmi.ProtocolParameter" |
233 |
p:name="refreshToken" /> |
|
231 |
p:name="quantity" |
|
232 |
p:optional="true" |
|
233 |
p:type="NUMBER" /> |
|
234 | 234 |
</list> |
235 | 235 |
</property> |
236 | 236 |
</bean> |
Also available in: Unified diff
some info