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 | |
| class Pixelpost_Api_Client | |
| { | |
| const API_URL = 'http://localhost/pixelpost/api/'; | |
| const PUB_KEY = ''; | |
| const PRIV_KEY = ''; | |
| protected $is_auth = false; | |
| protected $session = ''; |