From 23d20b169b1ea31f2f021a559785249bfdf968e4 Mon Sep 17 00:00:00 2001 From: Abhishek Veeramalla Date: Mon, 27 Nov 2023 20:24:44 +0530 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 8ab1874..9cc7964 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,13 @@ - Practice exercises and examples: - Example: Developing a script to manage JIRA using its RESTful API endpoints. +## Day 15: Working with RESTful APIs (PART-2) +- Introduction to Flask. +- Understanding of the HTTP protocals. +- Hosting a flask application +- Practice exercises and examples: + - Example: Integrating GitHub webhooks to trigger a flask app that creates a JIRA ticket. + ## Day 15: Data Serialization and Configuration Files - Serializing and deserializing data (JSON, YAML). - Managing configuration data.