net/http post with Ruby

Posted by Godwin on Stack Overflow See other posts from Stack Overflow or by Godwin
Published on 2010-05-11T12:19:13Z Indexed on 2010/05/11 12:24 UTC
Read the original article Hit count: 234

Filed under:

Hello all, I have been trying to post blogs to Blogger via the API provided for posting but the problem I have is how to write the ruby code for the http post that will be able to carry the texts and make the post. In the API, it is stated that one has to First, create an XML representation of the post to publish.

Please can someone help me with a suggestion. This is the API that was provided: "http://www.blogger.com/feeds/blogID/posts/default"

© Stack Overflow or respective owner

Related posts about ruby