Created
July 28, 2014 12:47
-
-
Save azhurb/07b0645e6e518555903e to your computer and use it in GitHub Desktop.
Soap API example
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
| <?php | |
| require "StalkerSoapClient.php"; | |
| $client = new StalkerSoapClient(); | |
| $info = $client->GetAccountInfo(array('stb_mac' => '00:1A:79:01:01:01', 'login' => '1')); | |
| var_dump($info); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment