PRIVATE moved changes in src folder
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-api-http-doc/src@61661 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
d962da54a3
commit
1a2cf52b66
|
@ -250,8 +250,7 @@
|
|||
<br>
|
||||
The response is your <span class="uk-text-primary"><b>Public and Private Keypair</b></span> and has the following format:
|
||||
<pre class="uk-text-left">
|
||||
{
|
||||
"p" : ...,
|
||||
{ "p" : ...,
|
||||
"kty" : "RSA",
|
||||
"q" : ...,
|
||||
"d" : ...,
|
||||
|
@ -265,8 +264,7 @@
|
|||
}</pre>
|
||||
|
||||
Use the public key parameters (kty, e, kid, alg, n) to create your <span class="uk-text-primary"><b>Public Key</b></span>
|
||||
in the following format:
|
||||
|
||||
in the following format:
|
||||
<pre class="uk-text-left">
|
||||
{
|
||||
"kty": "RSA",
|
||||
|
@ -336,7 +334,7 @@
|
|||
"sub": "{SERVICE_ID}",
|
||||
"aud": "https://aai.openaire.eu/oidc/token",
|
||||
"jti": "{RANDOM_STRING}",
|
||||
"exp": {EXPIRATION_TIME_OF_SIGNED_JWT}
|
||||
"exp": {EXPIRATION_TIME_OF_SIGNED_JWT}
|
||||
}</pre>
|
||||
<ul>
|
||||
<li><b>iss</b>, <em>(required)</em> the “issuer” claim identifies the principal that issued the JWT. The value is
|
||||
|
|
7
api.html
7
api.html
|
@ -643,6 +643,13 @@
|
|||
</td>
|
||||
<td>Gets the other research products with the given DOIs, if any.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>orcid</td>
|
||||
<td>Comma separated list of ORCID iDs of authors.<br>
|
||||
Alternatively, it is possible to repeat the parameter for each author ORCID iD.
|
||||
</td>
|
||||
<td>Gets the publications linked to the given ORCID iD of an author, if any. </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>openaireOtherID</td>
|
||||
<td>Comma separated list of OpenAIRE identifiers. <br>
|
||||
|
|
|
@ -227,7 +227,7 @@
|
|||
<p>
|
||||
The OpenAIRE APIs can be accessed over HTTPS both by authenticated and non authenticated requests.
|
||||
Currently, there is <b>an adjustment period until September 2021</b>, when the rate limit for both authenticated
|
||||
and non authenticated requests is up to 3600 requests per hour. <b>After this period we plan to significantly
|
||||
and non authenticated requests is up to 7200 requests per hour. <b>After this period we plan to significantly
|
||||
lower the rate limit of non authenticated requests up to 60 requests per hour.</b>
|
||||
|
||||
<p>Please consider to make authenticated requests to achieve better rate limits. Check our Privacy Policy <a href="http://www.openaire.eu/privacy-policy" target="_blank">here</a>.</p>
|
||||
|
@ -241,12 +241,12 @@
|
|||
<tbody>
|
||||
<tr>
|
||||
<td>Not authenticated requests</td>
|
||||
<td>up to 3600 requests per hour
|
||||
<td>up to 7200 requests per hour
|
||||
<br>soon to decrease - please see above</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Authenticated requests</td>
|
||||
<td>up to 3600 request per hour</td>
|
||||
<td>up to 7200 request per hour</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
<link rel="stylesheet" type="text/css" href="./assets/custom.css">
|
||||
<link rel="stylesheet" type="text/css" href="./assets/develop-custom.css">
|
||||
</head>
|
||||
<body class="" style="">
|
||||
<body class="">
|
||||
<div class="uk-offcanvas-content uk-height-viewport">
|
||||
<div class="tm-header-mobile uk-hidden@m">
|
||||
<div animation="uk-animation-slide-top" class="uk-navbar-container uk-sticky uk-navbar-transparent" cls-active="uk-active uk-navbar-sticky" cls-inactive="uk-navbar-transparent" uk-sticky="">
|
||||
|
|
Loading…
Reference in New Issue