Example #1
0
function getProjectsTrackersWrapper()
{
    $data = Project::getTrackers(App::getClient());
    print json_encode($data);
}