rocket-chat
rocket-chat copied to clipboard
Rocket Chat Rest API PHP Wrapper Library
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.4.0 to 7.4.5. Release notes Sourced from guzzlehttp/guzzle's releases. Release 7.4.5 See change log for changes. Release 7.4.4 See change log for changes. Release 7.4.3 See change...
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.1.0 to 2.2.1. Release notes Sourced from guzzlehttp/psr7's releases. 2.2.1 See change log for changes. 2.2.0 See change log for changes. 2.1.2 See change log for changes....
Added support for [invites](https://docs.rocket.chat/api/rest-api/methods/invites)
If the server is not available `static::getResponse()` remains empty `src/Chat.php:27 if (isset(static::getResponse()->status) && (static::getResponse()->status != "success")) {` doesn't handle this case because status is not isset As a result, we...
When the Rocket.Chat REST API responds with 401 due to invalid authentication, the response looks like this (prettified): ```json { "status": "error", "message": "You must be logged in to do...
Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 2.1.0 to 2.5.0. Release notes Sourced from guzzlehttp/psr7's releases. 2.5.0 See change log for changes. 2.4.5 See change log for changes. 2.4.4 See change log for changes....