getAllBills Gets all bills
()
| 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 |
no test coverage detected