Version 0.8.39
- Includes PR #253 (thanks @attie).
- If you do not wish to merge the POST data into the
params
(for example if you are using a webhook that provides other data as JSON), then you can add&post_data=1
to the query string. If you do this, then the POST data will be available in thepost_data
key of theparams
object. - Thanks to user @attie and PR #254 for these fixes and suggestions.