Andres
Andres

Reputation: 11757

Consume REST from ruby, is there a good gem for this?

I need to consume resources from a REST api, and I'm trying to find a good gem for doing this, but I can't find anything good...

What do you use for this??

Upvotes: 0

Views: 89

Answers (2)

Marlin Pierce
Marlin Pierce

Reputation: 10099

I use Active Resource. (But Active Resource is too short an answer since StackOverflow requires that answers be at least 30 characters.)

Upvotes: 2

girasquid
girasquid

Reputation: 15506

I use the REST Client gem for this - it's worked well so far.

Upvotes: 3

Related Questions