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: api/part1/standard/sections/clause_6_overview.adoc
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,7 @@ Encodings are specified in <<clause-encodings>> of this Standard. Each encoding
66
66
67
67
=== Resource Collections
68
68
69
-
The CS API Standard defines several resource types that are intended to be offered by the server via separate collections. These resource collections are governed by requirements from ogcapi-features-1. Such collections will be referred to as OGC API Collections in the rest of this document.
69
+
The CS API Standard defines several resource types that are intended to be offered by the server via separate collections. These resource collections are governed by requirements from {ogcapi-features-1}. Such collections will be referred to as OGC API Collections in the rest of this document.
70
70
71
71
The CS API makes use of this collection mechanism to allow a server to provide a more organized view of its content, by grouping them into logical collections according to any criteria.
72
72
@@ -110,7 +110,7 @@ Several types of API endpoints are defined by the CS API Standard:
110
110
111
111
==== Canonical Resources Endpoints
112
112
113
-
A canonical resource**s** endpoint exposes all resources of a given type hosted by the server. It provides a default endpoint for creating new resources (using HTTP POST), and retrieving/searching resources (using HTTP GET) of this type. Canonical resource**s** endpoint have simple URLs located directly at the API root.
113
+
A canonical resource**s** endpoint exposes all resources of a given type hosted by the server. It provides a default endpoint for creating new resources (using HTTP POST), and retrieving/searching resources (using HTTP GET) of this type. The canonical resource**s** endpoints have simple URLs located directly at the API root.
114
114
115
115
The canonical resources endpoints for resource types defined in Part 1 of the CS API Standard are:
116
116
@@ -222,10 +222,10 @@ The following link relation types are defined and used in this Standard:
222
222
| `ogc-rel:sampleOf` | <<sf-assocs,`Sampling Feature`>> | Link to other sampling features that the sampling feature is a sample of.
0 commit comments