On Wed, May 31, 2017 at 10:27 AM, Joe Guerra <[email protected]> wrote: > Hmm, which gem would allow you to perform http requests within Rails? I > would like to send a request to the canadapost website and pass it some > parameters and return a shipping total. > > I do believe there is a canadapost gem, but I'm not sure how upto date it > is.
Searching for `ruby gem canada post` turns up more than one -- why don't you just try them and see which you prefer? Similarly `ruby gem http` will show you some possibilities if you want to roll your own solution. See also: https://ruby-doc.org/stdlib-2.4.1/libdoc/net/http/rdoc/index.html HTH! -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan Consulting Availability : Silicon Valley or remote -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CACmC4yAujFWb8sdRi0tcPfrtwCW6NrkFZ6rKCKb20AteY1u_7Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

