PRIVATE: fix typo 'paramater'
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-api-http-doc/src@53002 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
b327b6bb94
commit
75ad9f90b0
12
api.html
12
api.html
|
@ -171,7 +171,7 @@
|
|||
</ul>
|
||||
<p><strong> Metadata license is CC-BY</strong>: the metadata records retuned by the service can be freely re-used by commercial and non-commercial partners under CC-BY license, hence as long as OpenAIRE is acknowledged as content provider.
|
||||
</p>
|
||||
<p><strong>Quality of Service</strong>: all API services are running in production 24/7 within the OpenAIRE infrastructure premises deployed at the <a href="http://icm.edu.pl/en/centre-of-technology/">data center</a> facilities of the <a href=http://icm.edu.pl/en/">Interdisciplinary Centre for Mathematical and Computational Modelling</a> (ICM).
|
||||
<p><strong>Quality of Service</strong>: all API services are running in production 24/7 within the OpenAIRE infrastructure premises deployed at the <a href="http://icm.edu.pl/en/centre-of-technology/">data center</a> facilities of the <a href="http://icm.edu.pl/en/">Interdisciplinary Centre for Mathematical and Computational Modelling</a> (ICM).
|
||||
</p>
|
||||
<p><strong>APIs rate limits</strong>
|
||||
<ul>
|
||||
|
@ -280,14 +280,14 @@
|
|||
<tr>
|
||||
<td>doi</td>
|
||||
<td>Comma separated list of DOIs. <br>
|
||||
Alternatively, it is possible to repeat the paramater for each requested doi.
|
||||
Alternatively, it is possible to repeat the parameter for each requested doi.
|
||||
</td>
|
||||
<td>Gets the publications with the given DOIs, if any.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>openairePublicationID</td>
|
||||
<td>Comma separated list of OpenAIRE identifiers. <br>
|
||||
Alternatively, it is possible to repeat the paramater for each requested identifier.
|
||||
Alternatively, it is possible to repeat the parameter for each requested identifier.
|
||||
</td>
|
||||
<td>Gets the publication with the given openaire identifier, if any.</td>
|
||||
</tr>
|
||||
|
@ -320,7 +320,7 @@
|
|||
<tr>
|
||||
<td>openaireProjectID</td>
|
||||
<td>Comma separated list of identifiers. <br>
|
||||
Alternatively, it is possible to repeat the paramater for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
|
||||
Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
|
||||
<td>Search for publications by openaire project identifier. Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -366,14 +366,14 @@
|
|||
<tr>
|
||||
<td>doi</td>
|
||||
<td>Comma separated list of DOIs. <br>
|
||||
Alternatively, it is possible to repeat the paramater for each requested doi.
|
||||
Alternatively, it is possible to repeat the parameter for each requested doi.
|
||||
</td>
|
||||
<td>Gets the datasets with the given DOIs, if any.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>openaireDatasetID</td>
|
||||
<td>Comma separated list of OpenAIRE identifiers. <br>
|
||||
Alternatively, it is possible to repeat the paramater for each requested identifier.</td>
|
||||
Alternatively, it is possible to repeat the parameter for each requested identifier.</td>
|
||||
<td>Gets the dataset with the given openaire identifier, if any.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Reference in New Issue