Property definitions

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
src/doc/api/api_model.nit:160,1--167,3