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

Create Project fix #132

Closed beyerz closed 6 years ago

beyerz commented 6 years ago

This pull request contains two fixes that were resulting in the createProject action failing

  1. Added the "organizationKey" to params in getCommand in KeenIOClient. Was causing invalid input
  2. Updated the Resource for createProject to correctly include the body data
beyerz commented 6 years ago

Hi @piotrek-buchman

I have added the changes as you requested.

Thanks Beyerz