From 9aa3838bec458c2c5f610a434872e42acd110eef Mon Sep 17 00:00:00 2001 From: Ragesh Date: Tue, 24 Jun 2025 05:51:29 -0700 Subject: [PATCH] Added API Development prompts --- prompts/api-development-prompts.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 prompts/api-development-prompts.md diff --git a/prompts/api-development-prompts.md b/prompts/api-development-prompts.md new file mode 100644 index 0000000..54ce00b --- /dev/null +++ b/prompts/api-development-prompts.md @@ -0,0 +1,10 @@ +# API Development Prompts + +## Designing REST APIs +- Describe the key principles of REST API design. +- List strategies for handling API authentication and authorization. +- Suggest tools to document and test APIs effectively. + +## Integrating APIs with AI +- How to build an API layer to serve responses from a Machine Learning model. +- List common challenges when deploying ML models as APIs.