Throttle

BaseThrottle

class hyperadmin.throttle.BaseThrottle
throttle_check(api_request, endpoint)

Throttle

class hyperadmin.throttle.Throttle(throttle_at=150, timeframe=3600, expiration=None)
throttle_check(api_request, endpoint)

Returns a link if the request should be throttled

get_identifier(api_request, endpoint)
user_id(api_request)

Project Versions

Table Of Contents

Previous topic

Sites

Next topic

Signals

This Page