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

Method getABillsAmendments

java/src/sample/Bill.java:94–97  ·  view source on GitHub ↗

getABillsAmendments Gets the amendments for the specified bill

()

Source from the content-addressed store, hash-verified

92 * Gets the amendments for the specified bill
93 */
94 public static void getABillsAmendments() {
95 String url = String.format("%s/%s/%s/%s/%s/amendments", ROOT_URL, URL, CONGRESS, CHAMBER, NUMBER);
96 CDGClient.makeRequestAndOutputResponse(url);
97 }
98
99 /**
100 * getABillsCommittees

Callers 2

runAllBillMethodsMethod · 0.95
mainMethod · 0.95

Calls 1

Tested by

no test coverage detected