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

Method getABillsActions

java/src/sample/Bill.java:84–87  ·  view source on GitHub ↗

getABillsActions Gets the actions for the specified bill

()

Source from the content-addressed store, hash-verified

82 * Gets the actions for the specified bill
83 */
84 public static void getABillsActions() {
85 String url = String.format("%s/%s/%s/%s/%s/actions", ROOT_URL, URL, CONGRESS, CHAMBER, NUMBER);
86 CDGClient.makeRequestAndOutputResponse(url);
87 }
88
89 /**
90 * getABillsAmendments

Callers 2

runAllBillMethodsMethod · 0.95
mainMethod · 0.95

Calls 1

Tested by

no test coverage detected