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 ab2f696 commit 371131bCopy full SHA for 371131b
adafruit_io/adafruit_io.py
@@ -868,19 +868,6 @@ def receive_user_rate_info(self):
868
Get rate limit and usage information for the current user.
869
870
See https://io.adafruit.com/api/docs/#get-detailed-user-info
871
-
872
- :code-block: json
873
- {
874
- "data_rate_limit": 90,
875
- "active_data_rate": 2,
876
- "authentication_rate": 0,
877
- "subscribe_authorization_rate": 0,
878
- "publish_authorization_rate": 0,
879
- "hourly_ban_rate": 0,
880
- "mqtt_ban_error_message": null,
881
- "sms_message_limit": 0
882
- }
883
884
"""
885
path = self._compose_path("throttle")
886
return self._get(path)
0 commit comments