getABillsAmendments Gets the amendments for the specified bill
()
| 92 | * Gets the amendments for the specified bill |
| 93 | */ |
| 94 | public static void getABillsAmendments() { |
| 95 | String url = String.format("%s/%s/%s/%s/%s/amendments", ROOT_URL, URL, CONGRESS, CHAMBER, NUMBER); |
| 96 | CDGClient.makeRequestAndOutputResponse(url); |
| 97 | } |
| 98 | |
| 99 | /** |
| 100 | * getABillsCommittees |
no test coverage detected