api-design - Concepts
Explore concepts tagged with "api-design"
Total concepts: 3
Concepts
- Idempotency - A property where an operation can be applied multiple times without changing the result beyond the initial application.
- Statelessness - A design principle where components do not retain information between requests or operations, treating each interaction independently.
- HTTP - The foundational protocol of the World Wide Web that enables the transfer of hypertext documents and data between clients and servers.
← Back to all concepts