keenlabs / KeenClient-Java

Official Java client for the Keen IO API. Build analytics features directly into your Java apps.
https://keen.io/docs
MIT License
74 stars 43 forks source link

Event collection names can start with $ #23

Closed terrhorn closed 10 years ago

terrhorn commented 10 years ago

We removed the restriction on collections beginning with $ recently, and have updated our docs to reflect the change, but KeenClient-Java still restricts use of $ in KeenClient.java.

This restriction should be removed.

joshed-io commented 10 years ago

Thanks for filing. IMHO we shouldn't be doing any rules / validation in here. Open to other opinions but otherwise I think we should take all of that out and just let the API fail invalid requests.

Geeber commented 10 years ago

Fixed in 2.0.3 release. I'm open to removing other validation, but for now I just handled this specific issue.