Главная
Study mode:
on
1
Intro
2
WHAT IS A WEB API?
3
ANATOMY OF HTTP
4
REST CONVENTIONS
5
FLASK-RESTPlus
6
OPEN API SPECIFICATION
7
REQUEST METHOD
8
REQUEST PATH
9
QUERY ARGUMENTS GET /api/books?page=1&per_page=10
10
REQUEST BODY (SON) API MODELS
11
API MODELS INHERITANCE AND NESTING
12
RESPONSE STATUS CODE
13
RESPONSE BODY (SON)
14
EXCEPTION HANDLING
Description:
Learn to build robust and well-documented RESTful APIs using Flask and Flask-Restplus in this 26-minute conference talk from EuroPython 2016. Explore techniques for automating common API tasks, including input validation, output serialization, request routing, and exception handling. Discover how to leverage Swagger to generate interactive UI documentation, making endpoint testing and exploration effortless. Gain insights into best practices for developing scalable and maintainable APIs, and get an overview of the Flask ecosystem's powerful components that rival fully-featured frameworks like Django.

Building Beautiful RESTful APIs Using Flask

EuroPython Conference
Add to list