miguel250 / MZMailChimpBundle

[UNMAINTAINED] Symfony2 mailchimp bundle
54 stars 26 forks source link

Retrieve all lists from an account #25

Closed jverdeyen closed 2 years ago

miguel250 commented 10 years ago

@jverdeyen is there any reason you created a new class file for list?

jverdeyen commented 10 years ago

@miguel250 Looks the "cleanest", no?

miguel250 commented 10 years ago

I think it will be confusing since now we have getList and getLists. Maybe the bundle should get rewritten to support version 2 of the API.

jverdeyen commented 10 years ago

Okey, sounds like a good idea. Currently I'm using my feature branch in my composer file, so no need to merge if you don't like it.

OskarStark commented 9 years ago

i think this is an lightweight and useful commit of @jverdeyen

we have to write a good documentation of each call

miguel250 commented 9 years ago

@OskarStark this call is part of v3 of the API so I don't want to add without supporting all of the new methods in v3. I am planning to add support to v3 but I don't have that much time right now. I am open for a pull request that keeps v2 and v3 separate from each other.

OskarStark commented 9 years ago

sorry my fault. you are right @miguel250 we should than not implement this in this branch...