Property definitions

nitc $ APICatalogMaintaining :: defaultinit
# Get the list of mpackages maintained by a person
#
# `GET /person/:pid/maintaining?p=1&n=10`: return a paginated list of packages
class APICatalogMaintaining
	super APICommand

	redef fun command do return new CmdCatalogMaintaining(config.model, config.catalog)
end
src/doc/api/api_model.nit:297,1--304,3