Get started with superagent CDN
MIT licensed
Superagent is a popular library for making asynchronous HTTP requests.
Tags:- http
- ajax
- request
- agent
Stable version
Copied!
How to start using superagent CDN
const Superagent = require('superagent'); // Assuming you have Superagent installed via npm
// If you're using the CDN version, remove this line
// const Superagent = require('superagent');
// Use the CDN version instead
const Superagent$ = window.Superagent || require('superagent');
Superagent$
.get('https://jsonplaceholder.typicode.com/todos/1')
.then(res => {
console.log(res.body);
})
.catch(err => {
console.error(err);
});
Copied!
Copied!
All versions
0.1.0
0.1.1
0.1.2
0.1.3
0.10.0
0.11.0
0.12.0
0.12.1
0.12.2
0.12.3
0.12.4
0.13.0
0.14.0
0.14.1
0.14.2
0.14.3
0.14.4
0.14.5
0.14.6
0.14.7
0.14.8
0.14.9
0.15.0
0.15.1
0.15.2
0.15.3
0.15.4
0.15.5
0.15.6
0.15.7
0.16.0
0.17.0
0.18.0
0.18.1
0.18.2
0.19.0
0.19.1
0.2.0
0.20.0
0.21.0
0.3.0
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.5.1
0.6.0
0.7.0
0.8.0
0.8.1
0.8.2
0.9.0
0.9.1
0.9.10
0.9.2
0.9.3
0.9.4
0.9.5
0.9.6
0.9.7
0.9.8
0.9.9
1.0.0
1.1.0
1.2.0
1.3.0
1.4.0
1.5.0
1.6.0
1.6.1
1.7.0
1.7.1
1.7.2
1.8.0
1.8.0-beta.1
1.8.0-beta.2
1.8.1
1.8.2
1.8.3
1.8.4
1.8.5
10.0.0
10.0.1
10.0.2
10.1.0
*** 10.1.1
2.0.0
2.0.0-alpha.1
2.0.0-alpha.2
2.0.0-alpha.3
2.1.0
2.1.0-beta.1
2.2.0
2.3.0
3.0.0
3.0.0-alpha.1
3.0.0-alpha.2
3.0.0-alpha.3
3.1.0
3.2.0
3.2.1
3.3.0
3.3.1
3.3.2
3.4.0
3.4.1
3.4.2
3.4.3
3.4.4
3.5.0
3.5.1
3.5.2
3.5.3-beta.1
3.5.3-beta.2
3.6.0
3.6.1
3.6.2
3.6.3
3.7.0
3.8.0
3.8.0-alpha.1
3.8.1
3.8.2
3.8.3
4.0.0
4.0.0-alpha.1
4.0.0-beta.5
4.1.0
4.1.0-beta.1
5.0.2
5.0.3
5.0.4
5.0.5
5.0.6
5.0.8
5.0.9
5.1.0
5.1.1
5.1.2
5.1.3
5.1.4
5.2.0
5.2.1
5.2.2
5.3.0
5.3.1
6.0.0
6.1.0
7.0.0
7.0.1
7.0.2
7.1.0
7.1.1
7.1.2
7.1.3
7.1.4
7.1.5
7.1.6
8.0.0
8.0.1
8.0.2
8.0.3
8.0.4
8.0.5
8.0.6
8.0.7
8.0.8
8.0.9
8.1.0
8.1.1
8.1.2
9.0.0
9.0.1
9.0.2