# Get all the packages from the catalog using pagination
#
# `GET /packages?p=1&n=10`: get the list of catalog by page
class APICatalogPackages
super APICommand
redef fun command do return new CmdCatalogPackages(config.model, config.catalog)
end
src/doc/api/api_model.nit:243,1--250,3