Property definitions

nitc $ APIIniLicenseFile :: defaultinit
# Get the package license file
#
# `GET /ini/license-file/:pid`: return the package license file
class APIIniLicenseFile
	super APICommand

	redef fun command do return new CmdLicenseFile(config.model)
end
src/doc/api/api_model.nit:380,1--387,3