Scraps from various sources and my own writings on Digital, Artificial Intelligence, Disruption, Agile, Scrum, Kanban, Scaled Agile, XP, TDD, FDD, DevOps, Design Thinking, etc.
Page Hits
Wednesday, July 21, 2021
Tuesday, July 20, 2021
API Verbs
API Verbs
- Get
- Post
- Put
- Delete
API Terminology
- Idempotency: In the context of REST APIs, when making multiple identical requests has the same effect as making a single request. The API supports idempotency for safely retrying requests without accidentally performing the same operation twice. This is useful when an API call is disrupted in transit and you do not receive a response. For example, if a request to create a charge does not respond due to a network connection error, you can retry the request with the same idempotency key to guarantee that no more than one charge is created.
- Safety: Action does not have any effect on the State. For example, Get action.
Subscribe to:
Posts (Atom)
DSPM, Data Security Posture Management, Data Observability
DATA SECURITY POSTURE MANAGEMENT DSPM, or Data Security Posture Management, is a practice that involves assessing and managing the security ...