1.0.5 • Published 3 years ago

decorate-axios v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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 🐟

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago