From 0165c7c252fbec6a24d9de489ff091001a69c0ef Mon Sep 17 00:00:00 2001 From: Rob Styles Date: Thu, 21 Mar 2024 16:52:24 +0000 Subject: [PATCH 1/2] Add superagent-cheerio to the readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aac2e0223..a74334ac2 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ Existing plugins: * [superagent-verbose-errors](https://github.com/jcoreio/superagent-verbose-errors) - include response body in error messages for failed requests * [superagent-declare](https://github.com/damoclark/superagent-declare) - A simple [declarative](https://en.wikipedia.org/wiki/Declarative_programming) API for SuperAgent * [superagent-node-http-timings](https://github.com/webuniverseio/superagent-node-http-timings) - measure http timings in node.js +* [superagent-cheerio](https://github.com/mmmmmrob/superagent-cheerio) - add [cheerio](https://www.npmjs.com/package/cheerio) to your response content automatically. Please prefix your plugin with `superagent-*` so that it can easily be found by others. From a5c39b227741d8f8959d973c5755224508f46213 Mon Sep 17 00:00:00 2001 From: Rob Styles Date: Fri, 22 Mar 2024 10:42:18 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a74334ac2..f347a498d 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Existing plugins: * [superagent-verbose-errors](https://github.com/jcoreio/superagent-verbose-errors) - include response body in error messages for failed requests * [superagent-declare](https://github.com/damoclark/superagent-declare) - A simple [declarative](https://en.wikipedia.org/wiki/Declarative_programming) API for SuperAgent * [superagent-node-http-timings](https://github.com/webuniverseio/superagent-node-http-timings) - measure http timings in node.js -* [superagent-cheerio](https://github.com/mmmmmrob/superagent-cheerio) - add [cheerio](https://www.npmjs.com/package/cheerio) to your response content automatically. +* [superagent-cheerio](https://github.com/mmmmmrob/superagent-cheerio) - add [cheerio](https://www.npmjs.com/package/cheerio) to your response content automatically. Adds `res.$` for HTML and XML response bodies. Please prefix your plugin with `superagent-*` so that it can easily be found by others.