Skip to content

Instantly share code, notes, and snippets.

@balintbrews
Created October 4, 2012 08:30
Show Gist options
  • Save balintbrews/3832235 to your computer and use it in GitHub Desktop.
Save balintbrews/3832235 to your computer and use it in GitHub Desktop.
Example BaseTool API request
<?php
$result = BaseToolAPIRequest::getInstance()
->setResource('Business')
->setEndpointURLPieces(array('sv', '16346'))
->setParameter('WithTree', 'true')
->setParameter('WithRecommended', 'true')
->execute();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment