nitc :: APIEntityAncestors :: defaultinit
# List MEntity ancestors # # Example: `GET /ancestors/core::Array` class APIEntityAncestors super APICommand redef fun command do return new CmdAncestors(config.model, config.mainmodule) end