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.
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.
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.
On Jun 15, 5:23 pm, Jonathan Nielsen <jonat...@jmnet.us> wrote:
[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.