-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return User Usage Limits / Current Usage towards Throttle Limits #126
Comments
Tagging @CedarGroveStudios as they mentioned wanting such a feature in their adafruit-playground note about the Weather APIs: |
Thank you! Indeed it would be useful if a device could autonomously monitor shared feed rate status. That would make it much easier to support multiple independent project devices that need to use the same AIO feeds. |
Return User Usage Limits / Current Usage towards Throttle Limits with `receive_user_rate_info` Return full account info with `receive_user_info` Fixes #126
Return User Usage Limits / Current Usage towards Throttle Limits with `receive_user_rate_info` Return full account info with `receive_user_info` Fixes #126
Return User Usage Limits / Current Usage towards Throttle Limits with `receive_user_rate_info` Return full account info with `receive_user_info` Fixes #126
There is an API endpoint for fetching the current users data rate information. See the IO HTTP API Docs here: https://io.adafruit.com/api/docs/#get-detailed-user-info
The endpoint is
https://io.adafruit.com/api/v2/tyeth/throttle
wheretyeth
is your username.The result looks like this:
It would be useful to have this available to users via a method built into the IO_HTTP class.
Ideally the MQTT class would also support this functionality, but it is currently not available over the MQTT broker (AFAIK).
The text was updated successfully, but these errors were encountered: