Skip to content

Commit ccb75f5

Browse files
authored
Replace outdated landing page with link. Closes #77.
Landing page HTML was not being updated.
1 parent cdb3230 commit ccb75f5

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

hapi-dev/HAPI-data-access-spec-dev.md

+2-20
Original file line numberDiff line numberDiff line change
@@ -1668,26 +1668,8 @@ Jeremy Faden (faden\@cottagesystems.com)
16681668
16691669
Appendix A: Sample Landing Page
16701670
===========================================
1671-
```html
1672-
<html>
1673-
<head> </head>
1674-
<body>
1675-
<h2> HAPI Server</h2>
1676-
<p> This server supports the HAPI 1.0 specification for delivery of time series
1677-
data. The server consists of the following 4 REST-like endpoints that will
1678-
respond to HTTP GET 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 of parameters (default is all parameters)</li>
1686-
</ol>
1687-
<p> For more information, see <a href="http://spase-group.org/hapi">this HAPI description</a> at the SPASE web site. </p>
1688-
</body>
1689-
<html>
1690-
```
1671+
1672+
See https://github.com/hapi-server/server-ui
16911673
16921674
Appendix B: JSON Object of HAPI Response and Error Codes
16931675
===========================================

0 commit comments

Comments
 (0)