-
Notifications
You must be signed in to change notification settings - Fork 31
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
Add Lists getters #1
Conversation
Create ListsTest
import com.ecwid.maleorang.annotation.* | ||
|
||
/** | ||
* [Get information about a specific list] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There must be no space or newline here, as it breaks the link in Dokka
Hi apocheau, Thank you for the contribution. I've left some comments and will merge the changes as soon as the issues fixed. |
Hello basiliscus and thanks for your reply. http://developer.mailchimp.com/documentation/mailchimp/reference/lists/#read-get_lists_list_id Finally, do you have kind of roadmap or stuff you are working on ? |
No, I do not have any plans on improving the library. However, contributions are welcome: I will be merging pull requests and releasing new versions. |
Fix Dokka document Remove Modules field
I added the ability to retreive informations about a specific list or list all lists.
Just pay attention to the "ListInfo.modules" array, which is not implemented.