This commit is contained in:
Asabeneh 2019-12-17 00:34:13 +02:00
parent 4213cf2a4d
commit 90360f6b37

View File

@ -15,6 +15,7 @@
- [API](#api)
- [Building API](#building-api)
- [💻 Exercises: Day 28](#%f0%9f%92%bb-exercises-day-28)
# 📘 Day 28
# Application Programming Interface(API)
## API
@ -29,9 +30,8 @@ In this section, we will cove a RESTful API that uses HTTP request methods to GE
## Building API
RESTful API is an application program interface (API) that uses HTTP requests to GET, PUT, POST and DELETE data. In the previous sections, we have learned about python, flask and mongoDB. We will use the knowledge we acquire to develop a RESTful API using python flask and mongoDB. Every application which has CRUD(Create, Read, Update, Delete) operation has an API to create data, to get data, to update data or to delete data from database.
## 💻 Exercises: Day 28
Will come soon
[<< Part 8 ](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/readme22-24.md) | [Part 10 >>](https://github.com/Asabeneh/30-Days-Of-Python/blob/master/readme28-30.md)