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

allow returning of associate array instead of object #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

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