getABillsSummaries Gets the summaries for the specified bill
()
| 142 | * Gets the summaries for the specified bill |
| 143 | */ |
| 144 | public static void getABillsSummaries() { |
| 145 | String url = String.format("%s/%s/%s/%s/%s/summaries", ROOT_URL, URL, CONGRESS, CHAMBER, NUMBER); |
| 146 | CDGClient.makeRequestAndOutputResponse(url); |
| 147 | } |
| 148 | |
| 149 | /** |
| 150 | * getABillsTexts |
no test coverage detected