Skip to content

Commit

Permalink
Merge pull request #551 from JKRhb/discover-api
Browse files Browse the repository at this point in the history
Add clarifications for `discover` method
  • Loading branch information
relu91 authored Aug 5, 2024
2 parents 30444f7 + 09bee91 commit 38c8e91
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,15 @@ <h3>Validating an ExposedThingInit</h3>
[=Resolve=] |promise| with |discovery|.
</li>
</ol>
<p>
Note that the details of the <a>discovery process</a> depend on the
underlying implementation which needs to be preconfigured in order to
use, for example, the appropriate Introduction methods as defined in
the [[[wot-discovery]]] specification.
Since the <code>discover()</code> method outputs
<a>Thing Description</a>s and not URLs, it is expected to cover both the
Introduction and the Exploration phase.
</p>
</div>
</section>

Expand Down

0 comments on commit 38c8e91

Please sign in to comment.