Skip to content

Commit 36a5e26

Browse files
authored
Update README.md
1 parent 063a9c5 commit 36a5e26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,9 @@ This will return JSON data from a specified endpoint. It can be iterated through
3434

3535
`data = Client.return_pagination("SalesOrders", "pageSize=50&startDate=2019-11-20")`
3636

37+
**Request data and specify a page**
38+
39+
`data = Client.request_endpoint("SalesOrders", "pageSize=50&startDate=2019-11-20", 2)`
40+
3741
# Acknowledgements
3842
[Jonathan Sokolowski](https://github.com/jsok/) for the original Unleashed module. You can view it [here.](https://github.com/jsok/unleashed)

0 commit comments

Comments
 (0)