harrisonhjones / phpParticle

PHP Class for interacting with the Spark Cloud (spark.io)
24 stars 6 forks source link

API changes are breaking things #19

Closed harrisonhjones closed 9 years ago

harrisonhjones commented 9 years ago

Spark.io et all are changing the public api (without a public changelog I might add). Lots of interesting changes but not well documented. Need to write a unit test suite so we know when things break.

Example change: Requests seem to always return a "ok" variable indicating success along with an "errors" array indicating all errors that have occured

harrisonhjones commented 9 years ago

Ok. I may have been a bit hasty. They aren't breaking things... to much.