You are here

public function Github_HttpClientInterface::get in Bibliography Module 7.2

Send a GET request

Parameters

string $path Request path:

array $parameters GET Parameters:

string $httpMethod HTTP method to use:

array $options reconfigure the request for this call only:

Return value

array Data

1 method overrides Github_HttpClientInterface::get()
Github_HttpClient::get in modules/CiteProc/Github/HttpClient.php
Send a GET request

File

modules/CiteProc/Github/HttpClientInterface.php, line 21

Class

Github_HttpClientInterface
Performs requests on GitHub API. API documentation should be self-explanatory.

Code

public function get($path, array $parameters = array(), array $options = array());