From 4714a84834f337bcefe7b467f0b6cca79b49c049 Mon Sep 17 00:00:00 2001 From: Aaron Manning Date: Sun, 10 Jul 2022 18:43:28 +1000 Subject: [PATCH] paginated navigation planned change noted --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e9d6994..59eadd7 100644 --- a/README.md +++ b/README.md @@ -37,4 +37,5 @@ async fn main() { ## Planned Features -Currently this API wrapper supports all of the `v1` Up API endpoints except [webhooks](https://developer.up.com.au/#webhooks). This is planned for a (hopefull soon) future release. +- Currently this API wrapper supports all of the `v1` Up API endpoints except [webhooks](https://developer.up.com.au/#webhooks). This is planned for a (hopefully soon) future release. +- Functions `prev` and `next` on the reslts of paginated endpoints are planned to make moving between pages significantly easier.