nitc :: APIStarsBest :: defaultinit
# Best rated entities class APIStarsBest super APIFeedBack redef fun get(req, res) do res.api_json(req, new JsonArray.from(config.stars.best_rated)) end end