Rest-api
REST API Design
REST API Design Resource Naming & HTTP Methods # Use nouns (not verbs), plural, lowercase, hyphens GET /users # list users POST /users # create user GET /users/…
REST API Design Resource Naming & HTTP Methods # Use nouns (not verbs), plural, lowercase, hyphens GET /users # list users POST /users # create user GET /users/…
API Security & Best Practices Authentication Patterns # JWT — stateless Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9... # API Key — simple, server…
Save this stack to your personal DevRecall — add your own notes, track what you're learning, and share what you know with the community.
Get started — free forever