# Get the package license file content
#
# `GET /ini/license-file/:pid`: return the package license file content
class APIIniLicenseFileContent
super APICommand
redef fun command do return new CmdLicenseFileContent(config.model)
end
src/doc/api/api_model.nit:398,1--405,3