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