getABillsCosponsors Gets the cosponsors for the specified bill
()
| 112 | * Gets the cosponsors for the specified bill |
| 113 | */ |
| 114 | public static void getABillsCosponsors() { |
| 115 | String url = String.format("%s/%s/%s/%s/%s/cosponsors", ROOT_URL, URL, CONGRESS, CHAMBER, NUMBER); |
| 116 | CDGClient.makeRequestAndOutputResponse(url); |
| 117 | } |
| 118 | |
| 119 | /** |
| 120 | * getABillsRelatedBills |
no test coverage detected