module HoundListSync::Http

Public Instance Methods

get(_url, headers:, basic_auth: []) click to toggle source
# File lib/hound_list_sync/http.rb, line 18
def get(_url, headers:, basic_auth: []) # rubocop:disable Lint/UnusedMethodArgument
  raise "#{self.class} has not implemented method '#{__method__}'"
end