Property definitions

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

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