Tagged Questions

3
votes
4answers
267 views

RESTful idempotence

I'm designing a RESTful web service utilizing ROA(Resource oriented architecture). I'm trying to work out an efficient way to guarantee idempotence for PUT requests that create new resources in cases ...