- Python API Development Fundamentals
- Jack Chan Ray Chung Jack Huang
- 118字
- 2021-06-11 12:56:25
Introduction
Now that we've introduced APIs and learned a bit about HTTP and REST, we will work on building an application (the recipe-sharing app known as Smilecook). In this chapter, we aim to kick-start the actual project development. This is a recipe-sharing platform in which users can create accounts and share their own recipes with other users. As you can imagine, it will contain a lot of API endpoints for our users so that they can manage their recipes. We will be using the Flask-RESTful package to efficiently develop our RESTful API.
This chapter will talk about the CRUD (Create, Read, Update, Delete) of these recipes, as well as how to set the publish status of the recipe.
推薦閱讀
- 網(wǎng)絡(luò)協(xié)議工程
- Building Django 2.0 Web Applications
- 物聯(lián)網(wǎng)安全:理論、實(shí)踐與創(chuàng)新
- 通信簡(jiǎn)史:從信鴿到6G+
- Metasploit Penetration Testing Cookbook
- 網(wǎng)絡(luò)設(shè)計(jì)與應(yīng)用(第2版)
- React Cookbook
- 一本書讀懂TCP/IP
- 全聯(lián)網(wǎng)標(biāo)識(shí)服務(wù)
- Web用戶查詢?nèi)罩就诰蚺c應(yīng)用
- Hands-On Microservices:Monitoring and Testing
- Microsoft System Center 2012 Configuration Manager:Administration Cookbook
- SD-WAN 架構(gòu)與技術(shù)
- Learn Node.js by Building 6 Projects.
- SNS網(wǎng)站構(gòu)建