84368b9 Add pagination information to the /api/packages/ call

Authored and Committed by pingou 10 years ago
    Add pagination information to the /api/packages/ call
    
    This is particularly useful when querying with acls=True which is slow as hell and even
    hangs when asked to list too many packages. Using the pagination information, one
    may iterate to retrieve all the information instead of doing it in a single call that crashes.
    
        
file modified
+27 -1