public function Github_HttpClientInterface::post in Bibliography Module 7.2
Send a POST request
Parameters
string $path Request path:
array $parameters POST 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::post()
- Github_HttpClient::post in modules/
CiteProc/ Github/ HttpClient.php - Send a POST request
File
- modules/
CiteProc/ Github/ HttpClientInterface.php, line 33
Class
- Github_HttpClientInterface
- Performs requests on GitHub API. API documentation should be self-explanatory.
Code
public function post($path, array $parameters = array(), array $options = array());