getABillsRelatedBills Gets the related bills for the specified bill
()
| 122 | * Gets the related bills for the specified bill |
| 123 | */ |
| 124 | public static void getABillsRelatedBills() { |
| 125 | String url = String.format("%s/%s/%s/%s/%s/relatedbills", ROOT_URL, URL, CONGRESS, CHAMBER, NUMBER); |
| 126 | CDGClient.makeRequestAndOutputResponse(url); |
| 127 | } |
| 128 | |
| 129 | /** |
| 130 | * getABillsSubjects |
no test coverage detected