mirror of
https://github.com/tenrok/axios.git
synced 2026-06-23 20:40:40 +03:00
Add Resources section to README.md
This commit is contained in:
@@ -423,6 +423,13 @@ import * as axios from 'axios';
|
|||||||
axios.get('/user?ID=12345');
|
axios.get('/user?ID=12345');
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Resources
|
||||||
|
|
||||||
|
* [Changelog](https://github.com/mzabriskie/axios/blob/master/CHANGELOG.md)
|
||||||
|
* [Ecosystem](https://github.com/mzabriskie/axios/blob/master/ECOSYSTEM.md)
|
||||||
|
* [Contributing Guide](https://github.com/mzabriskie/axios/blob/master/CONTRIBUTING.md)
|
||||||
|
* [Code of Conduct](https://github.com/mzabriskie/axios/blob/master/CODE_OF_CONDUCT.md)
|
||||||
|
|
||||||
## Credits
|
## Credits
|
||||||
|
|
||||||
axios is heavily inspired by the [$http service](https://docs.angularjs.org/api/ng/service/$http) provided in [Angular](https://angularjs.org/). Ultimately axios is an effort to provide a standalone `$http`-like service for use outside of Angular.
|
axios is heavily inspired by the [$http service](https://docs.angularjs.org/api/ng/service/$http) provided in [Angular](https://angularjs.org/). Ultimately axios is an effort to provide a standalone `$http`-like service for use outside of Angular.
|
||||||
|
|||||||
Reference in New Issue
Block a user