Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drew-hirewheel authored Jul 25, 2016
1 parent 9a98770 commit fbf0234
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,14 @@ And then browsing to the host and port you specified
require_once 'vendor/autoload.php';

$client = new DataRole\API\Client([
'authorization' => '_API_TOKEN_',
'version' => 'v1',
'account' => '__ACCOUNT__',
'secret' => '__SECRET__',
'version' => 'v2',
]);

$client->permit(['Region' => 'CA_Concord'])->preview();
$client
->lookupAddress('776+Buena+Vista+Ave+Alameda+CA+94501')
->printPreview();
```

## Frequently Asked Questions ##
Expand Down

0 comments on commit fbf0234

Please sign in to comment.