Skip to content

Commit fd39642

Browse files
committed
added segments method
1 parent 81707a9 commit fd39642

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
@@ -122,6 +122,14 @@ $client->tags->tag([
122122
]);
123123
```
124124

125+
## Segments
126+
127+
```php
128+
// List Segments
129+
$client->tags->getSegments();
130+
```
131+
132+
125133
## Events
126134

127135
```php

0 commit comments

Comments
 (0)