diff --git a/readme28-30.md b/readme28-30.md index af5814a..32878d6 100644 --- a/readme28-30.md +++ b/readme28-30.md @@ -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)