Skip to content

grape-idempotency 0.1.0

Install from the command line:
Learn more about RubyGems packages
$ gem install grape-idempotency --version "0.1.0"
Install via Gemfile:
source "https://rubygems.pkg.github.com/jcagarcia" do
  gem "grape-idempotency", "0.1.0"
end

About this version

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.

Details


Assets

  • grape-idempotency-0.1.0-rubygems.gem

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all