module SauceWhisk::RestRequestBuilder

def auth_details

def auth_details
  {:user => SauceWhisk.username, :password => SauceWhisk.password}
end