svrcekmichal / redux-axios-middleware

Redux middleware for fetching data with axios HTTP client
MIT License
918 stars 96 forks source link

Get source action #38

Closed tlenclos closed 7 years ago

tlenclos commented 7 years ago

Follow of the discussion here https://github.com/svrcekmichal/redux-axios-middleware/pull/35.

New method getSourceAction(config) to get the source action of the request or response.

svrcekmichal commented 7 years ago

Hi @tlenclos , please rename getAction to getSourceAction in every file. Also, have you tested your solution? I'm busy with head full of deadlines but if you find it working we can publish it and see if there are any issue from people.

tlenclos commented 7 years ago

Hey there, I updated my PR and yes I'm using this fix on 2 projects that have multiple axios clients.