Baptiste Gaillard
Baptiste Gaillard
Hi, we have an API with collection endpoints accepting huge number of filter URI parameters (more than 50). We would like to document everything, but the problem is that aglio...
Hi, I'm currently trying to generate multiple CURIE links having absolute hrefs. Because I'm using Nelmio to document my APIs the CURIE **absolute** urls I have to generate must have...
This PR fixes the following issue https://issues.jenkins-ci.org/browse/JENKINS-54249. Few additional notes : * The code update the `git` plugin to version `4.0.0-rc` to have the `BuildDetails` class (see comments associated to...
Hi, I just started to use `color-extractor` in one or our customer's project. We wrote a unit test to check our code and it appears the `Palette.getMostUsedColors()` function is not...
Recently Pushwoosh updated its Remote Guide API documentation, version `2.x.x` of the library should progressively implement the new requests. - [ ] `/getMessageDetails` (http://docs.pushwoosh.com/docs/getmessagedetails) - [ ] `/addTag` (http://docs.pushwoosh.com/docs/addtag) (see...
Today Guzzle is used in many Web Services PHP libraries, it would be great to allow the library to use Guzzle instead of the CURL HTTP client.
As explained in the http://docs.pushwoosh.com/docs/createmessage documentation it is possible to specify `Country` and `Language` conditions. For example. ``` "conditions": [["Country", "EQ", "BR"],["Language", "EQ", "pt"]] ``` It would be useful to...
For now the `TargetedMessageRequest` allows to set a `devicesFilter` property as a string only. It would be great to have a powerful DSL to create the device filters, for example....
The following fork https://github.com/jhumez/php-pushwoosh/commit/150cecd8b910e8f63b9aa630fdca259ca5d2a8c1 add Chrome and Firefix support in `RegisterDeviceRequest`, we should add this also. Official documentation http://docs.pushwoosh.com/docs/registerdevice.
For the version `2.0.0` all the PSR naming conventions should be respected (http://www.php-fig.org/bylaws/psr-naming-conventions). If possible the project should use a tool to automatically check those naming conventions on Travis.