RubyGems Navigation menu

grape-idempotency 0.1.1

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.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.1.0 - December 12, 2023 (13 KB)
  2. 1.0.0 - November 23, 2023 (12 KB)
  3. 0.1.3 - November 07, 2023 (10 KB)
  4. 0.1.2 - November 06, 2023 (9.5 KB)
  5. 0.1.1 - November 06, 2023 (9.5 KB)
Show all versions (6 total)

Runtime Dependencies (1):

grape ~> 1

Development Dependencies (4):

bundler >= 0
mock_redis >= 0
rack-test >= 0
rspec >= 0

Owners:

Pushed by:

Authors:

  • Juan Carlos García

SHA 256 checksum:

caecfdb4986f76226c05422d6fb9e89c529ea1c448fd5f08682ba4416bdebc1e

Total downloads 5,788

For this version 221

License:

MIT

Required Ruby Version: >= 2.6

Links: