-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
42 lines (40 loc) · 1.94 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
<!DOCTYPE html>
<html>
<head>
<title>WhimApp Open API documentation</title>
<!-- needed for adaptive design -->
<meta charset="utf-8" />
<meta http-equiv="refresh" content="0; url=https://maasglobal.github.io/maas-tsp-api/overview.html" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="assets/whim-favicon.png" />
<link rel="apple-touch-icon" type="image/png" href="assets/whim-favicon.png" />
<link rel="canonical" href="https://github.com/maasglobal/maas-tsp-api" />
<meta name="author" content="MaaS Global Oy" />
<meta name="theme-color" content="#0095eb" />
<meta
name="description"
content="Documentation for WhimApp TSP API which enables transport service providers to integrate their services into WhimApp."
/>
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:site" content="@maas_global" />
<meta property="og:site_name" content="WhimApp TSP API" />
<meta property="og:url" content="https://github.com/maasglobal/maas-tsp-api" />
<meta property="og:title" content="WhimApp TSP API" />
<meta
property="og:description"
content="Documentation for WhimApp TSP API which enables transport service providers to integrate their services into WhimApp."
/>
<meta property="og:locale" content="en-GB" />
<meta property="og:updated_time" content="2019-11-07T20:58:10.862Z" />
<meta property="og:image" content="assets/whim-logo.png" />
<meta property="og:type" content="article" />
</head>
<body>
<script>
window.location = 'https://maasglobal.github.io/maas-tsp-api/overview.html';
</script>
If you are not redirected, please go to
<a href="https://maasglobal.github.io/maas-tsp-api/overview.html">https://maasglobal.github.io/maas-tsp-api/overview.html</a>
</body>
</html>