filmov
tv
Building RESTful Python Web Services with Django : Configuring Throttling Policies | packtpub.com

Показать описание
This playlist/video has been uploaded for Marketing purposes and contains only selective videos.
So far, we haven't established any limits on the usage of our API and therefore both authenticated and unauthenticated users can compose and send as many requests as they want to. However, any user can compose and send thousands of requests to be processed without any kind of limitation.
• Configure the global default throttling classes and their rates
• Override the value for the throttle_scope and throttle_classes class attributes
For the latest Application development video tutorials, please visit
So far, we haven't established any limits on the usage of our API and therefore both authenticated and unauthenticated users can compose and send as many requests as they want to. However, any user can compose and send thousands of requests to be processed without any kind of limitation.
• Configure the global default throttling classes and their rates
• Override the value for the throttle_scope and throttle_classes class attributes
For the latest Application development video tutorials, please visit