Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Redux Requests

Declarative AJAX requests and automatic network state management for Redux
Collective - Host: opensource - https://opencollective.com/redux-requests - Code: https://github.com/klis87/redux-requests

Added support for interceptors in defaultConfig

github.com/klis87/redux-requests - e0d6cdf9bb148d5d8e3c9fd56a13cd08b8c4ef87 authored about 7 years ago by klis87 <[email protected]>
Adjusted fetch api example to match advanced example

github.com/klis87/redux-requests - 93daef1d1be528b7a404f0f7d67b517b99a97e74 authored about 7 years ago by klis87 <[email protected]>
Adjusted Redux Act example to match advanced example

github.com/klis87/redux-requests - b748de09ed53287d9a5b70074305b327bbc664c1 authored about 7 years ago by klis87 <[email protected]>
Added cancelFetchPost to advanced example

github.com/klis87/redux-requests - 0e753547b0d7a0e393ab996375888a6fa8fe8351 authored about 7 years ago by klis87 <[email protected]>
Adjusted advanced example to cover requests array

github.com/klis87/redux-requests - 4e74c16424a00974149e18154e57c399891f26b2 authored about 7 years ago by klis87 <[email protected]>
Adjusted simple example to cover requests array

github.com/klis87/redux-requests - da2ccb468ee09a4cefe4a4305959ac639817e296 authored about 7 years ago by klis87 <[email protected]>
Adjusted unpkg in package.json to minified file

github.com/klis87/redux-requests - 253d256baa4497cad07bcc74e4e3de060eb50604 authored about 7 years ago by klis87 <[email protected]>
Added missing tests to fetch api driver and sagas

github.com/klis87/redux-requests - 5f015753d6e99088dc04ba7e29eab61806f9f821 authored about 7 years ago by klis87 <[email protected]>
Added coveralls

github.com/klis87/redux-requests - 60511836198140f20f249290d57972652782c58e authored about 7 years ago by klis87 <[email protected]>
Added responseType support to fetch api

github.com/klis87/redux-requests - c3bb967181c35e1e8af66f304032321c48e9bc67 authored about 7 years ago by klis87 <[email protected]>
Added baseURL support to fetch api and config param to getRequestHandlers

github.com/klis87/redux-requests - 84049ec5dc551a2157f130fbf017fef510a1f2a0 authored about 7 years ago by klis87 <[email protected]>
Added redux saga to peer dependencies and moved axios do dependencies

github.com/klis87/redux-requests - 940ab9d76af1bcd80433ebde7c74515f21dc6108 authored about 7 years ago by klis87 <[email protected]>
Added unpkg to package.json

github.com/klis87/redux-requests - db5bbc0361d716c3278dd5fcb0259ea10c6cabc9 authored about 7 years ago by klis87 <[email protected]>
Added webpack and umd builds

github.com/klis87/redux-requests - 0f803d737ea3760aa38273ed98497a932b1b2f30 authored about 7 years ago by Konrad Lisiczynski <[email protected]>
Refactored fetch api driver from generators to functions

github.com/klis87/redux-requests - f15b03968b42bd189a62405e08629de11e347e88 authored about 7 years ago by Konrad Lisiczynski <[email protected]>
Fixed build:watch command on mac

github.com/klis87/redux-requests - 2540d5e5790d6fba901f5d3e56ef4d19f88eabfe authored about 7 years ago by Konrad Lisiczynski <[email protected]>
Added fetch api example

github.com/klis87/redux-requests - bd70a3af39021b88ac26814bbcff77b7701940c4 authored over 7 years ago by klis87 <[email protected]>
Added fetchApiDriver prototype

github.com/klis87/redux-requests - 1eddd88b429566b7bd91ebc9a30a1f93654639c4 authored over 7 years ago by klis87 <[email protected]>
Refactored axios driver

github.com/klis87/redux-requests - 44a7817eecf52f3a38438dc6d44e8a22659f6159 authored over 7 years ago by klis87 <[email protected]>
Finished getRequestHandlers test

github.com/klis87/redux-requests - cb8244cb1ad9080a38ac801653e657126e0b247c authored over 7 years ago by klis87 <[email protected]>
Added sinon to dependencies

github.com/klis87/redux-requests - 14c100e855cbd96fba7d88642207e76ce551f35a authored over 7 years ago by klis87 <[email protected]>
Refactored axios logic to axios driver

github.com/klis87/redux-requests - 6646f5537f46c3f47d7734fd7fa3db67c903837f authored over 7 years ago by klis87 <[email protected]>
Added redux act example

github.com/klis87/redux-requests - 728cf5781a6f30dc05b04c56407bf71be1b5ef66 authored over 7 years ago by klis87 <[email protected]>
Refactored from saveRequestInstance to createRequestInstance in examples

github.com/klis87/redux-requests - 15ce14143c7be45f1916fcc6fa09e4098878135e authored over 7 years ago by klis87 <[email protected]>
Fixed typo in advanced example

github.com/klis87/redux-requests - 855c7a472a7ee3d06bd74a68179bf2d933120627 authored over 7 years ago by klis87 <[email protected]>
Added possibility to overwrite suffixes in createRequestInstance

github.com/klis87/redux-requests - 52b8ebbdedfcebfa3a4b70daad8f83c3dff9a5d8 authored over 7 years ago by klis87 <[email protected]>
Simplified action suffixes creators

github.com/klis87/redux-requests - 77b3bcb2bd5755bf9aa3da546f747d1fa5863981 authored over 7 years ago by Konrad Lisiczynski <[email protected]>
Added support for FSA actions

github.com/klis87/redux-requests - dcd773cf8a1362d4ff65be224c246adb05e41f11 authored over 7 years ago by klis87 <[email protected]>
Added payload.meta to abort action

