Skip to content

Releases: watzenare/PushApi_Client

Bumblebee

13 Sep 14:59
Compare
Choose a tag to compare
  • Added continuous integration tests using Travis-CI
  • Updated and corrected failing tests
  • Code refactored and added some documentation

Micro changes

18 Dec 09:31
Compare
Choose a tag to compare
  • Updated Guzzle RM to return response
  • Updated Curl RM to send params on GET request

Dragon-fly hunter

17 Dec 16:44
Compare
Choose a tag to compare

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

08 Jul 12:43
Compare
Choose a tag to compare

New route

  • Added a new functionality in order to support all routes of the PushApi

Corrected bugs

04 May 11:17
Compare
Choose a tag to compare
  • Updated dependences.

Added a new RequestManager (Guzzle)

04 May 11:16
Compare
Choose a tag to compare
  • 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

30 Mar 15:22
Compare
Choose a tag to compare
Merge pull request #7 from watzenare/develop

= Corrected bug origined while catching response headers

Improved RequestManager call

27 Jan 11:15
Compare
Choose a tag to compare

Adding call timeout to the Curl RequestManager in order to detect when the api is down by receiving an exception.

Improved code quality

22 Jan 10:08
Compare
Choose a tag to compare
  • Refactored tests
  • Deleted duplicate code
  • Updated new functionalities

Added new functions

20 Jan 08:38
Compare
Choose a tag to compare
  • Added 2 new functions to call themes and channels by name
  • Tested this new functionalities and corrected bugs