1.0.0 • Published 6 years ago

redux-api-middleware-addon v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

Features

  1. Support file upload
  2. Support swagger.json
  3. Domain reducer

Action

  1. SET_SWAGGER
  2. Request
  3. SET_HEADER(default empty)
  4. SET_PROTOCOL(default http)

helpers

  1. Generate Basic types
  2. Generate Get Entity types

//TODO Generate update,delete,create which help network reducer record which api has api result that failed

Reducer

  1. network (reducer,where is network result located)
  2. domain (reducer,where is CRUD resource result located)
  3. api (reducer,where is the api located)