mirror of
https://github.com/OpenBankProject/OBP-API.git
synced 2026-02-06 15:27:01 +00:00
97 lines
2.2 KiB
HTML
97 lines
2.2 KiB
HTML
<!--
|
|
Open Bank Project - API
|
|
Copyright (C) 2011-2017, TESOBE GmbH
|
|
|
|
This program is free software: you can redistribute it and/or modify
|
|
it under the terms of the GNU Affero General Public License as published by
|
|
the Free Software Foundation, either version 3 of the License, or
|
|
(at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU Affero General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Affero General Public License
|
|
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
Email: contact@tesobe.com
|
|
TESOBE GmbH
|
|
Osloerstrasse 16/17
|
|
Berlin 13359, Germany
|
|
|
|
This product includes software developed at
|
|
TESOBE (http://www.tesobe.com/)
|
|
by
|
|
Simon Redfern : simon AT tesobe DOT com
|
|
Sebastian Henschel : sebastian AT tesobe DOT com
|
|
-->
|
|
|
|
<div data-lift="surround?with=default;at=content">
|
|
<div data-lift="WebUI.apiDocumentation">
|
|
<div id="api_documentation_content">
|
|
|
|
</div>
|
|
</div>
|
|
<style>
|
|
a {
|
|
color: #337ab7;
|
|
text-decoration: none;
|
|
}
|
|
h1 {
|
|
padding-bottom: 26px;
|
|
padding-top: 30px;
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
}
|
|
h2 {
|
|
padding-bottom: 22px;
|
|
padding-top: 26px;
|
|
font-size: 26px;
|
|
font-weight: bold;
|
|
}
|
|
h3 {
|
|
padding-bottom: 18px;
|
|
padding-top: 22px;
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
}
|
|
h4 {
|
|
padding-bottom: 16px;
|
|
padding-top: 20px;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
}
|
|
h5 {
|
|
padding-bottom: 14px;
|
|
padding-top: 18px;
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
h6 {
|
|
padding-bottom: 12px;
|
|
padding-top: 16px;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
}
|
|
#api_documentation_content {
|
|
|
|
}
|
|
#api_documentation_content ul {
|
|
display: block;
|
|
list-style-type: disc;
|
|
margin-block-start: 1em;
|
|
margin-block-end: 1em;
|
|
margin-inline-start: 0px;
|
|
margin-inline-end: 0px;
|
|
padding-inline-start: 40px;
|
|
}
|
|
|
|
#api_documentation_content li {
|
|
display: list-item;
|
|
text-align: -webkit-match-parent;
|
|
}
|
|
</style>
|
|
</div>
|
|
|