hook.io-sdk
hook.io-sdk copied to clipboard
sdk api client for communicating with https://hook.io
jfgjfgjgfjgj
Is that by design? Currently I workaround this by creating custom update utility, but it's not convenient at all. Is there plans to allow passing config params through environment variables,...
I've tried to transfer pyhedgehog/hook.io-sdk-python to bigcompany (temporary renaming hook.io-sdk-python to hook.io-sdk-python-fork), but got an error: "bigcompany already has a repository in the pyhedgehog/hook.io-sdk-python network and You don’t have the...
I've noticed that the update() method only updates some fields. For example, the `customTimeout` parameter can only be set at hook creation, but not later modified through `client.hook.update()`. In another...
Assuming ``` console # export hook_private_key=12345 ``` Before: ``` console # node bin/hook marak/echo { hook_private_key: '12345', param1: 'foo', param2: 'bar' } ``` After ``` console # node bin/hook marak/echo...
Let's pretend following scenario: ``` console $ fantastic-hookio-cli hook create echo {"error":true,"message":"\"anonymous\" does not have the role \"hook::update\" which is required to access \"/admin\"\n\nIf you are the owner of this...
I might be missing something but the docs suggest the following snippet should work: ``` js var client = sdk.createClient({ accessKey: 'private-key' }) ``` However the private key doesn't get...