keenlabs / KeenClient-PHP

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

Library updates #85

Closed caseysoftware closed 8 years ago

caseysoftware commented 8 years ago
josephwegner commented 8 years ago

@caseysoftware this looks great, thank you.

One small bit of feedback:

Could we change the saved queries related functions to include the term "Saved" in the function name. For instance, change $client->createQuery to $client->createSavedQuery. The same sort of thing would apply to all the other saved query functions.

Awesome! Thanks!

caseysoftware commented 8 years ago

@josephwegner Thanks! Updated as requested.

Btw, the /docs folder can be deleted once that's merged in with your existing docs repo. It doesn't need to be in the final release.

josephwegner commented 8 years ago

Love it! +1

josephwegner commented 8 years ago

@caseysoftware OK, great. We will get these docs updated on our website.

Could you update the README with saved queries stuff, removed the /docs folder, and then this PR is good to merge.