nitc :: APIIniIssues :: defaultinit
# Get the package issues URL from the ini file
#
# `GET /ini/issues/:pid`: return the package issues URL
class APIIniIssues
super APICommand
redef fun command do return new CmdIniIssuesUrl(config.model)
end
src/doc/api/api_model.nit:344,1--351,3