From b047529d5fc45f172ea39b424c02b2fa2f1d9fbe Mon Sep 17 00:00:00 2001 From: Travis Swientek Date: Fri, 2 Aug 2013 17:59:20 -0700 Subject: [PATCH] Adjusted API key for samples --- src/Mailgun/Address/README.md | 2 +- src/Mailgun/Bounces/README.md | 2 +- src/Mailgun/Campaigns/README.md | 2 +- src/Mailgun/Complaints/README.md | 2 +- src/Mailgun/Lists/README.md | 2 +- src/Mailgun/Logs/README.md | 2 +- src/Mailgun/Messages/README.md | 4 ++-- src/Mailgun/Routes/README.md | 2 +- src/Mailgun/Stats/README.md | 2 +- src/Mailgun/Unsubscribes/README.md | 2 +- 10 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/Mailgun/Address/README.md b/src/Mailgun/Address/README.md index a073f35..8d2db44 100644 --- a/src/Mailgun/Address/README.md +++ b/src/Mailgun/Address/README.md @@ -11,7 +11,7 @@ Here's how to use the "Address" API endpoint: ```php # 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. $address = $mgClient->Address(); diff --git a/src/Mailgun/Bounces/README.md b/src/Mailgun/Bounces/README.md index b92e574..d5cbbd4 100644 --- a/src/Mailgun/Bounces/README.md +++ b/src/Mailgun/Bounces/README.md @@ -11,7 +11,7 @@ Here's how to use the "Bounces" API endpoint: ```php # 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. $bounces = $mgClient->Bounces(); diff --git a/src/Mailgun/Campaigns/README.md b/src/Mailgun/Campaigns/README.md index a70315e..bdbd5d8 100644 --- a/src/Mailgun/Campaigns/README.md +++ b/src/Mailgun/Campaigns/README.md @@ -11,7 +11,7 @@ Here's how to use the "Campaign" API endpoint: ```php # 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. $campaigns = $mgClient->Campaigns(); diff --git a/src/Mailgun/Complaints/README.md b/src/Mailgun/Complaints/README.md index c313243..654b815 100644 --- a/src/Mailgun/Complaints/README.md +++ b/src/Mailgun/Complaints/README.md @@ -11,7 +11,7 @@ Here's how to use the "Complaints" API endpoint: ```php # 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. $complaints = $mgClient->Complaints(); diff --git a/src/Mailgun/Lists/README.md b/src/Mailgun/Lists/README.md index e921411..27ce738 100644 --- a/src/Mailgun/Lists/README.md +++ b/src/Mailgun/Lists/README.md @@ -11,7 +11,7 @@ Here's how to use the "Lists" API endpoint: ```php # 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. $lists = $mgClient->Lists(); diff --git a/src/Mailgun/Logs/README.md b/src/Mailgun/Logs/README.md index ca544f8..913322e 100644 --- a/src/Mailgun/Logs/README.md +++ b/src/Mailgun/Logs/README.md @@ -11,7 +11,7 @@ Here's how to use the "Logs" API endpoint: ```php # 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. $logs = $mgClient->Logs(); diff --git a/src/Mailgun/Messages/README.md b/src/Mailgun/Messages/README.md index ff31f94..a3f1145 100644 --- a/src/Mailgun/Messages/README.md +++ b/src/Mailgun/Messages/README.md @@ -11,7 +11,7 @@ Here's how to use the "Messages" API endpoint: ```php # 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. $message = $mgClient->Messages(); @@ -41,7 +41,7 @@ Here's how to use the "Messages" API endpoint with Message Builder: ```php # 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. $messageBldr = $mgClient->Messages()->MessageBuilder(); diff --git a/src/Mailgun/Routes/README.md b/src/Mailgun/Routes/README.md index 92b1dfb..ace0bab 100644 --- a/src/Mailgun/Routes/README.md +++ b/src/Mailgun/Routes/README.md @@ -11,7 +11,7 @@ Here's how to use the "Routes" API endpoint: ```php # 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. $routes = $mgClient->Routes(); diff --git a/src/Mailgun/Stats/README.md b/src/Mailgun/Stats/README.md index 3cf106b..4aef127 100644 --- a/src/Mailgun/Stats/README.md +++ b/src/Mailgun/Stats/README.md @@ -11,7 +11,7 @@ Here's how to use the "Stats" API endpoint: ```php # 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. $stats = $mgClient->Stats(); diff --git a/src/Mailgun/Unsubscribes/README.md b/src/Mailgun/Unsubscribes/README.md index a75ef85..6ebea97 100644 --- a/src/Mailgun/Unsubscribes/README.md +++ b/src/Mailgun/Unsubscribes/README.md @@ -11,7 +11,7 @@ Here's how to use the "Unsubscribes" API endpoint: ```php # 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. $unsubscribe = $mgClient->Unsubscribes();