Skip to content

Commit

Permalink
- replaced "end point" by "endpoint"
Browse files Browse the repository at this point in the history
  • Loading branch information
doublebyte1 committed Dec 12, 2023
1 parent cefbbd9 commit dbede73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workshop/content/docs/api-deep-dive/sensorthings.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ forwarded to an OGC API - Processes service for further processing.

A client needs to know the location of the SensorThings API service to
be able to interact with the server. The location is usually called the
```end point``` of the service and is represented by the service root URI.
```endpoint``` of the service and is represented by the service root URI.
Resources available through the service can be accessed by appending a
resource path and, optionally query options.

Expand All @@ -208,7 +208,7 @@ http://toronto-bike-snapshot.sensorup.com/v1.0
The link to the request
is: <http://toronto-bike-snapshot.sensorup.com/v1.0/Datastreams(206051)/Observations(1593917)?$select=result>

Checkout various available public end points [here](https://github.com/opengeospatial/sensorthings/blob/master/PublicEndPoints.md)
Checkout various available public endpoints [here](https://github.com/opengeospatial/sensorthings/blob/master/PublicEndPoints.md)


## Operations
Expand Down

0 comments on commit dbede73

Please sign in to comment.