MCPcopy Create free account
hub / github.com/LibraryOfCongress/api.congress.gov / getAllBillsForCongress

Method getAllBillsForCongress

java/src/sample/Bill.java:53–56  ·  view source on GitHub ↗

getAllBillsForCongress Gets all bills for the specified congress

()

Source from the content-addressed store, hash-verified

51 * Gets all bills for the specified congress
52 */
53 public static void getAllBillsForCongress() {
54 String url = String.format("%s/%s/%s", ROOT_URL, URL, CONGRESS);
55 CDGClient.makeRequestAndOutputResponse(url);
56 }
57
58 /**
59 * getAllBillsForCongressionalChamber

Callers 2

runAllBillMethodsMethod · 0.95
mainMethod · 0.95

Calls 1

Tested by

no test coverage detected