Sha256: 999e21c5b7d237d792f11e56eabec046655fc76355b247975b966c25f93554a2

Contents?: true

Size: 311 Bytes

Versions: 8

Compression:

Stored size: 311 Bytes

Contents

dir = File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))
require File.join(dir, 'httparty')
require 'pp'

class Rep
  include HTTParty
end

pp Rep.get('http://whoismyrepresentative.com/getall_mems.php?zip=46544')
pp Rep.get('http://whoismyrepresentative.com/getall_mems.php', query: {zip: 46544})

Version data entries

8 entries across 7 versions & 3 rubygems

Version Path
httparty-0.14.0 examples/whoismyrep.rb
simplenet-client-0.2.0 ./vendor/bundle/ruby/1.9.1/gems/httparty-0.13.7/examples/whoismyrep.rb
simplenet-client-0.2.0 ./vendor/bundle/ruby/2.0.0/gems/httparty-0.13.7/examples/whoismyrep.rb
httparty-0.13.7 examples/whoismyrep.rb
httparty-0.13.6 examples/whoismyrep.rb
httpserious-0.13.5.lstoll1 examples/whoismyrep.rb
httparty-0.13.5 examples/whoismyrep.rb
httparty-0.13.4 examples/whoismyrep.rb