gith
gith copied to clipboard
Remove "payload=" prefix filtering on responses
I'm not sure if the API changed or if this is related to something else like using an authorized API key (which I am not) but the post body I see from Github does not contain the prefix payload= which causes the whole program to essentially noop. If this needs to conditionally filter that prefix I'm happy to modify the PR.
This solves #20.
Thanks for the great module!