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 063a9c5 commit 36a5e26Copy full SHA for 36a5e26
README.md
@@ -34,5 +34,9 @@ This will return JSON data from a specified endpoint. It can be iterated through
34
35
`data = Client.return_pagination("SalesOrders", "pageSize=50&startDate=2019-11-20")`
36
37
+**Request data and specify a page**
38
+
39
+`data = Client.request_endpoint("SalesOrders", "pageSize=50&startDate=2019-11-20", 2)`
40
41
# Acknowledgements
42
[Jonathan Sokolowski](https://github.com/jsok/) for the original Unleashed module. You can view it [here.](https://github.com/jsok/unleashed)
0 commit comments