The webhook part of this lib uses the 1.0 version REST APIs. The 1.0 version of the createWebhook API doesn't return a webhookId, but a self field that includes the entire URI. This PR makes it possible to use that in other calls so one doesn't have to parse the webhookId out of the URI.
The webhook part of this lib uses the 1.0 version REST APIs. The 1.0 version of the
createWebhook
API doesn't return awebhookId
, but aself
field that includes the entire URI. This PR makes it possible to use that in other calls so one doesn't have to parse thewebhookId
out of the URI.