-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplayground.html
More file actions
54 lines (48 loc) · 3.07 KB
/
playground.html
File metadata and controls
54 lines (48 loc) · 3.07 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>SDMX REST API documentation</title>
<link rel="stylesheet" type="text/css" href="css/baseline.compress.css"/>
<link rel="stylesheet" type="text/css" href="css/site.css"/>
<script type="text/javascript">
var svn_id = "$Id: playground.html 108 2010-10-20 22:29:32Z Fix_J $";
var svn_rev = "$Rev: 108 $";
</script>
<script type="text/javascript" src="js/jquery-1.4.2.min.js"><!-- // --></script>
<script type="text/javascript" src="js/site.js"><!-- // --></script>
</head>
<body>
<div id="page">
<div class="column width8 first">
<h1 class="mainhead">SDMX REST API documentation</h1>
<h1 class="subhead">
<a class="menu" href="index.html"><span class="arrow">→</span><span class="unselected">Home</span></a>
<a class="menu" href="examples.html"><span class="arrow">→</span><span class="unselected">Examples</span></a>
<a class="menu" href="reference.html"><span class="arrow">→</span><span class="unselected">Reference</span></a>
<span class="selected">→Playground</span>
</h1>
<div id="sect1">
<h2>Not yet available!</h2>
<p>This page will allow you to experiment interactively with the API. You will
be able to simply select <span class="code">locations</span>,
<span class="code">time ranges</span> and <span class="code">subjects</span>. Whenever you
make a change this will be reflected immediately in the output.</p>
<p>You can also choose the representation of the retrieved data from a number of possibilites
(currently available are <span class="code">single data point</span>,
<span class="code">sparkline</span>,
<span class="code">table</span> or <span class="code">timeseries chart</span>).</p>
<p>When you're happy with your selection you can then directly generate the necessary code that
you need to embed in your web page.</p>
</div>
<div id="sect2">
<h2>But for now ...</h2>
<p>... you're invited to check out the <a href="examples.html">examples</a> and the tests
(available from the examples) as well as the <a href="reference.html">reference page</a>.</p>
</div>
</div>
</div>
<div class="width4 column first" style="text-align:right; color:white;"><em>Yet another major success!</em> - <span id="svn_id"></span></div>
</body>
</html>