paginated navigation planned change noted

This commit is contained in:
Aaron Manning 2022-07-10 18:43:28 +10:00 committed by aaron-jack-manning
parent 700a48e56c
commit 4714a84834

View File

@ -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.