Method: CloudPDF::Client#get_webhook

Defined in:
lib/cloudpdf/client.rb

#get_webhook(id) ⇒ Object



76
77
78
# File 'lib/cloudpdf/client.rb', line 76

def get_webhook(id)
  get_response("APIV2GetWebhook", "/webhooks/" + id, {id: id})
end