RubyGems Navigation menu

grape-idempotency 1.1.0

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:
= 複製 已複製

安裝:
=

版本列表:

  1. 1.1.0 - December 12, 2023 (13.0 KB)
  2. 1.0.0 - November 23, 2023 (12.0 KB)
  3. 0.1.3 - November 07, 2023 (10.0 KB)
  4. 0.1.2 - November 06, 2023 (9.5 KB)
  5. 0.1.1 - November 06, 2023 (9.5 KB)
顯示所有版本(共 6)

Runtime 相依性套件 (2):

grape >= 1
redis >= 4

Development 相依性套件 (4):

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

擁有者:

推送者:

作者:

  • Juan Carlos García

SHA 256 總和檢查碼:

0e688155f32e899f7c9438598d969017404ae5651182bd036faf9efccb2fabbe

總下載次數 6,231

這個版本 4,741

授權:

MIT

Ruby 版本需求: >= 2.6

相關連結: