banana-j / bananaj

Java API wrapper for MailChimp API 3.0
MIT License
38 stars 33 forks source link

Is this JDK still supported? #46

Closed yekbote-pavan closed 3 years ago

yekbote-pavan commented 4 years ago

I am planning to use this JDK for writing a connector for Mailchimp. I was wondering if this is still supported?

yekbote-pavan commented 4 years ago

Does it support OAuth based API calls?

gscriver commented 4 years ago

A contributor added usingOAuthToken(...) and withDc(...) to the MailChimpConnection Builder class for OAuth support. I have not personally tested OAuth integration so I cannot speak to how well it works.