Skip to content

Commit

Permalink
closes #44
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzaloebiz committed Jan 23, 2023
1 parent d820b5b commit 0565a58
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/Mailchimp.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,20 @@ class Mailchimp
protected $_ch = null;
protected $_root = 'https://api.mailchimp.com/3.0';
protected $_debug = false;
public $root;
public $authorizedApps;
public $automation;
public $batchOperation;
public $campaignFolders;
public $campaigns;
public $conversations;
public $ecommerce;
public $fileManagerFiles;
public $fileManagerFolders;
public $lists;
public $reports;
public $templateFolders;
public $templates;

const POST = 'POST';
const GET = 'GET';
Expand Down

0 comments on commit 0565a58

Please sign in to comment.