This part: https://github.com/nexylan/graylog-sdk/blob/51aade2fb0185e99464ad42639ddb2dee55c9f89/src/Graylog.php#L155-L175 And the custom http plugin client property are completely useless. The plugin addition must be set by the end user, providing an another `PluginClient` Remove this part and implement something like this instead: https://github.com/nexylan/nexycrypt/blob/9df19e89a7d00503f510ded20736287f869b003c/src/NexyCrypt.php#L90-L105 Note: a 0.x release should be made before.
This part:
graylog-sdk/src/Graylog.php
Lines 155 to 175 in 51aade2
And the custom http plugin client property are completely useless.
The plugin addition must be set by the end user, providing an another
PluginClientRemove this part and implement something like this instead: https://github.com/nexylan/nexycrypt/blob/9df19e89a7d00503f510ded20736287f869b003c/src/NexyCrypt.php#L90-L105
Note: a 0.x release should be made before.