We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c956f81 commit 76c1760Copy full SHA for 76c1760
1 file changed
xbox/webapi/common/ratelimits/__init__.py
@@ -46,6 +46,9 @@ def get_counter(self) -> int:
46
def get_time_period(self) -> "TimePeriod":
47
return self.__time_period
48
49
+ def get_limit(self) -> int:
50
+ return self.__limit
51
+
52
def get_limit_type(self) -> "LimitType":
53
return self.__type
54
0 commit comments