Property definitions

nitc $ APIIniMaintainer :: defaultinit
# Get the package maintainer from the ini file
#
# `GET /ini/maintainer/:pid`: return the package maintainer
class APIIniMaintainer
	super APICommand

	redef fun command do return new CmdIniMaintainer(config.model)
end
src/doc/api/api_model.nit:353,1--360,3