keolo / mixpanel_client

Ruby interface to the Mixpanel Data API
MIT License
148 stars 72 forks source link

Verbose configuration for client #47

Closed oss92 closed 7 years ago

oss92 commented 9 years ago

Sometimes you need to view the generated Mixpanel API url. So I added a verbose option for the client.

keolo commented 7 years ago

This is interesting. However, I think this is a rare use case. I would suggest to use a logger instead of puts to avoid muddying up the api if you really need to output the url. Let me know if you still think this is a needed feature.