Skip to content

Instantly share code, notes, and snippets.

@darron
Created May 26, 2010 21:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save darron/415081 to your computer and use it in GitHub Desktop.
Save darron/415081 to your computer and use it in GitHub Desktop.
# Eblast Lists Data
email_insider_stats_uri = 'http://api.createsend.com/api/api.asmx/List.GetStats?ApiKey=' + CAMPAIGN_MONITOR_API_KEY + '&ListID=' + EMAIL_INSIDER
email_insider_stats = HTTParty.get(email_insider_stats_uri)
@email_insider_stats = email_insider_stats.first
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment