Property definitions

popcorn $ PopTrackerEntries :: defaultinit
# List all tracker log entries
class PopTrackerEntries
	super TrackerHandler

	redef fun get(req, res) do
		res.json new JsonArray.from(config.tracker_logs.find_all)
	end
end
lib/popcorn/pop_tracker.nit:100,1--107,3