Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add slight wording changes #243

Merged
merged 6 commits into from Dec 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
15 changes: 9 additions & 6 deletions index.html
Expand Up @@ -1338,11 +1338,14 @@ <h4>Listing</h4>
with the URL of the next subset.
</span>
<span class="rfc2119-assertion" id="tdd-reg-list-pagination-header-nextlink-attr">
The `next` link MUST have the same `limit` argument given on the initial
request as well as a zero-based `offset` argument anchored at
the beginning of the next subset.
The `next` link MUST include all arguments needed to produce the same set of
data and its ordering, in particular the same `limit` argument
given on the initial request as well as a zero-based `offset` argument anchored
at the beginning of the next subset.
</span>
The link may be absolute or relative to directory API's base URL.
<span class="rfc2119-assertion" id="tdd-reg-list-pagination-header-nextlink-base">
The link MUST be absolute or relative to directory API's base URL.
</span>
Moreover, it may include additional arguments that are necessary for
ordering or session management.
</li>
Expand Down Expand Up @@ -1447,8 +1450,8 @@ <h4>Listing</h4>
</p>

<p>
For pagination information the alternative format leans against the formats as described
in <a href="https://www.hydra-cg.com/spec/latest/core/#advanced-concepts">
The alternative pagination format is derived from
<a href="https://www.hydra-cg.com/spec/latest/core/#advanced-concepts">
Hydra Advanced Concepts</a>, more concretely the
<a href="https://www.hydra-cg.com/spec/latest/core/#example-20-a-hydra-partialcollectionview-splits-a-collection-into-multiple-views">
Partial Collection View</a>. Adapted to our purposes and using the <i>members</i> field to accomodate the array
Expand Down