mirror of
https://github.com/retailcrm/mailgun-php.git
synced 2025-03-12 15:56:06 +03:00
Update README.md
This commit is contained in:
parent
24e6a01651
commit
e91d43d5f7
@ -62,7 +62,7 @@ $domain = "example.com";
|
|||||||
|
|
||||||
# Now, issue a GET against the Logs endpoint.
|
# Now, issue a GET against the Logs endpoint.
|
||||||
$mg->get("$domain/log", array('limit' => 25,
|
$mg->get("$domain/log", array('limit' => 25,
|
||||||
'skip' => 0);
|
'skip' => 0));
|
||||||
```
|
```
|
||||||
|
|
||||||
Response
|
Response
|
||||||
|
Loading…
x
Reference in New Issue
Block a user