Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to work with multiple Campaign Monitor accounts (API keys) #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lylo
Copy link

@lylo lylo commented May 23, 2011

Previously, List, Client and Campaign objects generated a new CampaignMonitor client object in their initialize methods. This defaults to using the system-wide CAMPAIGN_MONITOR_API_KEY constant, which prevents using multiple API keys if you have to add data to two separate Campaign Monitor accounts in your app.

This change allows a pre-instantiated CampaignMonitor object to be passed into List, Client and Campaign, thus making working with multiple CM accounts trivial.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant