# File lib/point/base.rb, line 51
      def post(path)
        Request.new(path.to_s, :post).make
      end