nitc :: APICatalogStats :: defaultinit
# Get the catalog statistics
#
# `GET /stats`: return the catalog statistics
class APICatalogStats
super APICommand
redef fun command do return new CmdCatalogStats(config.model, config.catalog)
end
src/doc/api/api_model.nit:252,1--259,3