Looking for some documentation.

S

Shef

Hey Guys! Anyone know where I can find some documentation for using
HTTP verbs in ruby? (GET, POST, PUT, DELETE). I'd tried digging
through the documentation for curb & httparty, but they were a tad to
terse or the examples didn't cover all the bases for me as I'm pretty
new to the language. Anyone know where I can find a few examples. I'm
looking to dig into the google api's with ruby.

Thanks in advance!
 
J

Jonathan Nielsen

[Note: parts of this message were removed to make it a legal post.]
Hey Guys! Anyone know where I can find some documentation for using
HTTP verbs in ruby? (GET, POST, PUT, DELETE). I'd tried digging
through the documentation for curb & httparty, but they were a tad to
terse or the examples didn't cover all the bases for me as I'm pretty
new to the language. Anyone know where I can find a few examples. I'm
looking to dig into the google api's with ruby.

Thanks in advance!

Check out Net::HTTP in the stdlib. It's pretty straightforward with
sending those verbs around, and the docs are pretty good.

http://ruby-doc.org/core/classes/Net/HTTP.html

-Jonathan Nielsen
 
S

Shef

[Note:  parts of this message were removed to make it a legal post.]


Hey Guys! Anyone know where I can find some documentation for using
HTTP verbs in ruby? (GET, POST, PUT, DELETE). I'd tried digging
through the documentation for curb & httparty, but they were a tad to
terse or the examples didn't cover all the bases for me as I'm pretty
new to the language. Anyone know where I can find a few examples. I'm
looking to dig into the google api's with ruby.
Thanks in advance!
Check out Net::HTTP in the stdlib.  It's pretty straightforward with

sending those verbs around, and the docs are pretty good.

http://ruby-doc.org/core/classes/Net/HTTP.html

-Jonathan Nielsen

Awesome, thanks for the fast response!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,074
Latest member
StanleyFra

Latest Threads

Top