You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are migrating to REST API v4 and, therefore, switching from library version 1.4.2 to 2.4.3.
With1.4.2 and REST API v3, the request to the "List users" endpoint returns HyperwalletList and its getData() property returns an empty list if no users were found.
Now, with 2.4.3 and REST API v4 in the same situation, getData() returns null. It's not expected for "List" endpoints
Does changing it to an empty list again make sense, or does the "empty list logic" break the new pagination mechanism?
The text was updated successfully, but these errors were encountered:
We are migrating to REST API v4 and, therefore, switching from library version
1.4.2
to2.4.3
.With
1.4.2
and REST API v3, the request to the "List users" endpoint returns HyperwalletList and its getData() property returns an empty list if no users were found.Now, with
2.4.3
and REST API v4 in the same situation, getData() returns null. It's not expected for "List" endpointsDoes changing it to an empty list again make sense, or does the "empty list logic" break the new pagination mechanism?
The text was updated successfully, but these errors were encountered: