Skip to content

Files

Latest commit

 

History

History

03-REST-API-Flask-pt2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

REST APIs with Flask (Part 2)

Learning Goals

  • Continue to Reinforce RESTful Conventions When Naming Routes
  • Build and Execute PATCH / DELETE requests via Postman
  • Discuss Mass Assignment and How it Helps Improve Development Workflow
  • Discuss the Importance of Handling Exceptions in the Controller and Demonstrate How to Do So for at Least One Action