Skip to content

Instantly share code, notes, and snippets.

@spolu
Created June 12, 2012 18:18
Show Gist options
  • Save spolu/2919139 to your computer and use it in GitHub Desktop.
Save spolu/2919139 to your computer and use it in GitHub Desktop.
Teleportd PHP Library Example
<?
include('teleportd.class.php');
$tlpd = new Teleportd('USER_KEY');
$hits = $tlpd->search(array('str' => 'tag:set_2194c1aed07f46c91762eee147557c0c702cd6d2'));
var_dump($hits);
$hit = $tlpd->get('12-06-12-165f28ad582f48f8558add3547194df157f36135');
var_dump($hit);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment