# API Reference

`redux-rest-tools` consists of a set of tools to complement your Redux app. It is only concerned handling API requests and managing the related data in a slice of the state.

Redux app building blocks:
* [REST Actions](actions/README.md)
* [REST Reducers](reducers/README.md)
* [REST Middleware](middleware/README.md)

Store data retrieval:
* [Helpers](helpers/README.md)

Data transformation:
* [Normalizer](normalizer/README.md)