github.com/klis87/redux-requests - 8f9dcd3d03a938474bc77137d8be8d1c5f712bdd authored over 7 years ago by klis87 <[email protected]>
Added advanced example

github.com/klis87/redux-requests - 6ac4cda836c70c50d2444b38cee8c6216dece3f4 authored over 7 years ago by klis87 <[email protected]>
Completed basic example

github.com/klis87/redux-requests - 3c8c76bc3b41450e3284abdec3284822d5aedadd authored over 7 years ago by klis87 <[email protected]>
Fixed getTokenSource - tokens cannot be generated from axios instance

github.com/klis87/redux-requests - 4db1c82d0ca69a0b056387dd211f5f68520ff5e7 authored over 7 years ago by klis87 <[email protected]>
Added example yarn locks to gitignore

github.com/klis87/redux-requests - af0334e45a0f9818f0bd07172e3964518456abb1 authored over 7 years ago by klis87 <[email protected]>
Added posts view to basic example

github.com/klis87/redux-requests - 5264d17509dac2f4ab84ed280672052a099eed33 authored over 7 years ago by Konrad Lisiczynski <[email protected]>
Added nodemon

github.com/klis87/redux-requests - fc1a8a6369f6e81d1a47d60db8172c0b70a8190c authored over 7 years ago by Konrad Lisiczynski <[email protected]>
Added dispatchRequestAction flag to sendRequest to avoid endless loops

github.com/klis87/redux-requests - 1415bc4eea7aac6426f278f1a6d9fc1281db3203 authored over 7 years ago by Konrad Lisiczynski <[email protected]>
Added basic example prototype

github.com/klis87/redux-requests - 37dec45e1df4d808453cc60eb6ca3d1799afab31 authored over 7 years ago by klis87 <[email protected]>
Added reexports in src/index.js

github.com/klis87/redux-requests - bec8b251da6682b014d176e411b04e161f216095 authored over 7 years ago by klis87 <[email protected]>
Fixed duplicated yield call issue in sagas

github.com/klis87/redux-requests - f6b8912711cc27a5bc83f77fb8411fed04ef191c authored over 7 years ago by klis87 <[email protected]>
Added basic example build files

github.com/klis87/redux-requests - 4f6376a4b89e1972e3a17a4fa6eb01bccf1f1c3d authored over 7 years ago by klis87 <[email protected]>
Merge branch 'master' of github.com:klis87/redux-saga-requests

github.com/klis87/redux-requests - 8d1acc3fee639dd067a287885dd5aad5e49c51a9 authored over 7 years ago by Konrad Lisiczynski <[email protected]>
Added React rules to eslint

github.com/klis87/redux-requests - cdc1a7cbb5a2a1f16230a822cd71611e4b36cee9 authored over 7 years ago by klis87 <[email protected]>
Fixed package.json test and cover scripts

github.com/klis87/redux-requests - 39cd4025c6ae7cab0d5c8ba8401ca27884313e55 authored over 7 years ago by Konrad Lisiczynski <[email protected]>
Added package.json for basic example

github.com/klis87/redux-requests - 3335a145486ba759d372acc348d9637141dee20b authored over 7 years ago by klis87 <[email protected]>
Added initial release to npm

github.com/klis87/redux-requests - ba8e2fe4a34377db58886c3e5d7a75bf5b68500e authored over 7 years ago by klis87 <[email protected]>
Added watchRequests

github.com/klis87/redux-requests - 01a51491c21c8c2203354417e588b529af957e4c authored over 7 years ago by klis87 <[email protected]>
Added request abort to sendRequest

github.com/klis87/redux-requests - 69072b9249316fab4465e2bd765ea7bd5bdc7c02 authored over 7 years ago by klis87 <[email protected]>
Added support for multiple requests in sendRequest

github.com/klis87/redux-requests - 6b41d325094d25ce9d3d483b7ad8a3ff8679aae6 authored over 7 years ago by klis87 <[email protected]>
Added sendRequest

github.com/klis87/redux-requests - 5d6dcad380590d1a834b82cb1a212fe38aaeb0ca authored over 7 years ago by klis87 <[email protected]>
Added getRequestInstance

github.com/klis87/redux-requests - 527d9600b707a6978dbdc3d66bd0c0bc9b6c11de authored over 7 years ago by klis87 <[email protected]>
Added saveRequestInstance

github.com/klis87/redux-requests - 63c64044dc9a9c871c18edc5809d58145d507149 authored over 7 years ago by klis87 <[email protected]>
Added template strings action transformers

github.com/klis87/redux-requests - 52e081f4230db5b40f7907113fddcc4eeb6b1fb0 authored over 7 years ago by klis87 <[email protected]>
Added getSuffixes and updateSuffixes

github.com/klis87/redux-requests - 997c9ca7089e970522d2b56e5c3211dae6179b52 authored over 7 years ago by klis87 <[email protected]>
Added action type transformers

github.com/klis87/redux-requests - 9769040994146ceaa861634630c451ea2e4ac165 authored over 7 years ago by Konrad Lisiczynski <[email protected]>
Added editorconfig

github.com/klis87/redux-requests - 79616f532fde83f0019beb287bafc744b523b661 authored over 7 years ago by Konrad Lisiczynski <[email protected]>
Added package.json and .gitignore

github.com/klis87/redux-requests - 6477aaff1c96a52fb85774662f4cf62d0b10ac88 authored over 7 years ago by Konrad Lisiczynski <[email protected]>
Initial commit

github.com/klis87/redux-requests - 9b4c250ba52e54753a24574b756f35badaf52908 authored over 7 years ago by Konrad Lisiczyński <[email protected]>