Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

CodeSignal

Mastering Flask HTTP Methods

via CodeSignal

Overview

Begin to leverage HTTP methods in Flask using a mock database. Learn to manage GET, POST, PUT, and DELETE requests to interact with user data. This course will help you enhance your application's interaction capabilities with practical examples.

Syllabus

  • Lesson 1: Retrieving Data with GET Requests
    • Retrieving All Users
    • Retrieve Single User by ID
    • Debugging the GET Endpoints
    • Completing Endpoints Responses
    • Master Flask GET Endpoints
  • Lesson 2: Inserting Data with POST Requests
    • Complete the POST Endpoint
    • Fix the POST Endpoint
    • Handling an Extra Field
    • Validate and Handle Missing Username
    • Write Your Own POST Endpoint
  • Lesson 3: Updating Data with PUT Requests
    • Update User Data with PUT
    • Handling Additional Fields to Update
    • Fixing PUT Endpoint
    • Complete the PUT Responses
    • Write a Complete PUT Endpoint
  • Lesson 4: Removing Data with DELETE Requests
    • Setup a Delete Endpoint
    • Return 204 on Successful Delete
    • Fix the DELETE Endpoint Bug
    • Delete Book Endpoint in Flask
  • Lesson 5: Combining Methods into Single Endpoints
    • Complete the Methods List
    • Debug HTTP Methods
    • Handling All the HTTP Methods

Reviews

Start your review of Mastering Flask HTTP Methods

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.