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

Changes per meeting with Kevin #50

Closed claireyoung closed 9 years ago

claireyoung commented 9 years ago

Changes per meeting with Kevin last week.

  1. KeenQueryParam types: Map absoluteTimeframe, Integer maxAge, Double percentile, Integer latest.
  2. add test cases for optional parameters
  3. polishing up - javadoc comments (still not done).
  4. Change return types to the Object value of the "result" key.
  5. add error handling - throw new ServerException() for error responses.

TODO:

  1. Write README.
  2. finish up with the javadoc documentation of the methods.