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

Method runAllBillMethods

java/src/sample/Bill.java:21–35  ·  view source on GitHub ↗

runAllBillMethods Runs all the bill endpoints against the API

()

Source from the content-addressed store, hash-verified

19 *
20 */
21 public static void runAllBillMethods() {
22 getAllBills();
23 getAllBillsForCongress();
24 getAllBillsForCongressionalChamber();
25 getABillsDetails();
26 getABillsActions();
27 getABillsAmendments();
28 getABillsCommittees();
29 getABillsCosponsors();
30 getABillsRelatedBills();
31 getABillsSubjects();
32 getABillsSummaries();
33 getABillsTexts();
34 getABillsTitles();
35 }
36
37 /**
38 * getAllBills

Callers 1

mainMethod · 0.95

Calls 13

getAllBillsMethod · 0.95
getABillsDetailsMethod · 0.95
getABillsActionsMethod · 0.95
getABillsAmendmentsMethod · 0.95
getABillsCommitteesMethod · 0.95
getABillsCosponsorsMethod · 0.95
getABillsRelatedBillsMethod · 0.95
getABillsSubjectsMethod · 0.95
getABillsSummariesMethod · 0.95
getABillsTextsMethod · 0.95

Tested by

no test coverage detected