Get started with axios CDN
MIT licensed
Axios is a popular library for making asynchronous HTTP requests.
Tags:- xhr
- http
- ajax
- promise
- node
Stable version
Copied!
How to start using axios CDN
// Include Axios from the CDN
const axios = require('axios'); // For browsers, use 'import' instead of 'require'
axios.get('https://jsonplaceholder.typicode.com/todos/1')
.then(response => {
console.log(response.data);
})
.catch(error => {
console.log(error);
});
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
All versions
0.1.0
0.10.0
0.11.0
0.11.1
0.12.0
0.13.0
0.13.1
0.14.0
0.15.0
0.15.1
0.15.2
0.15.3
0.16.0
0.16.1
0.16.2
0.17.0
0.17.1
0.18.0
0.18.1
0.19.0
0.19.0-beta.1
0.19.1
0.19.2
0.2.0
0.2.1
0.2.2
0.20.0
0.20.0-0
0.21.0
0.21.1
0.21.2
0.21.4
0.22.0
0.23.0
0.24.0
0.25.0
0.26.0
0.26.1
0.27.0
0.27.1
0.27.2
0.3.0
0.3.1
0.4.0
0.4.1
0.4.2
0.5.0
0.5.1
0.5.2
0.5.3
0.5.4
0.6.0
0.7.0
0.8.0
0.8.1
0.9.0
0.9.1
1.0.0
1.0.0-alpha.1
1.1.0
1.1.1
1.1.2
1.1.3
1.2.0
1.2.1
1.2.2
1.2.3
1.2.4
1.2.5
1.2.6
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.4.0
1.5.0
1.5.1
1.6.0
1.6.1
1.6.2
1.6.3
1.6.4
1.6.5
1.6.6
1.6.7
1.6.8
1.7.0
1.7.0-beta.0
1.7.0-beta.1
1.7.0-beta.2
1.7.1
1.7.2
1.7.3
1.7.4
1.7.5
1.7.6
1.7.7
*** 1.7.8