{# Copyright 2020 Karlsruhe Institute of Technology # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. #}
{% trans %} The settings allow managing everything not directly related to the actual creation and management of resources. The navigation menu of the settings again provides access to different subpages. {% endtrans %}
{% trans a_docs_open='' .format(const.URL_RTD_STABLE) | safe, a_close="" | safe %} This menu can be used to create and manage personal access tokens (PATs). Creating a PAT makes it possible to directly interact with the HTTP API that Kadi4Mat provides. Detailed information about the API and PATs can be found in Kadi4Mat's {{ a_docs_open }}documentation{{ a_close }}. {% endtrans %}
{% trans a_api_open='' .format(url_for("api.index_v1")) | safe, a_apispec_open='' .format(url_for("main.apispec", v="v1")) | safe, a_close="" | safe, api_link=url_for("api.index_v1"), apispec_link=url_for("main.apispec", v="v1") %} Some parts of the API may also be tested out directly via the web browser by navigating to {{ a_api_open }}{{ api_link }}{{ a_close }}, while an OpenAPI specification of the API can be retrieved via {{ a_apispec_open }}{{ apispec_link }}{{ a_close }}. Note that both links require being logged in. {% endtrans %}