Releases: watzenare/PushApi_Client
Releases · watzenare/PushApi_Client
Bumblebee
Micro changes
- Updated Guzzle RM to return response
- Updated Curl RM to send params on GET request
Dragon-fly hunter
Updated client with new pushapi routes
- New methods added (add/remove devices, remove all devices of the same type, ...).
- Code refactored.
- Bugs corrected.
- Updated Guzzle response on errors.
Swatter
Corrected bugs
- Updated dependences.
Added a new RequestManager (Guzzle)
- Code refactored.
- Updated Request Manager structure.
- Added documentation.
- Added a new Request Manager (Guzzle), now it is possible to send blocking and non-blocking messages to the PushApi.
Corrected bugs
Merge pull request #7 from watzenare/develop = Corrected bug origined while catching response headers
Improved RequestManager call
Adding call timeout to the Curl RequestManager in order to detect when the api is down by receiving an exception.
Improved code quality
- Refactored tests
- Deleted duplicate code
- Updated new functionalities
Added new functions
- Added 2 new functions to call themes and channels by name
- Tested this new functionalities and corrected bugs