# File lib/flukso/api.rb, line 72 def perform_post(path, options={}) Flukso::Request.post(self, @base_url+path, add_version_header(options)) end