gomoob / php-pushwoosh

A PHP Library to easily send push notifications with the Pushwoosh REST Web Services.
http://gomoob.github.io/php-pushwoosh
MIT License
66 stars 37 forks source link

Implement new requests #62

Open bgaillard opened 8 years ago

bgaillard commented 8 years ago

Recently Pushwoosh updated its Remote Guide API documentation, version 2.x.x of the library should progressively implement the new requests.

curtisgibby commented 7 years ago

Any idea when this might be implemented? I'd love to have access to the getUnregisteredDevices method directly using this library.

bgaillard commented 7 years ago

Hi @curtisgibby, we're sorry to not be very reactive since several months on this project. We have too much work to do on other projects :).

If you want you can create a PR we'll review, implementing a new request is not too complex because we've clearly organize the source code to make this very easy.

WARNING Please always use the develop branch for your PR and never the master branch (this is because we use the Gitflow workflow).

Here are the steps to follow to implement a new request

Finally for the getUnregisteredDevices we'll perhaps need a new Model\Device package and a new Device class.

If you can please take an extreme care about the documentation, I think this is what makes the API easy to understand, use and update by other developers.

Do not hesitate if you have other questions.

Hope you'll have the time to develop this ;-)