https://github.com/code4mk/axios-tips
axios http client tips
https://github.com/code4mk/axios-tips
Last synced: 10 months ago
JSON representation
axios http client tips
- Host: GitHub
- URL: https://github.com/code4mk/axios-tips
- Owner: code4mk
- Created: 2023-03-22T19:16:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-23T12:16:13.000Z (almost 3 years ago)
- Last Synced: 2025-02-19T12:55:23.765Z (10 months ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# axios-tips
axios http client tips
# resources
* [axios tips github - chinesedfan](https://github.com/chinesedfan/You-Dont-Know-Axios)
* [qs](https://www.npmjs.com/package/qs)
* [query string](https://www.npmjs.com/package/query-string)
* [Refresh jwt token - dev.to - franciscomendes10866 ](https://dev.to/franciscomendes10866/how-to-use-axios-interceptors-b7d)