Adjusted API key for samples

This commit is contained in:
Travis Swientek 2013-08-02 17:59:20 -07:00
parent 4406b25d2b
commit b047529d5f
10 changed files with 11 additions and 11 deletions

View File

@ -11,7 +11,7 @@ Here's how to use the "Address" API endpoint:
```php ```php
# First, instantiate the client with your PUBLIC API credentials and domain. # First, instantiate the client with your PUBLIC API credentials and domain.
$mgClient = new MailgunClient("pubkey-5ogiflzbnjrljiky49qxsiozqef5jxp7", "samples.mailgun.org"); $mgClient = new MailgunClient("key-3ax6xnjp29jd6fds4gc373sgvjxteol0", "samples.mailgun.org");
# Next, instantiate an Address object on the Address API endpoint. # Next, instantiate an Address object on the Address API endpoint.
$address = $mgClient->Address(); $address = $mgClient->Address();

View File

@ -11,7 +11,7 @@ Here's how to use the "Bounces" API endpoint:
```php ```php
# First, instantiate the client with your PUBLIC API credentials and domain. # First, instantiate the client with your PUBLIC API credentials and domain.
$mgClient = new MailgunClient("pubkey-5ogiflzbnjrljiky49qxsiozqef5jxp7", "samples.mailgun.org"); $mgClient = new MailgunClient("key-3ax6xnjp29jd6fds4gc373sgvjxteol0", "samples.mailgun.org");
# Next, instantiate a Bounces object on the Bounces API endpoint. # Next, instantiate a Bounces object on the Bounces API endpoint.
$bounces = $mgClient->Bounces(); $bounces = $mgClient->Bounces();

View File

@ -11,7 +11,7 @@ Here's how to use the "Campaign" API endpoint:
```php ```php
# First, instantiate the client with your PUBLIC API credentials and domain. # First, instantiate the client with your PUBLIC API credentials and domain.
$mgClient = new MailgunClient("pubkey-5ogiflzbnjrljiky49qxsiozqef5jxp7", "samples.mailgun.org"); $mgClient = new MailgunClient("key-3ax6xnjp29jd6fds4gc373sgvjxteol0", "samples.mailgun.org");
# Next, instantiate a Campaign object on the Campaign API endpoint. # Next, instantiate a Campaign object on the Campaign API endpoint.
$campaigns = $mgClient->Campaigns(); $campaigns = $mgClient->Campaigns();

View File

@ -11,7 +11,7 @@ Here's how to use the "Complaints" API endpoint:
```php ```php
# First, instantiate the client with your PUBLIC API credentials and domain. # First, instantiate the client with your PUBLIC API credentials and domain.
$mgClient = new MailgunClient("pubkey-5ogiflzbnjrljiky49qxsiozqef5jxp7", "samples.mailgun.org"); $mgClient = new MailgunClient("key-3ax6xnjp29jd6fds4gc373sgvjxteol0", "samples.mailgun.org");
# Next, instantiate a Complaints object on the Complaints API endpoint. # Next, instantiate a Complaints object on the Complaints API endpoint.
$complaints = $mgClient->Complaints(); $complaints = $mgClient->Complaints();

View File

@ -11,7 +11,7 @@ Here's how to use the "Lists" API endpoint:
```php ```php
# First, instantiate the client with your PUBLIC API credentials and domain. # First, instantiate the client with your PUBLIC API credentials and domain.
$mgClient = new MailgunClient("pubkey-5ogiflzbnjrljiky49qxsiozqef5jxp7", "samples.mailgun.org"); $mgClient = new MailgunClient("key-3ax6xnjp29jd6fds4gc373sgvjxteol0", "samples.mailgun.org");
# Next, instantiate a Lists object on the Lists API endpoint. # Next, instantiate a Lists object on the Lists API endpoint.
$lists = $mgClient->Lists(); $lists = $mgClient->Lists();

View File

