RDFLib / pyLDAPI

A very small module to add Linked Data API functionality to a Python Flask installation
BSD 3-Clause "New" or "Revised" License
41 stars 11 forks source link

Fix to allow default items per page to be overridden #13

Closed alex-ip closed 5 years ago

alex-ip commented 5 years ago

G'day Nick... I've just added an optional parameter "per_page" to allow the default items per page to be adjusted by the caller - it was originally hard-coded to default to 20 if not specified in the request. The code change should not affect any existing users, because the behavior will be identical if per_page is not specified