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:
Katerina Iatropoulou 2021-10-12 08:32:54 +00:00
parent d962da54a3
commit 1a2cf52b66
4 changed files with 14 additions and 9 deletions

View File

@ -250,8 +250,7 @@
<br> <br>
The response is your <span class="uk-text-primary"><b>Public and Private Keypair</b></span> and has the following format: 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"> <pre class="uk-text-left">
{ { "p" : ...,
"p" : ...,
"kty" : "RSA", "kty" : "RSA",
"q" : ..., "q" : ...,
"d" : ..., "d" : ...,
@ -265,8 +264,7 @@
}</pre> }</pre>
Use the public key parameters (kty, e, kid, alg, n) to create your <span class="uk-text-primary"><b>Public Key</b></span> 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"> <pre class="uk-text-left">
{ {
"kty": "RSA", "kty": "RSA",
@ -336,7 +334,7 @@
"sub": "{SERVICE_ID}", "sub": "{SERVICE_ID}",
"aud": "https://aai.openaire.eu/oidc/token", "aud": "https://aai.openaire.eu/oidc/token",
"jti": "{RANDOM_STRING}", "jti": "{RANDOM_STRING}",
"exp": {EXPIRATION_TIME_OF_SIGNED_JWT} "exp": {EXPIRATION_TIME_OF_SIGNED_JWT}
}</pre> }</pre>
<ul> <ul>
<li><b>iss</b>, <em>(required)</em> the “issuer” claim identifies the principal that issued the JWT. The value is <li><b>iss</b>, <em>(required)</em> the “issuer” claim identifies the principal that issued the JWT. The value is

View File

@ -643,6 +643,13 @@
</td> </td>
<td>Gets the other research products with the given DOIs, if any.</td> <td>Gets the other research products with the given DOIs, if any.</td>
</tr> </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> <tr>
<td>openaireOtherID</td> <td>openaireOtherID</td>
<td>Comma separated list of OpenAIRE identifiers. <br> <td>Comma separated list of OpenAIRE identifiers. <br>

View File

@ -227,7 +227,7 @@
<p> <p>
The OpenAIRE APIs can be accessed over HTTPS both by authenticated and non authenticated requests. 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 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> 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> <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> <tbody>
<tr> <tr>
<td>Not authenticated requests</td> <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> <br>soon to decrease - please see above</td>
</tr> </tr>
<tr> <tr>
<td>Authenticated requests</td> <td>Authenticated requests</td>
<td>up to 3600 request per hour</td> <td>up to 7200 request per hour</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>

View File

@ -32,7 +32,7 @@
<link rel="stylesheet" type="text/css" href="./assets/custom.css"> <link rel="stylesheet" type="text/css" href="./assets/custom.css">
<link rel="stylesheet" type="text/css" href="./assets/develop-custom.css"> <link rel="stylesheet" type="text/css" href="./assets/develop-custom.css">
</head> </head>
<body class="" style=""> <body class="">
<div class="uk-offcanvas-content uk-height-viewport"> <div class="uk-offcanvas-content uk-height-viewport">
<div class="tm-header-mobile uk-hidden@m"> <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=""> <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="">