Skip to content

Commit c1d31d9

Browse files
author
Andrea Cimmino Arriaga
committed
updated to v0.2.9
1 parent f1481b5 commit c1d31d9

7 files changed

Lines changed: 1413 additions & 972 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Notice that `"queryEndpoint"`and `"updateEndpoint"` must have as value the corre
8888
| `/.well-known/core` | `GET` | `N/A` | [Introduction Mechanim](https://w3c.github.io/wot-discovery/#introduction-core-rd-sec) | Exposes the directory's Thing Description using the CoRE Link Format |
8989
| `/configuration` | `GET` | `N/A` | [Management](https://w3c.github.io/wot-discovery/#exploration-directory-api-management) | Provides a JSON with the all the configurations of the WoT Hive |
9090
| `/configuration` | `POST` | `N/A` | [Management](https://w3c.github.io/wot-discovery/#exploration-directory-api-management) | The body of the request must contain a JSON with all the configurations of the WoT Hive. |
91+
| `/api/status` | `GET` | `N/A` | `N/A` | Provides a health check of the service |
9192
| `/api/things{?offset,limit,sort_by,sort_order}` | `GET` | `Accept`: `application/td+json`or `text/turtle` | [Listing](https://w3c.github.io/wot-discovery/#exploration-directory-api-registration-listing) | Provides a listing of the stored Thing Descriptions in JSON-LD framed or Turtle |
9293
| `/api/things` | `POST` | `Content-Type`: `application/td+json` | [Creation (Anonymous)](https://w3c.github.io/wot-discovery/#exploration-directory-api-registration-creation) | Creates an [anonymous Thing Description](https://w3c.github.io/wot-discovery/#dfn-wot-anonymous-thing-description), provided in the body as JSON-LD framed. The generated `:id` is output in the response headers |
9394
| `/api/things/{:id}` | `GET` | `Accept`: `application/td+json`or `text/turtle` | [Retrieval](https://w3c.github.io/wot-discovery/#exploration-directory-api-registration-retrieval) | Retrieves the Thing Description with the provided id, in either JSON-LD framed or turtle |

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>es.upm.fi.oeg</groupId>
55
<artifactId>wothive</artifactId>
6-
<version>0.2.8</version>
6+
<version>0.2.9</version>
77
<name>Directory for the Web of Things</name>
88

99
<properties>

0 commit comments

Comments
 (0)