Method: Congress::Client#bills

Defined in:
lib/congress/client.rb

#bills(options = {}) ⇒ Hashie::Rash

Legislation in the House and Senate, back to 2009. Updated daily.

Examples:

client.bills

Returns:

  • (Hashie::Rash)


60
61
62
# File 'lib/congress/client.rb', line 60

def bills(options = {})
  get('/bills', options)
end