agpm-cli 0.4.14

AGent Package Manager - A Git-based package manager for coding agents
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
name: rest-api-endpoint
description: Template for creating REST API endpoints
tags: [api, rest, endpoint]
---

# REST API Endpoint

Create a REST API endpoint that:
- Method: [GET/POST/PUT/DELETE]
- Path: [/api/resource]
- Request body: [schema]
- Response: [schema]
- Authentication: [required/optional]
- Validation: [rules]
Include error handling and proper status codes.