Hakan Kalyoncu

Results 3 comments of Hakan Kalyoncu

I have a fix for the issue but don't have right to push: $ git push origin yorenet-fix-issue76 remote: Permission to glpi-project/php-library-glpi.git denied to yorenet. fatal: unable to access 'https://github.com/glpi-project/php-library-glpi.git/':...

Here is the fix: ``` $ git diff develop diff --git a/src/Glpi/Api/Rest/Client.php b/src/Glpi/Api/Rest/Client.php index c5357bb..875d447 100644 --- a/src/Glpi/Api/Rest/Client.php +++ b/src/Glpi/Api/Rest/Client.php @@ -175,7 +175,8 @@ class Client { public function request($method,...

> @yorenet Hello, thanks for the fix, but i can't send Document do you have an idea ? Sure. Here is a sample code to upload a file after the...