Class: QuicknodeSdk::Webhooks
Instance Method Summary
collapse
#method_missing, #respond_to_missing?
Constructor Details
Returns a new instance of Webhooks.
133
|
# File 'sig/quicknode_sdk.rbs', line 133
def initialize: (untyped native) -> void
|
Instance Method Details
#activate_webhook ⇒ void
This method returns an undefined value.
141
|
# File 'sig/quicknode_sdk.rbs', line 141
def activate_webhook: (id: String, start_from: String) -> void
|
#create_webhook_from_template ⇒ Object
143
|
# File 'sig/quicknode_sdk.rbs', line 143
def create_webhook_from_template: (name: String, network: String, destination_attributes_json: String, template_args_json: String, ?notification_email: String) -> untyped
|
#delete_all_webhooks ⇒ void
This method returns an undefined value.
136
|
# File 'sig/quicknode_sdk.rbs', line 136
def delete_all_webhooks: () -> void
|
#delete_webhook ⇒ void
This method returns an undefined value.
139
|
# File 'sig/quicknode_sdk.rbs', line 139
def delete_webhook: (id: String) -> void
|
#get_enabled_count ⇒ Object
142
|
# File 'sig/quicknode_sdk.rbs', line 142
def get_enabled_count: () -> untyped
|
#get_webhook ⇒ Object
137
|
# File 'sig/quicknode_sdk.rbs', line 137
def get_webhook: (id: String) -> untyped
|
#list_webhooks ⇒ Object
135
|
# File 'sig/quicknode_sdk.rbs', line 135
def list_webhooks: (?limit: Integer, ?offset: Integer) -> untyped
|
#pause_webhook ⇒ void
This method returns an undefined value.
140
|
# File 'sig/quicknode_sdk.rbs', line 140
def pause_webhook: (id: String) -> void
|
#update_webhook ⇒ Object
138
|
# File 'sig/quicknode_sdk.rbs', line 138
def update_webhook: (id: String, ?name: String, ?notification_email: String, ?destination_attributes_json: String) -> untyped
|
#update_webhook_template ⇒ Object
144
|
# File 'sig/quicknode_sdk.rbs', line 144
def update_webhook_template: (webhook_id: String, template_args_json: String, ?name: String, ?notification_email: String) -> untyped
|