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

Method getABillsCosponsors

java/src/sample/Bill.java:114–117  ·  view source on GitHub ↗

getABillsCosponsors Gets the cosponsors for the specified bill

()

Source from the content-addressed store, hash-verified

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

Callers 2

runAllBillMethodsMethod · 0.95
mainMethod · 0.95

Calls 1

Tested by

no test coverage detected