-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
172 lines (146 loc) · 6.32 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
<!DOCTYPE html>
<html>
<head>
<title>Home — TransConnect — page for developers</title>
<meta charset="utf-8">
<meta name="theme-color" content="#ffffff">
<link href="/api-rest-documentation/favicon.ico" rel="icon" type="image/png">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="http://transeu.github.io/api-rest-documentation/components/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/>
<link href="http://transeu.github.io/api-rest-documentation/components/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet" type="text/css"/>
<link href="http://transeu.github.io/api-rest-documentation/css/style.css" rel="stylesheet" type="text/css"/>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="stylesheet" href="http://transeu.github.io/api-rest-documentation/components/highlightjs/styles/github.css"/>
<style>
/** quick fix because bootstrap <pre> has a background-color. */
pre code {
background-color: inherit;
}
</style>
<script type="application/javascript">
//FIXES: https://github.com/twbs/bootstrap/issues/1768
window.addEventListener("hashchange", function() { scrollBy(0, -50) });
</script>
</head>
<body>
<header>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<a class="brand" href="http://transeu.github.io/api-rest-documentation/"><img src="http://transeu.github.io/api-rest-documentation/images/transconnect.png"/></a>
<div class="nav-collapse collapse">
<ul class="nav">
<li><a href="http://transeu.github.io/api-rest-documentation/use-cases/authorization-use-cases/">Use cases</a></li>
<li><a href="http://transeu.github.io/api-rest-documentation/authorization/authorization-overview/">Authorization</a></li>
<li><a href="http://transeu.github.io/api-rest-documentation/api-specification/companies-api-endpoints-reference/">API Specification</a></li>
<li><a href="http://transeu.github.io/api-rest-documentation/faq">FAQ</a></li>
<li><a href="http://transeu.github.io/api-rest-documentation/contact">Contact</a></li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</div>
</div>
</header>
<div class="mainContent container">
<div class="row-fluid">
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
<h2>TransAPI getting started guide</h2>
<p><a href="http://www.trans.eu/">Trans.eu Platform</a> interconnects applications and
people across the transport and logistics industry.</p>
<p>TransAPI is based on <a href="https://en.wikipedia.org/wiki/Representational_state_transfer">REST</a> architecture and <a href="https://en.wikipedia.org/wiki/JSON">JSON</a> data format.</p>
<h2 id="transapi-authorization">TransAPI authorization</h2>
<p>Standard used for requests authorization is <a href="/api-rest-documentation/authorization/authorization-overview">OAuth</a>.
Currently two flows are supported</p>
<ul>
<li>3 legged for applications where users can come from outside of the application,</li>
<li>2 legged flow for applications, that are only used by users from within their application and company.</li>
</ul>
<p>It is also possibile to use Trans Authorization Server to log users into your application.</p>
<p>For more information on this topic please read <a href="/api-rest-documentation/use-cases/authorization-use-cases/">Authorization Use Cases</a>.</p>
<h2 id="rest-apis">REST APIs</h2>
<p>TransAPI consists of several interconnected REST APIs.</p>
<p>Those APIs provide access to operations in <a href="http://www.trans.eu/">Trans.eu Platform</a>.</p>
<h3 id="offers-api">Offers API</h3>
<p>Offers API gives you access to offers in <a href="http://www.trans.eu/">Trans.eu Platform</a>.</p>
<h3 id="companies-api">Companies API</h3>
<p>Companies API provides data about companies in <a href="http://www.trans.eu/">Trans.eu Platform</a>.</p>
<h2 id="faq-section"><a href="/api-rest-documentation/faq">FAQ section</a></h2>
<h2 id="rpc-apis-deprecated">RPC APIs (deprecated)</h2>
<p>Link: <a href="http://manual.api.trans.eu/">http://manual.api.trans.eu</a></p>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
</div>
</div>
<footer class="container">
© 2018 TransConnect
</footer>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="http://transeu.github.io/api-rest-documentation/components/jquery/jquery.min.js"><\/script>')</script>
<script src="http://transeu.github.io/api-rest-documentation/components/bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript">
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r;
i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date();
a = s.createElement(o),
m = s.getElementsByTagName(o)[0];
a.async = 1;
a.src = g;
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-62971922-2', 'auto');
ga('send', 'pageview');
</script>
<script src="http://transeu.github.io/api-rest-documentation/components/highlightjs/highlight.pack.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body>
</html>