nitc :: APIList :: defaultinit
# List all mentities. # # Example: `GET /list?kind=modules?limit=10` class APIList super APICommand redef fun command do return new CmdModelEntities(config.model) end