1.1.3 • Published 4 years ago

redux-action-extend v1.1.3

Weekly downloads
5
License
MIT
Repository
-
Last release
4 years ago

#redux-action-extend

Table of Contents

Getting Started

Installation

$ yarn add redux-action-extend

Usage

import { createHttpAction, createAjaxMiddleware } from 'redux-action-extend'

// 'getAuthorizations'
export const {
    actionsName,
    actionsName_request
    actionsName_success
    actionsName_failure
} = createHttpAction('actionsName', Interface.auth.getAuthorizations, {
	method: 'get',
	isHttp: true,
	ignoreToast: true,
    ignoreLoading: true,
    types,
    endpoint,
    data,
    ignoreToast,
    ignoreLoading,
    isHttp,
    method,
    dataType,
});
1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.2

6 years ago