Skip to content

Instantly share code, notes, and snippets.

View abdul-sami's full-sized avatar

Abdul Sami abdul-sami

  • Folio3
  • Karachi, Pakistan
View GitHub Profile
<?php
define('TP_URL', 'http://enzinna.tpondemand.com/');
define('TP_USER', 'admin');
define('TP_PASS', 'admin');
# GET a story
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, TP_URL."api/v1/UserStories/201?format=json");