Skip to Content
Building RESTful Python Web Services
book

Building RESTful Python Web Services

by Gastón C. Hillar
October 2016
Intermediate to advanced
418 pages
9h 52m
English
Packt Publishing
Content preview from Building RESTful Python Web Services

Test your knowledge

  1. The ScopedRateThrottle class:
    1. Limits the rate of requests that a specific user can make.
    2. Limits the rate of requests for specific parts of the API identified with the value assigned to the throttle_scope property.
    3. Limits the rate of requests that an anonymous user can make.

  2. The UserRateThrottle class:
    1. Limits the rate of requests that a specific user can make.
    2. Limits the rate of requests for specific parts of the API identified with the value assigned to the throttle_scope property.
    3. Limits the rate of requests that an anonymous user can make.

  3. The DjangoFilterBackend class:
    1. Provides single query parameter based searching capabilities and it is based on the Django admin's search function.
    2. Allows the client to control how the results are ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Hands-On RESTful Python Web Services - Second Edition

Hands-On RESTful Python Web Services - Second Edition

Gastón C. Hillar

Publisher Resources

ISBN: 9781786462251Supplemental Content