bigcommerce api returning blank results -


i have downloaded bigcommerce api , created test script using time sample. blank response & no error:

my test code just:

<?php require 'bigcommerce.php'; use bigcommerce\api\client bigcommerce;  bigcommerce::configure(array( 'store_url' => 'https://storeurl.mybigcommerce.com', 'username' => 'apiusername', 'api_key' => 'token' ));  bigcommerce::setcipher(); bigcommerce::verifypeer(false);  $ping = bigcommerce::gettime(); if ($ping) echo $ping->format('h:i:s'); ?> 

can assist why result blank ?

i think cipher incorrect. please @ docs http://developer.bigcommerce.com/quickstarts/php

bigcommerce::setcipher('rc4-sha') 

Comments

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -