Skip to content

Commit

Permalink
Added .json for a mapping between api and methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jslane-h committed Jul 20, 2023
1 parent 0d22c02 commit 68eefc5
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions src/app/api_to_method.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"Verification Case": [
"case_already_in_suite",
"check_file",
"check_json_path_type",
"check_type",
"create_verification_case_suite_from_base_case",
"load_verification_cases_from_json",
"read_case",
"same_case",
"save_case_suite_to_json",
"save_verification_cases_to_json",
"validate",
"validate_verification_case_structure"
],
"Data Processing": [
"add_parameter",
"apply_function",
"check",
"concatenate",
"downsample",
"fill_missing_values",
"plot",
"slice",
"summary"
],
"Reporting": [
"report_multiple_cases"
],
"Verification Library": [
"get_applicable_library_items_by_datapoints",
"get_library_item",
"get_library_items",
"get_required_datapoints_by_library_items",
"validate_library"
],
"Verification": [
"configure",
"run",
"run_single_verification"
]
}

0 comments on commit 68eefc5

Please sign in to comment.