-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathendpoints.html
168 lines (117 loc) · 7.52 KB
/
endpoints.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
<meta name="robots" content="INDEX,FOLLOW" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="author" content="Yan Naing" />
<meta name="description" content="Documentation site for maepaysho" />
<meta name="keyword" content="election, mae, documentation, api, myanmar" />
<link href="assets/favicon.png" rel="icon" type="image/png">
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="https://storage.googleapis.com/code.getmdl.io/1.0.0/material.indigo-pink.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link rel="stylesheet" href="assets/style.css">
<title>Myanmar API Documentation</title>
</head>
<body>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-header">
<header class="mdl-layout__header">
<div class="mdl-layout__header-row">
<span class="mdl-layout-title">Maepaysoh Endpoint Documentations</span>
<div class="mdl-layout-spacer"></div>
<nav class="mdl-navigation mdl-layout--large-screen-only">
<a class="mdl-navigation__link" href="index.html">Home</a>
<a class="mdl-navigation__link" href="endpoints.html">Endpoints</a>
<a class="mdl-navigation__link" target="blank" href="http://maepaysoh.org">Website</a>
</nav>
</div>
</header>
<main class="mdl-layout__content">
<div class="page-container">
<div class="mdl-grid max-860">
<!-- Candidate Endpoint -->
<div class="mdl-card mdl-shadow--2dp mdl-cell mdl-cell--12-col mdl-cell--8-col-tablet">
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">Candidate Endpoint</h2>
</div>
<div class="mdl-card__supporting-text">
Candidate endpoints has data of candidates for coming 2015 election. This endpoint is connected with party and constituency.
</div>
<div class="mdl-card__actions mdl-card--border">
<a href="endpoints/candidate.html" class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect">
View Documentation
</a>
</div>
</div>
<!-- Party Endpoint -->
<div class="mdl-card mdl-shadow--2dp mdl-cell mdl-cell--12-col mdl-cell--8-col-tablet">
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">Party Endpoint</h2>
</div>
<div class="mdl-card__supporting-text">
Party endpoint is provided list of party that UEC Myanmar publish on their website here. All data get from the website and provided through API.
</div>
<div class="mdl-card__actions mdl-card--border">
<a href="endpoints/party.html" class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect">
View Documentation
</a>
</div>
</div>
<!-- FAQ Endpoint -->
<div class="mdl-card mdl-shadow--2dp mdl-cell mdl-cell--12-col mdl-cell--8-col-tablet">
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">FAQ Endpoint</h2>
</div>
<div class="mdl-card__supporting-text">
Frequently answer and question endpoint will provide common question and it's answer from voters that compiled by our partner Community Oriented Myanmar (COM).
</div>
<div class="mdl-card__actions mdl-card--border">
<a href="endpoints/faq.html" class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect">
View Documentation
</a>
</div>
</div>
<!-- Geolocation Endpoint -->
<div class="mdl-card mdl-shadow--2dp mdl-cell mdl-cell--12-col mdl-cell--8-col-tablet">
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">Geolocation Endpoint</h2>
</div>
<div class="mdl-card__supporting-text">
You can have geolocation of Myanmar by using this endpoint. For now geolocation endpoint is provided district location of Myanmar.
</div>
<div class="mdl-card__actions mdl-card--border">
<a href="endpoints/geolocation.html" class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect">
View Documentation
</a>
</div>
</div>
<div class="mdl-card mdl-shadow--2dp mdl-cell mdl-cell--12-col mdl-cell--8-col-tablet">
<div class="mdl-card__title">
<h2 class="mdl-card__title-text">OMI Parliament Endpoint</h2>
</div>
<div class="mdl-card__supporting-text">
Static JSON API based on data released by the Open Myanmar Initiative.
There are three datasets covering March 2011 to November 2014
<ul>
<li>biographical info for members of parliament (name, party, birthdate, gender, ethnicity, occupation)</li>
<li>questions by members of parliament</li>
<li>motions by members of parliament</li>
</ul>
</div>
<div class="mdl-card__actions mdl-card--border">
<a href="https://github.com/MyanmarAPI/omi-parliament-endpoint" class="mdl-button mdl-button--colored mdl-js-button mdl-js-ripple-effect" target="_blank">
Check it on Github
</a>
</div>
</div>
</div> <!-- end of mdl-grid -->
</div> <!-- end of page-container -->
</main> <!-- end of mdl-layout__content -->
</div>
<script src="https://storage.googleapis.com/code.getmdl.io/1.0.0/material.min.js"></script>
</body>
</html>