source: VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/resources/restIndex.html @ 5595

Last change on this file since 5595 was 5595, checked in by Twan Goosen, 10 years ago

Added a HTML page to the root of the REST service
Refs #614

File size: 1.4 KB
Line 
1<!DOCTYPE html>
2<!--
3Copyright (C) 2014 CLARIN
4
5This program is free software: you can redistribute it and/or modify
6it under the terms of the GNU General Public License as published by
7the Free Software Foundation, either version 3 of the License, or
8(at your option) any later version.
9
10This program is distributed in the hope that it will be useful,
11but WITHOUT ANY WARRANTY; without even the implied warranty of
12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13GNU General Public License for more details.
14
15You should have received a copy of the GNU General Public License
16along with this program.  If not, see <http://www.gnu.org/licenses/>.
17-->
18<html>
19    <head>
20        <title>Virtual Collection Registry REST service</title>
21        <meta charset="UTF-8">
22        <meta name="viewport" content="width=device-width, initial-scale=1.0">
23    </head>
24    <body>
25        <h1>Virtual Collection Registry REST service</h1>
26        <p>
27            For more information, please read the <a href="Protocol.txt">documentation</a>.
28        </p>
29        <p>
30            Example requests:
31        </p>
32        <ul>
33            <li>GET service/virtualcollections</li>
34            <li>POST service/virtualcollections</li>
35            <li>GET service/virtualcollections/1</li>
36            <li>PUT service/virtualcollections/1</li>
37            <li>GET service/my-virtualcollections</li>
38        </ul>
39    </body>
40</html>
Note: See TracBrowser for help on using the repository browser.