mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
10 lines
No EOL
249 B
Ruby
10 lines
No EOL
249 B
Ruby
dir = File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))
|
|
require File.join(dir, 'httparty')
|
|
require 'pp'
|
|
|
|
class Rep
|
|
include HTTParty
|
|
format :xml
|
|
end
|
|
|
|
puts Rep.get('http://whoismyrepresentative.com/whoismyrep.php?zip=46544').inspect |