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
{{ message }}
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.
I want to use method getUsers for getting all users from my account. My account have more, than 200 users. I need to get link to next page in headers. But right now header doesn't save to some place (as is response).
As I understand only way to do it is set custom httpClient. It's very uncomfortable. Can you improve this moment ?
The text was updated successfully, but these errors were encountered:
@tukataka - Yes, that is unfortunately a limitation of this particular SDK. The best I can tell you for now is to use your own custom httpClient. We will be updating the SDK and will make sure to address this at that time.
I do not have a definitive time this will be finished, so please keep an eye on this ticket for updates.
I want to use method
getUsers
for getting all users from my account. My account have more, than 200 users. I need to get link to next page in headers. But right now header doesn't save to some place (as is response).As I understand only way to do it is set custom httpClient. It's very uncomfortable. Can you improve this moment ?
The text was updated successfully, but these errors were encountered: