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

Method getAllBills

java/src/sample/Bill.java:43–46  ·  view source on GitHub ↗

getAllBills Gets all bills

()

Source from the content-addressed store, hash-verified

41 *
42 */
43 public static void getAllBills() {
44 String url = String.format("%s/%s", ROOT_URL, URL);
45 CDGClient.makeRequestAndOutputResponse(url);
46 }
47
48 /**
49 * getAllBillsForCongress

Callers 2

runAllBillMethodsMethod · 0.95
mainMethod · 0.95

Calls 1

Tested by

no test coverage detected