Skip to content

Commit

Permalink
Merge pull request #336 from sajayantony/fix-330
Browse files Browse the repository at this point in the history
Fix pagination link for extensions
  • Loading branch information
jdolitsky authored Aug 12, 2022
2 parents e8ab48c + 51d16e0 commit 31efc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ in the following table:

## Pagination

Extensions implementing pagination and SHOULD align with the [pagination](./spec.md#pagination) specification.
Extensions implementing pagination, to limit the size of a list returned in a response, SHOULD consider aligning with the [pagination pattern described in the content discovery portion](../spec.md#content-discovery) of the specification.

Extension MAY provide enumeration without lexical ordering and in this case, it is not required to support the `last` parameter.
Clients are NOT RECOMMENDED to construct the `link` and SHOULD treat the URL as opaque.
Expand Down

0 comments on commit 31efc49

Please sign in to comment.