# File lib/stella.rb, line 221 def get path, params=nil opts = httparty_opts opts[:query] = params || {} execute_request :get, path, opts end