getABillsCommittees Gets the committees for the specified bill
()
| 102 | * Gets the committees for the specified bill |
| 103 | */ |
| 104 | public static void getABillsCommittees() { |
| 105 | String url = String.format("%s/%s/%s/%s/%s/committees", ROOT_URL, URL, CONGRESS, CHAMBER, NUMBER); |
| 106 | CDGClient.makeRequestAndOutputResponse(url); |
| 107 | } |
| 108 | |
| 109 | /** |
| 110 | * getABillsCosponsors |
no test coverage detected