We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 466d722 + 3475a38 commit 106a683Copy full SHA for 106a683
extensions/index.md
@@ -62,11 +62,11 @@ is maintained on a best-effort basis.
62
63
## <a href="#profiles" id="profiles" class="headerlink"></a> Profiles
64
65
-There are no profiles at this time.
66
-
67
-- [Profile Example](https://example.com/profile/foo)
68
- - URI: `https://example.com/profile/foo`
69
- - Description: Lorem dolor sit amet.
+- [Cursor Pagination](/profiles/ethanresnick/cursor-pagination)
+ - URI: `https://jsonapi.org/profiles/ethanresnick/cursor-pagination`
+ - Description: Cursor-based pagination (aka keyset pagination) is a
+ common pagination strategy that avoids many of the pitfalls of
+ "offset–limit" pagination.
70
71
[extensions]: /format/1.1/#extensions
72
[profiles]: /format/1.1/#profiles
0 commit comments