Skip to content

Conversation

jamie-beck
Copy link

Things like $response->{'0'} seem clumsy compared to $response[0]
In my opinion arrays are easier to iterate over too.

Its more efficient to handle it by json_decode() directly then on the outside of the class.

things like $response->{'0'} seem clumsy compared to $response[0]
in my opinion arrays are easier to iterate over too
added getCampaignContacts()
enhanced getCampaigns() to allow for params
moved all GET params prep to call()
normalized GET params usage in all methods
enhanced getCampaign() to accept params
shame on me
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant