# File lib/gdata/client/base.rb, line 117 def post(url, body) return self.make_request(:post, url, body) end