# File lib/sawyer/relation.rb, line 160
    def get(options = nil)
      options ||= {}
      options[:method] = :get
      call options
    end