nitc :: APIRandom :: defaultinit
# Return a random list of MEntities.
#
# Example: `GET /random?kind=modules&limit=10`
class APIRandom
super APICommand
redef fun command do return new CmdRandomEntities(config.model)
end
src/doc/api/api_model.nit:95,1--102,3