getABillsSubjects Gets the subjects for the specified bill
()
| 132 | * Gets the subjects for the specified bill |
| 133 | */ |
| 134 | public static void getABillsSubjects() { |
| 135 | String url = String.format("%s/%s/%s/%s/%s/subjects", ROOT_URL, URL, CONGRESS, CHAMBER, NUMBER); |
| 136 | CDGClient.makeRequestAndOutputResponse(url); |
| 137 | } |
| 138 | |
| 139 | /** |
| 140 | * getABillsSummaries |
no test coverage detected