getABillsDetails Gets the detail for the specified bill
()
| 72 | * Gets the detail for the specified bill |
| 73 | */ |
| 74 | public static void getABillsDetails() { |
| 75 | String url = String.format("%s/%s/%s/%s/%s", ROOT_URL, URL, CONGRESS, CHAMBER, NUMBER); |
| 76 | CDGClient.makeRequestAndOutputResponse(url); |
| 77 | } |
| 78 | |
| 79 | /** |
| 80 | * getABillsActions |
no test coverage detected