Skip to content

Commit 3bf3f8e

Browse files
committed
Update documentation to highlight actionLink support
1 parent eabd0bf commit 3bf3f8e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ $results = $client->searchByPhone(array('phone' => '867-5309'));
4949
$results = $client->getBusiness('union-chicago-3');
5050
```
5151

52+
You may include [action links](http://engineeringblog.yelp.com/2015/07/yelp-api-now-returns-action-links.html) in your results by passing additional parameters with your request.
53+
54+
```php
55+
$resultsWithActionLinks = $client->getBusiness('union-chicago-3', [
56+
'actionLinks' => true
57+
]);
58+
```
59+
5260
### Configure defaults
5361

5462
```php

0 commit comments

Comments
 (0)