#
superagent
Here are 91 public repositories matching this topic...
Awesome douban DEMO created with Vue2.x + Vuex + Vue-router + Superagent
-
Updated
Nov 5, 2017 - Vue
react
fetch
android
xhr
ios
react-native
file-upload
axios
whatwg
request
api-wrapper
superagent
form-data
fetch-api
frisbee
whatwg-fetch
node-fetch
-
Updated
Jun 1, 2020 - JavaScript
crizo23
commented
Dec 20, 2019
This line confused me for quite a while: "You may set the body of a POST request as the second parameter of mock.post()". What this should say is: "you may set the mocked RESPONSE as the second parameter of mock.post()"
使用 Vue.js 开发的聚合应用。通过爬虫抓取平时浏览的网站,省去逐个点开网页的时间。
-
Updated
Aug 6, 2017 - JavaScript
基于Nodejs,superagent,cheerio的在线web爬虫项目,支持生成API
-
Updated
Nov 25, 2019 - JavaScript
A nodejs-spider that gets the infomation of empty classrooms in BUPT
-
Updated
Jun 1, 2016 - JavaScript
Plugin for visionmedia/superagent that adds headers to all requests that prevents caching.
-
Updated
Feb 2, 2018 - JavaScript
Add functions that will be called during end() e.g. for handling error conditions without having the same code all over the place.
-
Updated
Aug 15, 2016 - JavaScript
cheton
commented
Sep 23, 2016
I suggest that the second parameter type should also accept a function as custom normalizer.
For example:
var request = require('superagent');
var serializer = require('superagent-serializer');
var customNormalizer = function(serializedRes) {
// custom processing
return serializedRes;
};
serializer(request, customNormalizer);
mocha
chai
cucumber
superagent
testing-tools
sinon
cucumber-framework
cucumberjs
cucumber-js
cucumber-steps
testing-practices
cucumber-tests
-
Updated
Jun 8, 2020 - JavaScript
为开发者提供湘大相关的数据支持
-
Updated
Jun 7, 2018 - TypeScript
A wrapper for node-fetch that makes it appear like superagent.
-
Updated
Jun 10, 2020 - JavaScript
Super-agent driven library for testing Deno HTTP servers.
-
Updated
Jun 2, 2020 - TypeScript
A simple js client for gapi based on SuperAgent
-
Updated
Mar 23, 2018 - JavaScript
API layer for the web, organize your api requests nicely.
-
Updated
May 2, 2020 - JavaScript
express+mysql微信公众号
-
Updated
Oct 17, 2017 - JavaScript
Very tiny (less than 2kb compressed) yet fully functional AJAX library with zero dependencies
-
Updated
Jan 15, 2019 - JavaScript
-
Updated
Nov 26, 2017 - JavaScript
-
Updated
Sep 28, 2017 - JavaScript
Improve this page
Add a description, image, and links to the superagent topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the superagent topic, visit your repo's landing page and select "manage topics."
I have a feeling that most people use async/await in new code, and none of the examples use it.
Also, from browsing random issues, better tests will be written using this structure. For example #543 is caused by not using async/await in tests.