mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2024-11-22 04:26:02 +03:00
parent
253bce7789
commit
d320567572
@ -5,7 +5,7 @@ Some API endpoints do support pagination.
|
|||||||
```php
|
```php
|
||||||
|
|
||||||
/** @var Mailgun\Model\Tag\IndexReponse $response */
|
/** @var Mailgun\Model\Tag\IndexReponse $response */
|
||||||
$reponse = $mailgun->tags()->index('example.com');
|
$response = $mailgun->tags()->index('example.com');
|
||||||
|
|
||||||
// Parse through the first response
|
// Parse through the first response
|
||||||
// ...
|
// ...
|
||||||
|
Loading…
Reference in New Issue
Block a user