getAllBillsForCongress Gets all bills for the specified congress
()
| 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 |
no test coverage detected