REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs. origin: ECC
Method | Idempotent | Safe | Use For |
|---|---|---|---|
GET | Yes | Yes | Retrieve resources |
POST | No | No | Create resources, trigger actions |
PUT | Yes | No | Full replacement of a resource |
PATCH | No* | No | Partial update of a resource |
DELETE | Yes | No | Remove a resource |
Connect once — every prompt in your profile becomes available across the tools you use. Pick a method, then your editor.