inveniosoftware / flask-resources

REST APIs for Flask
https://flask-resources.readthedocs.io
MIT License
3 stars 21 forks source link

parsers: remove paginate (unused) #74

Closed fenekku closed 4 years ago

fenekku commented 4 years ago

common use case in REST APIs? Mostly for search/list?

Looking around among other REST libraries, only the smorest library was taking a stab at it. You can tell there is a lot going on/required/assumed to achieve it. Pagination has a lot of decisions that crosscut the business logic and the serialization, so it's probably easier how we are doing it for now ;)