fabiobatalha / crossrefapi

A python library that implements the Crossref API.
BSD 2-Clause "Simplified" License
280 stars 44 forks source link

Support for rows missing #13

Open eparimbelli opened 6 years ago

eparimbelli commented 6 years ago

Cool library. I however find that only supporting sample(n) for limiting the results is a pity. It would be cool if you could also support the rows query parameter to control number of results returned by a query. This would also help limiting the load for common use cases like "find the best (or best n) match based on title and author"

jjm0022 commented 5 years ago

I second this request. It would be really nice to increase the number of returns from 100 to something like 500 or 1000.

giulianonetto commented 4 years ago

Being able to decrease the number of rows is also useful for poor internet connections I believe.