glpi-project / php-library-glpi

GLPI API Client Library for PHP
https://glpi-project.github.io/php-library-glpi/
GNU General Public License v3.0
25 stars 21 forks source link

fix get body #73

Closed btry closed 5 years ago

btry commented 5 years ago
$response->getBody()->getContents()

cannot be called twice : only the 1st call returns the content, the other calls returns an empty string

Also, in a json encoded error, the index of the error is 1, not 0. 0 is a machine code, 1 is for humans.

ghost commented 5 years ago

There were the following issues with this Pull Request

You may need to change the commit messages to comply with the repository contributing guidelines.


🤖 This comment was generated by commitlint[bot]. Please report issues here.

Happy coding!

ghost commented 5 years ago

There were the following issues with this Pull Request

You may need to change the commit messages to comply with the repository contributing guidelines.


🤖 This comment was generated by commitlint[bot]. Please report issues here.

Happy coding!