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

Method getABillsTexts

java/src/sample/Bill.java:154–157  ·  view source on GitHub ↗

getABillsTexts Gets the texts for the specified bill

()

Source from the content-addressed store, hash-verified

152 * Gets the texts for the specified bill
153 */
154 public static void getABillsTexts() {
155 String url = String.format("%s/%s/%s/%s/%s/text", ROOT_URL, URL, CONGRESS, CHAMBER, NUMBER);
156 CDGClient.makeRequestAndOutputResponse(url);
157 }
158
159 /**
160 * getABillsTitles

Callers 2

runAllBillMethodsMethod · 0.95
mainMethod · 0.95

Calls 1

Tested by

no test coverage detected