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

Method getABillsSubjects

java/src/sample/Bill.java:134–137  ·  view source on GitHub ↗

getABillsSubjects Gets the subjects for the specified bill

()

Source from the content-addressed store, hash-verified

132 * Gets the subjects for the specified bill
133 */
134 public static void getABillsSubjects() {
135 String url = String.format("%s/%s/%s/%s/%s/subjects", ROOT_URL, URL, CONGRESS, CHAMBER, NUMBER);
136 CDGClient.makeRequestAndOutputResponse(url);
137 }
138
139 /**
140 * getABillsSummaries

Callers 2

runAllBillMethodsMethod · 0.95
mainMethod · 0.95

Calls 1

Tested by

no test coverage detected