View | Details | Raw Unified | Return to bug 19278
Collapse All | Expand All

(-)a/Koha/REST/Plugin/Pagination.pm (-1 / +2 lines)
Lines 52-57 Adds a Link header to the response message $c carries, following RFC5988, includ Link Here
52
the following relation types: 'prev', 'next', 'first' and 'last'.
52
the following relation types: 'prev', 'next', 'first' and 'last'.
53
It also adds X-Total-Count, containing the total results count.
53
It also adds X-Total-Count, containing the total results count.
54
54
55
If page size is omitted, it defaults to the value of the RESTdefaultPageSize syspref.
56
55
=cut
57
=cut
56
58
57
    $app->helper(
59
    $app->helper(
58
- 

Return to bug 19278