Skip to content

Commit c68a1c4

Browse files
author
Paul Tagliamonte
committed
Documenting the new bill method
1 parent c582ff0 commit c68a1c4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sunlight/services/openstates.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ def bills(self, **kwargs):
4646

4747
def bill(self, bill_id, **kwargs):
4848
"""
49+
Get full information on a single bill from the Open States API given
50+
the OpenStates Bill ID (such as TNB00004685)
51+
52+
`Bill API docs <http://openstates.org/api/bills/>`_.
4953
"""
5054
return self.get(["bills", bill_id], **kwargs)
5155

0 commit comments

Comments
 (0)