ContentMine / getpapers

Get metadata, fulltexts or fulltext URLs of papers matching a search query
MIT License
197 stars 37 forks source link

use nextCursorMark rather than increment page for paging #133

Closed tarrow closed 8 years ago

tarrow commented 8 years ago

This seems to work correctly with the new EuPMC api.

Doesn't handle situations where we don't get a nextCursorMark which may happen. Also I think there is a chance that if we get back less results than initially announced we might keep following this maze forever, Although this could possibly have happened in the past as well.