Add idempotency support to your Grape APIs for safely retrying requests without accidentally performing the same operation twice. When creating or updating an object, use an idempotency key. Then, if a connection error occurs, you can safely repeat the request without risk of creating a second object or performing the update twice.
Required Ruby Version
>= 2.6
Authors
Juan Carlos García
Versions
- 1.1.0 December 12, 2023 (13 KB)
- 1.0.0 November 23, 2023 (12 KB)
- 0.1.3 November 07, 2023 (10 KB)
- 0.1.2 November 06, 2023 (9.5 KB)
- 0.1.1 November 06, 2023 (9.5 KB)