resource $_curl= ''
$_server= '"http://authenticate.sugarcrm.com"'
"http://authenticate.sugarcrm.com"
__construct( ) : void
Constructor Method with Curl URL
__destruct( ) : void
Destructor Method This will clear out the curl connect if it's still alive.
_reqeust( ) : mixed
Run the curl exec
connect( ) : \void;
Start the Curl Connection Process and create the curl object so it's ready for a connection
disconnect( ) : void
Disconnect from curl if an object already exists
isConnected( ) : bool
Test if curl is setup and ready for a connection
request( $endpoint, $payload ) : array
Make a request to the end point on the licensing server