We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3eb1a2 commit c793e6aCopy full SHA for c793e6a
onlinesimru/GetProxy.py
@@ -2,6 +2,9 @@
2
3
4
class GetProxy(Api):
5
+ def tariffs(self):
6
+ return self._get(f"/proxy/tariffs", {"country": "all"})
7
+
8
def get(
9
self,
10
cl: str = "days",
0 commit comments