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
Our list endpoints, e.g., Endpoint.List, Endpoint.ListAsync, do not return pagination data, which makes the library unusable if results are paginated. Need to return the full response, and not just the data portion of it.
The text was updated successfully, but these errors were encountered:
Our list endpoints, e.g.,
Endpoint.List
,Endpoint.ListAsync
, do not return pagination data, which makes the library unusable if results are paginated. Need to return the full response, and not just thedata
portion of it.The text was updated successfully, but these errors were encountered: