nitc :: APIEntityAll :: defaultinit
# List all definitions accessible from a MEntity.
#
# Example: `GET /all/core::Array`
class APIEntityAll
super APICommand
redef fun command do return new CmdAllProps(config.model, config.mainmodule)
end
src/doc/api/api_model.nit:205,1--212,3