We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
seek
1 parent 3f142f8 commit a05bcbfCopy full SHA for a05bcbf
src/controllers/helpers/pagination.rs
@@ -87,7 +87,9 @@ pub struct PaginationQueryParams {
87
/// all requests.
88
///
89
/// The seek key can usually be found in the `meta.next_page` field of
90
- /// paginated responses.
+ /// paginated responses. It can also be found in the `meta.prev_page` field
91
+ /// when the endpoint supports backward pagination, in which case the value
92
+ /// starts with a `-`.
93
pub seek: Option<String>,
94
}
95
0 commit comments