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

Method getABillsSummaries

java/src/sample/Bill.java:144–147  ·  view source on GitHub ↗

getABillsSummaries Gets the summaries for the specified bill

()

Source from the content-addressed store, hash-verified

142 * Gets the summaries for the specified bill
143 */
144 public static void getABillsSummaries() {
145 String url = String.format("%s/%s/%s/%s/%s/summaries", ROOT_URL, URL, CONGRESS, CHAMBER, NUMBER);
146 CDGClient.makeRequestAndOutputResponse(url);
147 }
148
149 /**
150 * getABillsTexts

Callers 2

runAllBillMethodsMethod · 0.95
mainMethod · 0.95

Calls 1

Tested by

no test coverage detected