getABillsActions Gets the actions for the specified bill
()
| 82 | * Gets the actions for the specified bill |
| 83 | */ |
| 84 | public static void getABillsActions() { |
| 85 | String url = String.format("%s/%s/%s/%s/%s/actions", ROOT_URL, URL, CONGRESS, CHAMBER, NUMBER); |
| 86 | CDGClient.makeRequestAndOutputResponse(url); |
| 87 | } |
| 88 | |
| 89 | /** |
| 90 | * getABillsAmendments |
no test coverage detected