Throttling (certego_saas.ext.throttling)

DRF throttling

class certego_saas.ext.throttling.DELETEModelUserRateThrottle[source]

Bases: certego_saas.ext.throttling._CustomUserRateThrottle

get_rate()[source]

Determine the string representation of the allowed request rate.

class certego_saas.ext.throttling.PATCHModelUserRateThrottle[source]

Bases: certego_saas.ext.throttling._CustomUserRateThrottle

get_rate()[source]

Determine the string representation of the allowed request rate.

class certego_saas.ext.throttling.POSTModelUserRateThrottle[source]

Bases: certego_saas.ext.throttling._CustomUserRateThrottle

get_rate()[source]

Determine the string representation of the allowed request rate.

class certego_saas.ext.throttling.POSTUserRateThrottle[source]

Bases: certego_saas.ext.throttling._CustomUserRateThrottle

get_rate()[source]

Determine the string representation of the allowed request rate.