Y
Hacker News
new
|
ask
|
show
|
jobs
by
mkleczek
182 days ago
Preferably, you would design you APIs and services to be idempotent (ie. use PUT not POST etc.)
Using idempotency identifier is the last resort in my book.
2 comments
socketcluster
182 days ago
Still, UUID is probably the simplest and most reliable way to generate such idempotency identifiers.
link
dpark
182 days ago
How is URI not an idempotency identifier for PUT?
link