We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fd8d7c commit 23d20b1Copy full SHA for 23d20b1
README.md
@@ -88,6 +88,13 @@
88
- Practice exercises and examples:
89
- Example: Developing a script to manage JIRA using its RESTful API endpoints.
90
91
+## Day 15: Working with RESTful APIs (PART-2)
92
+- Introduction to Flask.
93
+- Understanding of the HTTP protocals.
94
+- Hosting a flask application
95
+- Practice exercises and examples:
96
+ - Example: Integrating GitHub webhooks to trigger a flask app that creates a JIRA ticket.
97
+
98
## Day 15: Data Serialization and Configuration Files
99
- Serializing and deserializing data (JSON, YAML).
100
- Managing configuration data.
0 commit comments