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

Method getABillsDetails

java/src/sample/Bill.java:74–77  ·  view source on GitHub ↗

getABillsDetails Gets the detail for the specified bill

()

Source from the content-addressed store, hash-verified

72 * Gets the detail for the specified bill
73 */
74 public static void getABillsDetails() {
75 String url = String.format("%s/%s/%s/%s/%s", ROOT_URL, URL, CONGRESS, CHAMBER, NUMBER);
76 CDGClient.makeRequestAndOutputResponse(url);
77 }
78
79 /**
80 * getABillsActions

Callers 2

runAllBillMethodsMethod · 0.95
mainMethod · 0.95

Calls 1

Tested by

no test coverage detected