getWebhookDeliveryItemApi method

WebhookDeliveryItemApi getWebhookDeliveryItemApi()

Get WebhookDeliveryItemApi instance, base route and serializer can be overridden by a given but be careful, by doing that all interceptors will not be executed

Implementation

WebhookDeliveryItemApi getWebhookDeliveryItemApi() {
  return WebhookDeliveryItemApi(dio, serializers);
}