Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions prompts/api-development-prompts.md
Original file line number Diff line number Diff line change
@@ -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.