QGIS/tests/testdata/qgis_server/api/test_wfs3_landing_page.json
Alessandro Pasotti 92ac7a2e93
[server] Server api and WFS3 (#10016)
Implementation of OGC API and WFS3 core draft specification
2019-08-06 16:38:21 +02:00

37 lines
916 B
JSON

Content-Type: application/json
{
"links": [
{
"href": "http://server.qgis.org/wfs3.json",
"rel": "self",
"title": "Landing page as JSON",
"type": "application/json"
},
{
"href": "http://server.qgis.org/wfs3.html",
"rel": "alternate",
"title": "Landing page as HTML",
"type": "text/html"
},
{
"href": "http://server.qgis.org/wfs3/collections",
"rel": "data",
"title": "Feature collections",
"type": "application/json"
},
{
"href": "http://server.qgis.org/wfs3/conformance",
"rel": "conformance",
"title": "WFS 3.0 conformance classes",
"type": "application/json"
},
{
"href": "http://server.qgis.org/wfs3/api",
"rel": "service_desc",
"title": "API definition",
"type": "application/openapi+json;version=3.0"
}
],
"timeStamp": "2019-07-30T09:17:49Z"
}