Hey I am new to Httparty. I can fetch data but have problem posting using Httparty. Anyone who can suggest some good references for that? Thanks a bunch.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There aren’t a lot of references out there for HTTParty. Primarily, the readme and examples in their github repo. You could potentially go through their code to get a feel as well. Here’s a quick example of a post using the HTTParty mixin:
While your question was about HTTParty, and I’ve had to use that in the past, I’ve generally liked Typheous better. You may want to take a peek at that. I’m sure there are plenty of other HTTP Clients out there too. Those are the two I’ve worked with, and I’ve tended to prefer Typheous.