NAMESPACE: Bootstrap/Models

Models/ApiHelpers.php

public properties
$request_cache
$salt
$cache_name
$cache_ttl
$cache_context
$token_refresh_in_progress
$token
$skip_host_verification
$error_logging_grace_time
$api_endpoint
public function encryptString($string)

variable

$string
public function updateToken()
public function decryptString($string)

variable

$string
public function getMicroTime()
function curlJsonCall($url,$data,$method,$authentication,$context)

variable

$url
$data
$method
$authentication
$context
private function doForceLogout()
private function checkForCache()
public function customAuthentication($authentication,$ch,$header)

variable

$authentication
$ch
$header
public function curlPost($url,$post_fields)

variable

$url
$post_fields
private function curlCall($url,$data,$method,$authentication,$context)

variable

$url
$data
$method
$authentication
$context
private function slowLogging($start_time,$url)

variable

$start_time
$url
private function errorLogging($url,$data)

variable

$url
$data