Commit 7293c4c
committed
fix: An emoty string
The Box V2 API docs are inconsistent on this. However it is stated on
the paging docs(1):
> If this value is null or an empty string there are no more results to fetch.
So with this change empty string next_markers will end paging.
(1): https://developer.box.com/guides/api-calls/pagination/marker-based/#collectionsnextMarker should be treated as end-of-paging.1 parent ffff13c commit 7293c4c
1 file changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| |||
0 commit comments