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
I'm having a bug currently with the SourceClear API, and the only fix would be to set the pagination size to a bigger one.
Its on the get_projects() function, but it got me thinking, looking at the apihelper.py, the _rest_paged_request() function could maybe inject a page size param, with a setting in the client constructor ?
I'll make a PR to show what I'm thinking about, it would really help
The text was updated successfully, but these errors were encountered:
Hi @tjarrettveracode !
I'm having a bug currently with the SourceClear API, and the only fix would be to set the pagination size to a bigger one.
Its on the
get_projects()
function, but it got me thinking, looking at the apihelper.py, the _rest_paged_request() function could maybe inject a page size param, with a setting in the client constructor ?I'll make a PR to show what I'm thinking about, it would really help
The text was updated successfully, but these errors were encountered: