module Fastly::Fetcher

def client(opts={})

Get the current Fastly::Client
def client(opts={})
  @client ||= Fastly::Client.new(opts)
end