class OpenApiSDK::SDKHooks::Hooks
def after_success(hook_ctx:, response:)
def after_success(hook_ctx:, response:) @after_success_hooks.each do |hook| response = hook.after_success(hook_ctx: hook_ctx, response: response) end response end
def after_success(hook_ctx:, response:) @after_success_hooks.each do |hook| response = hook.after_success(hook_ctx: hook_ctx, response: response) end response end