eclipse-thingweb / eclipse-thingweb/node-wot
Support Form preferences
Open
- Dominant language
- TypeScript
- Stars
- 192
- Forks
- 100
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 6
Description
When deploying node-wot on a particular platform, developers might always prefer a particular protocol or `content-type`. We could introduce a configuration parameter at the servient level (or additionally as an extension to the scripting api `consume` function), to express this preference.
Example: (TDB)
```ts
const servient = new Servient();
```
Contributor guide
Assessment
This issue has not been assessed yet.