Skip to content

Commit c793e6a

Browse files
committed
add proxy tariffs
1 parent f3eb1a2 commit c793e6a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

onlinesimru/GetProxy.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33

44
class GetProxy(Api):
5+
def tariffs(self):
6+
return self._get(f"/proxy/tariffs", {"country": "all"})
7+
58
def get(
69
self,
710
cl: str = "days",

0 commit comments

Comments
 (0)