-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathview_api.html
More file actions
41 lines (35 loc) · 963 Bytes
/
view_api.html
File metadata and controls
41 lines (35 loc) · 963 Bytes
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
<html>
<head>
<title>API documentation</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body cz-shortcut-listen="true">
<div class="container-fluid">
<div class="row-fluid">
<div id="container">
<h1 class="page-header">Resources Example Simpplo 1.0</h1>
<div>Servicios web para la prueba de api de Simpplo</div>
<h2>Ads</h2>
<table class="table">
<thead>
<tr>
<th>Resource</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>
<a href="api/get_ads.php" target="_blank">GET /api/get_data.php</a>
</td>
<td width="60%">Obtener todos los ads dentro de la base de datos</td>
</tr>
</tbody>
</table>
</div>
</div>
<hr>
</div>
</body>
</html>