From e5f2e2a183552738fca2ef64386d0dab6d5479b3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 30 Oct 2018 17:15:29 +0800 Subject: [PATCH] RooTicket.vala --- RooTicket.vala | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/RooTicket.vala b/RooTicket.vala index e69de29b..89ee5aac 100644 --- a/RooTicket.vala +++ b/RooTicket.vala @@ -0,0 +1,22 @@ +/** + +code to fetch ticket info... + + +*/ + +class RooTicket : Object +{ + + + public int id; + public + + + + "https://roojs.com/admin.php/Roo/mtrack_ticket.php" + //query[viewtype]=active + //developer_id=494 + //limit=999 + //&sort=summary + //dir=ASC \ No newline at end of file -- 2.39.2