MCPcopy Create free account
hub / github.com/LibraryOfCongress/api.congress.gov / getABillsCommittees

Method getABillsCommittees

java/src/sample/Bill.java:104–107  ·  view source on GitHub ↗

getABillsCommittees Gets the committees for the specified bill

()

Source from the content-addressed store, hash-verified

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

Callers 2

runAllBillMethodsMethod · 0.95
mainMethod · 0.95

Calls 1

Tested by

no test coverage detected