2020-10-07 16:33:49 +02:00
|
|
|
<%--
|
|
|
|
Created by IntelliJ IDEA.
|
|
|
|
User: sofia
|
|
|
|
Date: 19/10/2017
|
|
|
|
Time: 4:30 μμ
|
|
|
|
To change this template use File | Settings | File Templates.
|
|
|
|
--%>
|
|
|
|
<%@ page contentType="text/html;charset=UTF-8" language="java" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
|
|
|
|
<html lang="en-gb" dir="ltr" vocab="http://schema.org/">
|
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<base href=".">
|
2020-10-09 13:47:38 +02:00
|
|
|
<title>OpenAIRE - APIs Authentication</title>
|
2020-10-07 16:33:49 +02:00
|
|
|
<script src="./js/jquery.js"></script>
|
|
|
|
<script src="./js/uikit.js"></script>
|
|
|
|
<script src="./js/validation.js"></script>
|
|
|
|
<script src="./js/uikit-icons-max.js"></script>
|
|
|
|
<link rel="stylesheet" style="text/css" href="./css/theme.css">
|
|
|
|
<link rel="stylesheet" style="text/css" href="./css/custom.css">
|
|
|
|
<link rel="stylesheet" style="text/css" href="./css/aai-custom.css">
|
|
|
|
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="96x96" href="images/favicon//favicon-96x96.png">
|
|
|
|
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
|
|
|
|
<link href="images/favicon/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon" />
|
|
|
|
</head>
|
|
|
|
<body class="" style="">
|
|
|
|
<div class="uk-offcanvas-content uk-height-viewport">
|
|
|
|
<!-- MENU STARTS HERE -->
|
2020-10-22 16:33:51 +02:00
|
|
|
<c:import url="header.jsp"/>
|
2020-10-07 16:33:49 +02:00
|
|
|
<!-- CONTENT STARTS HERE -->
|
|
|
|
<div class="first_page_section uk-section-default uk-section uk-padding-remove-vertical">
|
|
|
|
<div class="first_page_banner_headline uk-grid-collapse uk-flex-middle uk-margin-remove-vertical uk-grid" uk-grid="">
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class=" uk-section uk-margin-small-top uk-container " id="tm-main">
|
|
|
|
<div class="uk-text-center">
|
|
|
|
<!-- CENTER SIDE -->
|
|
|
|
|
2020-10-09 12:06:54 +02:00
|
|
|
<h2 class="uk-h2 uk-margin-small-bottom">OpenAIRE APIs Authentication</h2>
|
2020-10-07 16:33:49 +02:00
|
|
|
<div class="uk-margin-top">
|
2020-10-09 12:06:54 +02:00
|
|
|
The OpenAIRE APIs can be accessed over HTTPS both by authenticated and unauthenticated requests.
|
2020-10-19 14:49:19 +02:00
|
|
|
To achieve <b>better rate limits</b> you need to make <b>authenticated requests</b>.
|
|
|
|
<p><span uk-icon="icon:info"></span> For more information please read the <a href="">documentation</a>.</p>
|
|
|
|
|
2020-10-07 16:33:49 +02:00
|
|
|
</div>
|
2020-10-09 13:47:38 +02:00
|
|
|
<div class="uk-grid uk-child-width-1-2@m uk-child-width-1-1@s uk-margin-top uk-text-left uk-container uk-container-small uk-margin-auto">
|
|
|
|
<div class="uk-padding-small">
|
|
|
|
<div class="uk-card uk-card-default uk-card-body">
|
|
|
|
<div class=""> <a class="uk-link uk-text-large" href="./personalToken"> Personal token</a></div>
|
2020-10-19 14:49:19 +02:00
|
|
|
<div>Get access to the OpenAIRE APIs with your personal access and refresh token.</div>
|
2020-10-07 16:33:49 +02:00
|
|
|
|
2020-10-09 13:47:38 +02:00
|
|
|
|
|
|
|
</div>
|
2020-10-07 16:33:49 +02:00
|
|
|
</div>
|
2020-10-09 13:47:38 +02:00
|
|
|
<div class="uk-padding-small">
|
|
|
|
<div class="uk-card uk-card-default uk-card-body ">
|
|
|
|
<div class=""> <a class="uk-link uk-text-large" href="./registeredServices"> Registered Services</a></div>
|
2020-10-19 14:49:19 +02:00
|
|
|
<div>Register your services to get access to the OpenAIRE APIs.</div>
|
2020-10-09 13:47:38 +02:00
|
|
|
</div>
|
2020-10-07 16:33:49 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- END OF CENTER SIDE -->
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<!-- CONTENT ENDS HERE -->
|
2020-10-22 16:33:51 +02:00
|
|
|
<c:import url="footer.jsp"/>
|
2020-10-07 16:33:49 +02:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|