(self, version="v1")
| 682 | |
| 683 | # deprecated |
| 684 | def Unit(self, version="v1"): |
| 685 | print(f"function 'Client.Unit' is deprecated, use 'Client.get_units' instead") |
| 686 | return self.get(f"api/Unit/{version}") |
| 687 | |
| 688 | def get_dictionary( |
| 689 | self, dictionary_uri: str = "", include_test_dictionaries: bool = "False", version: int = 1 |
no test coverage detected