module TescoRb

The entry point to this gem: TescoRb.new(API_KEY)

TODO: subclass these requesters as they share loads of logic.

Constants

VERSION

Public Class Methods

new(api_key) click to toggle source
# File lib/tesco_rb.rb, line 9
def self.new(api_key)
  Client.new(api_key)
end