waylayio / kairosdb-scala

Scala KairosDB driver
MIT License
10 stars 3 forks source link

Fluent API #1

Open thomastoye opened 8 years ago

thomastoye commented 8 years ago

It would be nice if this project had a more fluent API, like kairosDB.health.check and kairosDB.metrics.delete(???) instead of kairosDB.healthCheck and kairosDB.deleteMetric(???).

francisdb commented 8 years ago

you can always add this as a second api, but one level deep api is ok for me