# Get the package contributors from the ini file
#
# `GET /ini/clone/:pid`: return the package contributors
class APIIniContributors
super APICommand
redef fun command do return new CmdIniContributors(config.model)
end
src/doc/api/api_model.nit:362,1--369,3