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 (13KB)
  2. 1.0.0 - November 23, 2023 (12KB)
  3. 0.1.3 - November 07, 2023 (10KB)
  4. 0.1.2 - November 06, 2023 (9.5KB)
  5. 0.1.1 - November 06, 2023 (9.5KB)
全てのバージョンを表示(全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チェックサム:

= クリップボードにコピー コピー完了!

累計ダウンロード数 6,609

このバージョンのみ 5,072

ライセンス:

MIT

必要なRubyのバージョン: >= 2.6

リンク: