blend4php
v0.1
A PHP API for interacting with Galaxy
|
This is the complete list of members for GalaxyInstance, including all inherited members.
$api_key | GalaxyInstance | protected |
$host | GalaxyInstance | protected |
$port | GalaxyInstance | protected |
$use_https | GalaxyInstance | protected |
__construct($hostname, $port, $use_https=FALSE) | GalaxyInstance | |
GalaxyHTTPRequest::__construct() | GalaxyHTTPRequest | |
auth($URL, $username, $password) | GalaxyHTTPRequest | |
authenticate($username, $password, &$message= '') | GalaxyInstance | |
expectArray($response) | GalaxyHTTPRequest | |
getAPIKey() | GalaxyInstance | |
getError() | GalaxyHTTPRequest | |
getErrorMessage() | GalaxyHTTPRequest | |
getErrorType() | GalaxyHTTPRequest | |
getRemoteFile($URL, $file_name) | GalaxyHTTPRequest | |
getURL() | GalaxyInstance | |
getVersion() | GalaxyInstance | |
httpDELETE($URL, $input=NULL) | GalaxyHTTPRequest | |
httpGET($URL, $curl_options=array()) | GalaxyHTTPRequest | |
httpPATCH($URL, $input=NULL) | GalaxyHTTPRequest | |
httpPOST($URL, $input=NULL) | GalaxyHTTPRequest | |
httpPUT($URL, $input=NULL) | GalaxyHTTPRequest | |
setAPIKey($api_key) | GalaxyInstance | |
setError($type, $message) | GalaxyHTTPRequest | |
uploadFile($URL, $data, $files) | GalaxyHTTPRequest |