Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Professional RESTful API Design using Python Flask
Rating: 4.2 out of 5(169 ratings)
1,687 students

Professional RESTful API Design using Python Flask

Learn the fundamental concepts and build a RESTful API application from scratch
Created byJorge Escobar
Last updated 12/2017
English

What you'll learn

  • You will learn the fundamental concepts for the design of RESTful API platforms
  • You will be introduced to the RESTful API constraints
  • You will learn how to setup an authentication API layer
  • You will learn how to effectively build API endpoints

Course content

4 sections37 lectures4h 36m total length
  • Introduction1:09

    Introduction
    - What do we want to accomplish in this course?
    - Prerequisites
    - What do I need to have to complete this course?

  • APIs and the Six Constraints of REST10:39

    What is an API?

    • API stands for "Application programming interface", and it's a set of routines, protocols and tools for building interactions between clients and servers.

    What is REST?

    • REST stands for “Representational State Transfer” and it's a networked, hypermedia architectural style typified by the web
    • REST by design has six constraints:
      • Uniform interface
      • Stateless
      • Cacheable
      • Client-server
      • Layered System
      • Code on Demand (optional)
  • The RESTful Uniform Interface Constraint13:21

    Uniform Interface

    • Resource-Based
    • Manipulation of Resources Through Representations
    • Self-descriptive Messages
    • Hypermedia as the Engine of Application State (HATEOAS)


Requirements

  • A computer with internet access and administrative access to install packages
  • Good understanding of how to use the command line interface, internet and code editors
  • Good knowledge of the Flask web framework

Description

This course will teach you how to build a professional API platform using pure Flask, without any supplemental libraries, so that students can learn the fundamentals of RESTful API design.

In today’s world, dominated by gorgeous JavaScript user interfaces and mobile applications, the ability to build a scalable and well architected API is key to be able to supplement those applications and ensure that clients and servers communicate with the proper interfaces.

The course covers the basic concepts of the RESTful API pattern and then goes into detail and step by step building an API platform that will cover the six constraints of the architecture. Students will learn the industry-standard and will follow best practices for API architectures.

At the end of the course students will be able to design, architect and build their own RESTful API platforms, and with the deep understanding of the laws governing APIs, can go ahead and try out the API libraries available for Python and Flask, knowing the fundamentals and the advantages of using them.

If you already know the basics of Flask and you are interested in how to design, architect and build an API platform, this is the course for you.

The course is divided in 2 sections:

  • Introduction which covers all the concepts necessary to understand what is a RESTful API and its six constraints

  • A step by step explanation building a Pet Store API that will include an authentication layer, a Store endpoint and a Pet endpoint as well as search functionalities

The course has more than 5 hours of video tutorials as well as the source code at the end of each section, so that you can follow along with the coding process.

The course can take anywhere from 3 to 10 days to complete based on how much material the student completes daily.

Additionally we’re constantly updating the course, adding contents thanks to the feedback of our students.

Join this course and continue your path to becoming a professional backend web developer!

Who this course is for:

  • Programmers and developers with basic Flask knowledge who want to learn how to design and build professional API platforms
  • Application architects who want to understand better how to build API applications
  • Startup CTOs who want to understand better best practices for API design
  • Computer Science Students who want to get exposed to real life API building concepts