An open API service indexing awesome lists of open source software.

https://github.com/litert/idempotency.js

The simple idempotency control implementation for Node.JS
https://github.com/litert/idempotency.js

idempotency idempotent

Last synced: 3 months ago
JSON representation

The simple idempotency control implementation for Node.JS

Awesome Lists containing this project

README

          

# LiteRT/Idempotency

[![Strict TypeScript Checked](https://badgen.net/badge/TS/Strict "Strict TypeScript Checked")](https://www.typescriptlang.org)
[![npm version](https://img.shields.io/npm/v/@litert/idempotency.svg?colorB=brightgreen)](https://www.npmjs.com/package/@litert/idempotency "Stable Version")
[![License](https://img.shields.io/npm/l/@litert/idempotency.svg?maxAge=2592000?style=plastic)](https://github.com/litert/idempotency/blob/master/LICENSE)
[![GitHub issues](https://img.shields.io/github/issues/litert/idempotency.js.svg)](https://github.com/litert/idempotency.js/issues)
[![GitHub Releases](https://img.shields.io/github/release/litert/idempotency.js.svg)](https://github.com/litert/idempotency.js/releases "Stable Release")

The simple idempotency control implementation for Node.JS

## Requirements

- TypeScript v5.0.x (Or newer)

## Installation

```sh
npm i @litert/idempotency --save
```

## Documents

- [en-US](https://litert.org/projects/idempotency.js/)

## License

This library is published under [Apache-2.0](./LICENSE) license.