Skip to content

Commit e432a3a

Browse files
zolkish0ru5
authored andcommitted
Update WoT runtime, discovery, ExposedThing, ConsumedThing. (#21)
* Update WoT runtime related text based on discussion in #2 Signed-off-by: Zoltan Kis <[email protected]> * Update discovery API. Update ExposedThing interface. Add ConsumedThings default events. Signed-off-by: Zoltan Kis <[email protected]> * Update rationale with factories vs constructors, discovery, WoT Runtime vs Applications vs Scripts Signed-off-by: Zoltan Kis <[email protected]> * Remove rationale.html Signed-off-by: Zoltan Kis <[email protected]> * Update README Signed-off-by: Zoltan Kis <[email protected]> * Remove remote Thing management Signed-off-by: Zoltan Kis <[email protected]> * Correct text on using lower level APIs from a WoT Runtime Signed-off-by: Zoltan Kis <[email protected]> * Handle review feedback, make API consistent for events and types. Signed-off-by: Zoltan Kis <[email protected]> * Server API: add request definitions Signed-off-by: Zoltan Kis <[email protected]> * Add detailed discovery use cases. Add future use cases for TD changes in local runtimes. Remove semantic translators. Remove handlers for adding and removing property. Add options to property requests. Add discovery type for 'other' extensions. Add references to other WoT WG specifications. Signed-off-by: Zoltan Kis <[email protected]> * preparing for discussion just my 2 cents on some of the TBDs * Syntactic corrections from review. Add rationale for events. Signed-off-by: Zoltan Kis <[email protected]>
1 parent 6d0e359 commit e432a3a

File tree

4 files changed

+283
-660
lines changed

4 files changed

+283
-660
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Specification 'Web of Things (WoT) Scripting API'
22

3-
Each commit here will sync it to the master, which will expose the content to http://w3c.github.io/wot-scripting-api/.
3+
The main deliverable is the [WoT Scripting API Specification](./index.html). See the rendered version here: [http://w3c.github.io/wot-scripting-api/](http://w3c.github.io/wot-scripting-api/)
4+
5+
See the [rationale.md](./rationale.md) for explanation on API design choices.
6+
7+
See the [primer.md](./primer.md) for explaining and illustrating the usage of the API.
48

59
To make contributions, please provide pull-requests to the html file, see [github help](https://help.github.com/articles/using-pull-requests/).

0 commit comments

Comments
 (0)