grape-idempotency

https://rubygems.org/gems/grape-idempotency
https://github.com/jcagarcia/grape-idempotency
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.

Total

Ranking: 76,570 of 183,107
Downloads: 11,069

Daily

Ranking: 15,080 of 183,092
Downloads: 25

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,407,087,911bundler
25817,849,894rspec
37589,534,204rack-test
72443,835,435redis
66464,518,049grape
97738,278,537mock_redis

Owners

#GravatarHandle
1iconjcagarcia