Skip to content

Instantly share code, notes, and snippets.

@Samda
Last active December 17, 2020 02:23
Show Gist options
  • Save Samda/f2e8d0eb75865c473f30394c74e16992 to your computer and use it in GitHub Desktop.
Save Samda/f2e8d0eb75865c473f30394c74e16992 to your computer and use it in GitHub Desktop.
HTTP Client Ruby gem for Ruby on Rails app

faraday

rest-client

nestful

http

httpi

httparty

typhoeus

excon

open-uri

mechanize

curb

or building methods from rails to run terminal command.

%x{ curl command here }

exec("curl command goes here")

system("curl command goes here")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment