RubyGems Navigation menu

grape-idempotency 0.1.3

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 依赖 (1):

grape ~> 1

Development 依赖 (4):

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

业主:

推送:

作者:

  • Juan Carlos García

SHA 256 校验和:

= 复制到剪贴板 已复制!

下载总量 6,752

这个版本 425

许可:

MIT

需要的 Ruby 版本: >= 2.6

链接: