decorate-axios
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

decorate-axios

Build status Test coverage NPM version NPM Downloads Prettier Conventional Commits

axios decorators

Installation

npm install decorate-axios
# or use yarn
yarn add decorate-axios

Usage

import decorateAxios from 'decorate-axios'

Contributing

  • Fork it!
  • Create your new branch:
    git checkout -b feature-new or git checkout -b fix-which-bug
  • Start your magic work now
  • Make sure npm test passes
  • Commit your changes:
    git commit -am 'feat: some description (close #123)' or git commit -am 'fix: some description (fix #123)'
  • Push to the branch: git push
  • Submit a pull request :)

Authors

This library is written and maintained by imcuttle, moyuyc95@gmail.com.

License

MIT - imcuttle 🐟

Dependencies (1)

Dev Dependencies (13)

Package Sidebar

Install

npm i decorate-axios

Weekly Downloads

0

Version

1.0.5

License

MIT

Unpacked Size

16.2 kB

Total Files

22

Last publish

Collaborators

  • moyuyc