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

Method getABillsRelatedBills

java/src/sample/Bill.java:124–127  ·  view source on GitHub ↗

getABillsRelatedBills Gets the related bills for the specified bill

()

Source from the content-addressed store, hash-verified

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

Callers 2

runAllBillMethodsMethod · 0.95
mainMethod · 0.95

Calls 1

Tested by

no test coverage detected