Skip to content

Commit

Permalink
Add note for directory's listing operation, related to w3c#16
Browse files Browse the repository at this point in the history
  • Loading branch information
farshidtz committed Oct 13, 2020
1 parent 5447736 commit 9f91143
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,12 @@ <h4>Registration</h4>
<span class="rfc2119-assertion" id="tdd-reg-operations">
The Registration API MUST provide create, retrieve, update, delete (CRUD) interfaces.
</span>
<div class="issue" data-number="16">
The API needs to offer a mechanism to efficiently query all TDs.
The search API may offer the expected functionality by searching for everything
and adding protocol-specific pagination arguments. However, that is hardly RESTful.
We could instead extend the registration API to CRUDL, adding Listing operation.
</div>
The operations are described below:
</p>

Expand Down

0 comments on commit 9f91143

Please sign in to comment.