Skip to content
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.

Php example #25

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

Php example #25

wants to merge 3 commits into from

Conversation

nekhbet
Copy link

@nekhbet nekhbet commented Jan 20, 2016

This is a basic class, will add more functionality in the near future (I use mailchimp pretty often on few projects).

@nekhbet nekhbet mentioned this pull request Jan 21, 2016
@toomuchpete
Copy link
Contributor

Hi @nekhbet, thanks for submitting this PR! I'm on vacation for another week, but I'll take a closer look next week and comment/merge at that time! Thank you!

@nekhbet
Copy link
Author

nekhbet commented Jan 27, 2016

@toomuchpete Enjoy your holiday then :)

@Louis345
Copy link

Hello,

This has been a really big help. The class works perfectly. Thank You.

case 'GET':
$endpoint .= '?' . http_build_query($payload);
break;
case 'DELETE':
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You listed the DELETE case twice here.

@scottcwilson
Copy link

I added PATCH to the list of supported verbs to permit updates to MailChimp records.
https://github.com/scottcwilson/zencart_mailchimp

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

Successfully merging this pull request may close these issues.

6 participants