Created
June 9, 2015 08:24
-
-
Save amitaibu/7ee6d9e31ae0e01762e9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$handler = restful_get_restful_handler('encrypt'); | |
$request = array( | |
'key' => 'foo', | |
'value' => 'bar', | |
); | |
$result = $handler->post('12', $request); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment