Slide 89
Slide 89 text
Phing All The Things - Omni Adams
public function main() {
$options = array(
CURLOPT_POSTFIELDS => array(
'deployment[application_id]' => $this->appId,
'deployment[description]' => $this->version ),
CURLOPT_HTTPHEADER => array(
'x-api-key: ' . $this->apiKey ),
CURLOPT_URL => $this->url,
);
...
}