getABillsTexts Gets the texts for the specified bill
()
| 152 | * Gets the texts for the specified bill |
| 153 | */ |
| 154 | public static void getABillsTexts() { |
| 155 | String url = String.format("%s/%s/%s/%s/%s/text", ROOT_URL, URL, CONGRESS, CHAMBER, NUMBER); |
| 156 | CDGClient.makeRequestAndOutputResponse(url); |
| 157 | } |
| 158 | |
| 159 | /** |
| 160 | * getABillsTitles |
no test coverage detected