Skip to content

Commit 35f3002

Browse files
authored
docs: update querying.rst
mark _next_url pagination as stable feature
1 parent 79d914a commit 35f3002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage/querying.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ you can disable the encoding with the variable encode_path by setting it to Fals
164164
165165
employee = northwind.entity_sets.Employees.get_entity(1, encode_path=False).execute()
166166
167-
(Experimental) Query server-side paginations using the __next field
167+
Query server-side paginations using the __next field
168168
-------------------------------------------------------------------
169169
Response may contains ony partial listings of the Collection. In this case, "__next" name/value
170170
pair is included, where the value is a URI which identifies the next partial set of entities.

0 commit comments

Comments
 (0)