Skip to content

Instantly share code, notes, and snippets.

@julianobailao
Created January 22, 2017 13:34
Show Gist options
  • Select an option

  • Save julianobailao/244bdbeba2b405a363de629f62374056 to your computer and use it in GitHub Desktop.

Select an option

Save julianobailao/244bdbeba2b405a363de629f62374056 to your computer and use it in GitHub Desktop.
php skyhub sdk - instance
require 'vendor/autoload.php';

$skyhubUser = 'seu-usuario@domio.com.br';
$skyhubToken = 'seu-token-aqui';
$debugMode = true; // setando o debug do guzzle http como true

$skyhub = new Marketplacehub\Skyhub\ApiClient($skyhubUser, $skyhubToken, $debugMode);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment