mirror of
https://github.com/Asabeneh/30-Days-Of-Python.git
synced 2026-06-12 21:01:48 +08:00
day 28
This commit is contained in:
parent
4213cf2a4d
commit
90360f6b37
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user