http_pagination 0.2.0 http_pagination: ^0.2.0 copied to clipboard
Http headers pagination parser
0.2.0 #
- Rename HttpPagination -> HttpPaginationParser
- Make factory constructor for PagesPagination -> PagesPagination.fromHeaders(headers)
- Make factory constructor for CursorPagination -> CursorPagination.fromHeaders(headers)
- Make HttpPaginationParser private class
- Add simple README.md docs
- Add tests
0.1.3 #
- Remove isEmpty getter
- Add hasNext getter
0.1.2 #
- Make Pagination interface with isEmpty method for CursorPagination PagesPagination
0.1.1 #
- Implement paginated lists for cursor and pages pagination
0.1.0 #
- Implement pages headers pagination
- Implement cursor headers pagination