Property definitions

nitc $ APIIniDesc :: defaultinit
# Get the package description from the ini file
#
# `GET /ini/desc/:pid`: return the package description
class APIIniDesc
	super APICommand

	redef fun command do return new CmdIniDescription(config.model)
end
src/doc/api/api_model.nit:317,1--324,3