(self, version="v1")
| 621 | |
| 622 | # deprecated |
| 623 | def Country(self, version="v1"): |
| 624 | print(f"function 'Client.Country' is deprecated, use 'Client.get_countries' instead") |
| 625 | return self._get_deprecated(f"api/Country/{version}") |
| 626 | |
| 627 | # deprecated |
| 628 | def Domain(self, version="v2"): |
nothing calls this directly
no test coverage detected