Skip to content

Commit 371131b

Browse files
committed
Remove example response
1 parent ab2f696 commit 371131b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

adafruit_io/adafruit_io.py

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -868,19 +868,6 @@ def receive_user_rate_info(self):
868868
Get rate limit and usage information for the current user.
869869
870870
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-
884871
"""
885872
path = self._compose_path("throttle")
886873
return self._get(path)

0 commit comments

Comments
 (0)