@ -11,7 +11,7 @@ Here's how to use the "Logs" API endpoint:
```php ```php
# First, instantiate the client with your PUBLIC API credentials and domain. # First, instantiate the client with your PUBLIC API credentials and domain.
$mgClient = new MailgunClient("pubkey-5ogiflzbnjrljiky49qxsiozqef5jxp7", "samples.mailgun.org"); $mgClient = new MailgunClient("key-3ax6xnjp29jd6fds4gc373sgvjxteol0", "samples.mailgun.org");
# Next, instantiate a Logs object on the Logs API endpoint. # Next, instantiate a Logs object on the Logs API endpoint.
$logs = $mgClient->Logs(); $logs = $mgClient->Logs();

View File

@ -11,7 +11,7 @@ Here's how to use the "Messages" API endpoint:
```php ```php
# First, instantiate the client with your PUBLIC API credentials and domain. # First, instantiate the client with your PUBLIC API credentials and domain.
$mgClient = new MailgunClient("pubkey-5ogiflzbnjrljiky49qxsiozqef5jxp7", "samples.mailgun.org"); $mgClient = new MailgunClient("key-3ax6xnjp29jd6fds4gc373sgvjxteol0", "samples.mailgun.org");
# Next, instantiate a Message object on the Messages API endpoint. # Next, instantiate a Message object on the Messages API endpoint.
$message = $mgClient->Messages(); $message = $mgClient->Messages();
@ -41,7 +41,7 @@ Here's how to use the "Messages" API endpoint with Message Builder:
```php ```php
# First, instantiate the client with your PUBLIC API credentials and domain. # First, instantiate the client with your PUBLIC API credentials and domain.
$mgClient = new MailgunClient("pubkey-5ogiflzbnjrljiky49qxsiozqef5jxp7", "samples.mailgun.org"); $mgClient = new MailgunClient("key-3ax6xnjp29jd6fds4gc373sgvjxteol0", "samples.mailgun.org");
# Next, instantiate a Message Builder object on the Messages API endpoint. # Next, instantiate a Message Builder object on the Messages API endpoint.
$messageBldr = $mgClient->Messages()->MessageBuilder(); $messageBldr = $mgClient->Messages()->MessageBuilder();

View File

@ -11,7 +11,7 @@ Here's how to use the "Routes" API endpoint:
```php ```php
# First, instantiate the client with your PUBLIC API credentials and domain. # First, instantiate the client with your PUBLIC API credentials and domain.
$mgClient = new MailgunClient("pubkey-5ogiflzbnjrljiky49qxsiozqef5jxp7", "samples.mailgun.org"); $mgClient = new MailgunClient("key-3ax6xnjp29jd6fds4gc373sgvjxteol0", "samples.mailgun.org");
# Next, instantiate a Routes object on the Routes API endpoint. # Next, instantiate a Routes object on the Routes API endpoint.
$routes = $mgClient->Routes(); $routes = $mgClient->Routes();

View File

@ -11,7 +11,7 @@ Here's how to use the "Stats" API endpoint:
```php ```php
# First, instantiate the client with your PUBLIC API credentials and domain. # First, instantiate the client with your PUBLIC API credentials and domain.
$mgClient = new MailgunClient("pubkey-5ogiflzbnjrljiky49qxsiozqef5jxp7", "samples.mailgun.org"); $mgClient = new MailgunClient("key-3ax6xnjp29jd6fds4gc373sgvjxteol0", "samples.mailgun.org");
# Next, instantiate a Stats object on the Stats API endpoint. # Next, instantiate a Stats object on the Stats API endpoint.
$stats = $mgClient->Stats(); $stats = $mgClient->Stats();

View File

@ -11,7 +11,7 @@ Here's how to use the "Unsubscribes" API endpoint:
```php ```php
# First, instantiate the client with your PUBLIC API credentials and domain. # First, instantiate the client with your PUBLIC API credentials and domain.
$mgClient = new MailgunClient("pubkey-5ogiflzbnjrljiky49qxsiozqef5jxp7", "samples.mailgun.org"); $mgClient = new MailgunClient("key-3ax6xnjp29jd6fds4gc373sgvjxteol0", "samples.mailgun.org");
# Next, instantiate a Unsubscribes object on the Unsubscribes API endpoint. # Next, instantiate a Unsubscribes object on the Unsubscribes API endpoint.
$unsubscribe = $mgClient->Unsubscribes(); $unsubscribe = $mgClient->Unsubscribes();