Sha256: 7ea85babc5806c56b6cd490cc5f5edae1c22bf0502f04bb3543669b8650fa2c2

Contents?: true

Size: 235 Bytes

Versions: 13

Compression:

Stored size: 235 Bytes

Contents

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

class Rep
  include HTTParty
end

puts Rep.get('http://whoismyrepresentative.com/whoismyrep.php?zip=46544').inspect

Version data entries

13 entries across 13 versions & 4 rubygems

Version Path
alexvollmer-httparty-0.1.5 examples/whoismyrep.rb
francxk-httparty-0.1.3 examples/whoismyrep.rb
francxk-httparty-0.1.4 examples/whoismyrep.rb
jnunemaker-httparty-0.1.4 examples/whoismyrep.rb
jnunemaker-httparty-0.1.5 examples/whoismyrep.rb
jnunemaker-httparty-0.1.6 examples/whoismyrep.rb
jnunemaker-httparty-0.1.7 examples/whoismyrep.rb
jnunemaker-httparty-0.1.8 examples/whoismyrep.rb
httparty-0.1.3 examples/whoismyrep.rb
httparty-0.1.6 examples/whoismyrep.rb
httparty-0.1.8 examples/whoismyrep.rb
httparty-0.1.5 examples/whoismyrep.rb
httparty-0.1.7 examples/whoismyrep.rb