# Get the package contrib file content
#
# `GET /ini/contrib-file/:pid`: return the package contrib file content
class APIIniContribFileContent
super APICommand
redef fun command do return new CmdContribFileContent(config.model)
end
src/doc/api/api_model.nit:407,1--414,3