Skip to Content
Hands-On RESTful Python Web Services - Second Edition
book

Hands-On RESTful Python Web Services - Second Edition

by Gastón C. Hillar
December 2018
Intermediate to advanced
500 pages
12h 33m
English
Packt Publishing
Content preview from Hands-On RESTful Python Web Services - Second Edition

Test your knowledge

Let's see whether you can answer the following questions correctly:

  1. HTTPie is a:
    1. Command-line HTTP server written in Python that makes it easy to create a RESTful Web Server
    2. Command-line utility that allows us to run queries against a SQLite database
    3. Command-line HTTP client written in Python that makes it easy to compose and send HTTP requests
  1. Flask-RESTful uses which of the following as the main building block for a RESTful API:
    1. Resources built on top of Flask pluggable views
    2. Statuses built on top of Flask resource views
    3. Resources built on top of Flask pluggable controllers
  1. To process an HTTP PATCH request on a resource, which method should we declare in a subclass of flask_restful.Resource?
    1. patch_restful ...
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

Building RESTful Python Web Services

Building RESTful Python Web Services

Gastón C. Hillar
Python Command Line Tools

Python Command Line Tools

Alfredo Deza, Noah Gift

Publisher Resources

ISBN: 9781789532227Supplemental Content