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.
1 parent 79d914a commit 35f3002Copy full SHA for 35f3002
docs/usage/querying.rst
@@ -164,7 +164,7 @@ you can disable the encoding with the variable encode_path by setting it to Fals
164
165
employee = northwind.entity_sets.Employees.get_entity(1, encode_path=False).execute()
166
167
-(Experimental) Query server-side paginations using the __next field
+Query server-side paginations using the __next field
168
-------------------------------------------------------------------
169
Response may contains ony partial listings of the Collection. In this case, "__next" name/value
170
pair is included, where the value is a URI which identifies the next partial set of entities.
0 commit comments