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

Add support for project creation/management #95

Open josephwegner opened 7 years ago

runz0rd commented 7 years ago

@josephwegner Im guessing you need create, update and delete project, since get is covered?

tbarn commented 7 years ago

@runz0rd The get project and get projects endpoints are not covered. I think that's an old endpoint from a while back because they do not use the /organizations endpoints. I think what they return is slightly different too.

The API Reference section here has all of the endpoints that should be covered.