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. Which is the most appropriate HTTP method to update a single field for an existing resource:
    1. PUT
    2. POST  
    3. PATCH

  2. Which of the following pagination classes provides a limit/offset based style in Django REST Framework:
    1. rest_framework.pagination.LimitOffsetPagination
    2. rest_framework.pagination.LimitOffsetPaging
    3. rest_framework.styles.LimitOffsetPagination

  3. The rest_framework.authentication.BasicAuthentication class:
    1. Works with Django's session framework for authentication.
    2. Provides an HTTP Basic authentication against username and password.
    3. Provides a simple token based authentication.

  4. The rest_framework.authentication.SessionAuthentication class:
    1. Works with Django's session framework for authentication.
    2. Provides an HTTP Basic authentication against ...
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