Method: Congress::Client#bills_search
- Defined in:
- lib/congress/client.rb
#bills_search(options = {}) ⇒ Hashie::Rash
Full text search over legislation.
69 70 71 |
# File 'lib/congress/client.rb', line 69 def bills_search( = {}) get('/bills/search', ) end |