getABillsTitles Gets the titles for the specified bill
()
| 162 | * Gets the titles for the specified bill |
| 163 | */ |
| 164 | public static void getABillsTitles() { |
| 165 | String url = String.format("%s/%s/%s/%s/%s/titles", ROOT_URL, URL, CONGRESS, CHAMBER, NUMBER); |
| 166 | CDGClient.makeRequestAndOutputResponse(url); |
| 167 | } |
| 168 | } |
no test coverage detected