Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@lexich lexich released this 08 Dec 08:51
· 234 commits to master since this release
const api = reduxApi({
   test: {
     url: "/test",
     options: { headers: { "Content-type": "application/json" } }
   }
}).init(....);

api.actions.test.request(null, { headers: { "token": "test-token" } });

Request will be with both headers.
56e6bc2f