Skip to content
This repository has been archived by the owner on Feb 12, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3 from ratheeps/master
Browse files Browse the repository at this point in the history
API endpoint base URL changed
  • Loading branch information
slakbal authored Dec 18, 2017
2 parents 55f8601 + 9accfe6 commit 83d652a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CitrixAbstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
abstract class CitrixAbstract
{

private $base_uri = 'https://api.citrixonline.com:443/G2W/rest/';
private $base_uri = 'https://api.getgo.com/G2W/rest/';

private $port = 443;

Expand Down
2 changes: 1 addition & 1 deletion src/DirectAuthenticate.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class DirectAuthenticate
{

protected $base_uri = 'https://api.citrixonline.com';//'https://api.citrixonline.com/G2W/rest';//'https://api.citrixonline.com/oauth/access_token';//
protected $base_uri = 'https://api.getgo.com/G2W/rest/';//'https://api.citrixonline.com';//'https://api.citrixonline.com/G2W/rest';//'https://api.citrixonline.com/oauth/access_token';//

protected $timeout = 5.0;

Expand Down

0 comments on commit 83d652a

Please sign in to comment.