axios-actions icon indicating copy to clipboard operation
axios-actions copied to clipboard

Bundle endpoints as callable, reusable services

Results 47 axios-actions issues
Sort by recently updated
recently updated
newest added

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

I get this error node_modules/axios-actions/dist/classes/services/Http.d.ts:19:88 - error TS2307: Cannot find module '../../../node_modules/axios/index'. 19 request(instance: ApiCore, config: AxiosRequestConfig, data?: any): Promise; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Found 1 error. =========================================== My services file: import {...

Hi guys! I would like to add a custom plugin to the existing plugins. This should work as far i saw from the docs: ``` // add to global plugins...

I think data needs to return `error` as well or the `fail` function will complain https://github.com/davestewart/axios-actions/blob/d99e2881fafcd49dc771efb9d43b2e1a6a7eb1f0/demo/src/examples/extension/VuexResource.vue#L83

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.1 to 5.7.4. Commits 6370e90 Mark version 5.7.4 fbc15b1 More rigorously check surrogate pairs in regexp validator 910e62b Mark version 5.7.3 3442a80 Make generate-identifier-regex capable of rewriting...

dependencies

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

A WIP of #13 . Docs update required

``` const actions = { // url only users: 'users', // url and param only user: 'users?id=:id', // url and object create: { method: 'post', url: 'users', headers: { 'Content-Type':...

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependency [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest). These dependencies need to be updated together. Updates `json5` from 2.1.0 to 2.2.3 Release notes Sourced from json5's releases. v2.2.3 Fix:...

dependencies