nitc :: APIIniGit :: defaultinit
# Get the package Git URL from the ini file
#
# `GET /ini/git/:pid`: return the package Git URL
class APIIniGit
super APICommand
redef fun command do return new CmdIniGitUrl(config.model)
end
src/doc/api/api_model.nit:326,1--333,3