Skip to content

Commit

Permalink
update headers (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazedo authored and swysor committed Jan 4, 2018
1 parent 83fdca6 commit 6d47f83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/hz2600/Kazoo/SDK.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ class SDK implements ChainableInterface
private $options = array(
'base_url' => 'http://127.0.0.1:8000',
'headers' => array(
'user_agent' => 'kazoo-php-sdk (http://github.com/2600hz/kazoo-php-sdk)',
'content_type' => 'application/json',
'accept' => 'application/json'
'User-Agent' => 'kazoo-php-sdk',
'Content-Type' => 'application/json',
'Accept' => 'application/json'
),
'defaults' => array(
'timeout' => 10,
Expand Down

0 comments on commit 6d47f83

Please sign in to comment.