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