@edgible-team/sdk
    Preparing search index...

    Function idempotencyMiddleware

    • Build the idempotency middleware: adds a random UUID Idempotency-Key header to every write (POST/PUT/PATCH/DELETE) that doesn't already carry one, so all retry attempts share the same key. Reads pass through untouched.

      Returns Middleware