semanticscholar
semanticscholar copied to clipboard
`PaginatedResults` has no asynchronous iterator
PaginatedResults has a synchronous iterator, but no asynchronous one :
https://github.com/danielnsilva/semanticscholar/blob/1d94dfff5fa433037f009bd6471e4bd5f86dbc91/semanticscholar/PaginatedResults.py#L111
This breaks the ability of the semanticscholar API to be used asynchronously with a loop over query results.