Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Created February 8, 2015 10:46
Show Gist options
  • Save amitaibu/d573faea753384be5247 to your computer and use it in GitHub Desktop.
Save amitaibu/d573faea753384be5247 to your computer and use it in GitHub Desktop.
$request = array(
// Get all resources.
'filter' => array(
'resource' => array(
'value' => array(1, 5, 8),
'operator' => 'IN',
),
),
);
$result = $handler->get('', $request);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment