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

Method getABillsTitles

java/src/sample/Bill.java:164–167  ·  view source on GitHub ↗

getABillsTitles Gets the titles for the specified bill

()

Source from the content-addressed store, hash-verified

162 * Gets the titles for the specified bill
163 */
164 public static void getABillsTitles() {
165 String url = String.format("%s/%s/%s/%s/%s/titles", ROOT_URL, URL, CONGRESS, CHAMBER, NUMBER);
166 CDGClient.makeRequestAndOutputResponse(url);
167 }
168}

Callers 2

runAllBillMethodsMethod · 0.95
mainMethod · 0.95

Calls 1

Tested by

no test coverage detected