From 0b25d694ce479d21ae9901eedbdc0d277f82f89e Mon Sep 17 00:00:00 2001 From: Sajay Antony Date: Thu, 11 Aug 2022 17:53:57 +0000 Subject: [PATCH 1/2] Fix pagination link for extensions Signed-off-by: Sajay Antony --- extensions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/README.md b/extensions/README.md index 82e7d466..4f1ea154 100644 --- a/extensions/README.md +++ b/extensions/README.md @@ -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 and SHOULD align with the [pagination](../spec.md#content-discovery) 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. From 51d16e0013a2b1eea8d40caf4e3646ea60ace1c8 Mon Sep 17 00:00:00 2001 From: Sajay Antony Date: Thu, 11 Aug 2022 14:48:50 -0700 Subject: [PATCH 2/2] Incorporate PR feedback Co-authored-by: Mike Brown Signed-off-by: Sajay Antony --- extensions/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/README.md b/extensions/README.md index 4f1ea154..15e86736 100644 --- a/extensions/README.md +++ b/extensions/README.md @@ -87,7 +87,7 @@ in the following table: ## Pagination -Extensions implementing pagination and SHOULD align with the [pagination](../spec.md#content-discovery) 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.