You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hapi-dev/HAPI-data-access-spec-dev.md
+2-20
Original file line number
Diff line number
Diff line change
@@ -1668,26 +1668,8 @@ Jeremy Faden (faden\@cottagesystems.com)
1668
1668
1669
1669
Appendix A: Sample Landing Page
1670
1670
===========================================
1671
-
```html
1672
-
<html>
1673
-
<head></head>
1674
-
<body>
1675
-
<h2>HAPI Server</h2>
1676
-
<p> This server supports the HAPI1.0 specification for delivery of time series
1677
-
data. The server consists of the following 4REST-like endpoints that will
1678
-
respond to HTTPGET requests.
1679
-
</p>
1680
-
<ol>
1681
-
<li><a href="about">capabilities</a> describe the informational attributes of the server</li>
1682
-
<li><a href="capabilities">capabilities</a> describe the capabilities of the server; this lists the output formats the server can emit (CSV and binary)</li>
1683
-
<li><a href="catalog">catalog</a> list the datasets that are available; each dataset is associated with a unique id</li>
1684
-
<li><a href="info">info</a> obtain a description for dataset of a given id; the description defines the parameters in every dataset record</li>
1685
-
<li><a href="data">data</a> stream data content for a dataset of a given id; the streaming request must have time bounds (specified by request parameters <code>start</code> and <code>stop</code>) and may indicate a subset ofparameters (default is all parameters)</li>
1686
-
</ol>
1687
-
<p> For more information, see <a href="http://spase-group.org/hapi">thisHAPI description</a> at the SPASE web site. </p>
1688
-
</body>
1689
-
<html>
1690
-
```
1671
+
1672
+
See https://github.com/hapi-server/server-ui
1691
1673
1692
1674
Appendix B: JSON Object of HAPI Response and Error Codes
0 commit comments