Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 3.1 KB

README.md

File metadata and controls

30 lines (20 loc) · 3.1 KB

Status

Build Status Code Coverage License: MIT

redux-api-middleware-packages

Ready to use packages for redux-api-middleware library.

Packages

This repository is a monorepo that is managed using Lerna. That means that several packages are published to npm from the same codebase, including:

Package Version Description
redux-api-auth-middleware version Authorization middleware to redux-api-middleware
redux-api-content-middleware version Adding JSON body support middleware to redux-api-middleware
redux-api-endpoint-middleware version Endpoint prefixing middleware to redux-api-middleware
redux-api-params-middleware version Adding query params to request endpoint to redux-api-middleware

This repository used to contain more libraries, which have been moved to:

Development

We welcome all contributions. Please read our CONTRIBUTING.md first. You can submit any ideas as GitHub issues.