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.
60 61 62 |
# File 'lib/congress/client.rb', line 60 def bills( = {}) get('/bills', ) end |