@@ -44,7 +44,6 @@ exports[`availableTargets > returns all available targets 1`] = `
4444 {
4545 " description" : " Simple REST and HTTP API Client for .NET" ,
4646 " extname" : " .cs" ,
47- " installation" : " dotnet add package RestSharp" ,
4847 " key" : " restsharp" ,
4948 " link" : " http://restsharp.org/" ,
5049 " title" : " RestSharp" ,
@@ -130,7 +129,6 @@ exports[`availableTargets > returns all available targets 1`] = `
130129 {
131130 " description" : " Promise based HTTP client for the browser and node.js" ,
132131 " extname" : " .js" ,
133- " installation" : " npm install axios --save" ,
134132 " key" : " axios" ,
135133 " link" : " https://github.com/axios/axios" ,
136134 " title" : " Axios" ,
@@ -195,7 +193,6 @@ exports[`availableTargets > returns all available targets 1`] = `
195193 {
196194 " description" : " Promise based HTTP client for the browser and node.js" ,
197195 " extname" : " .js" ,
198- " installation" : " npm install axios --save" ,
199196 " key" : " axios" ,
200197 " link" : " https://github.com/axios/axios" ,
201198 " title" : " Axios" ,
@@ -231,7 +228,6 @@ exports[`availableTargets > returns all available targets 1`] = `
231228 {
232229 " description" : " Cohttp is a very lightweight HTTP server using Lwt or Async for OCaml" ,
233230 " extname" : " .ml" ,
234- " installation" : " opam install cohttp-lwt-unix cohttp-async" ,
235231 " key" : " cohttp" ,
236232 " link" : " https://github.com/mirage/ocaml-cohttp" ,
237233 " title" : " CoHTTP" ,
@@ -254,7 +250,6 @@ exports[`availableTargets > returns all available targets 1`] = `
254250 {
255251 " description" : " PHP with Guzzle" ,
256252 " extname" : " .php" ,
257- " installation" : " composer require guzzlehttp/guzzle" ,
258253 " key" : " guzzle" ,
259254 " link" : " http://docs.guzzlephp.org/en/stable/" ,
260255 " title" : " Guzzle" ,
@@ -305,7 +300,6 @@ exports[`availableTargets > returns all available targets 1`] = `
305300 {
306301 " description" : " Requests HTTP library" ,
307302 " extname" : " .py" ,
308- " installation" : " python -m pip install requests" ,
309303 " key" : " requests" ,
310304 " link" : " http://docs.python-requests.org/en/latest/api/#requests.request" ,
311305 " title" : " Requests" ,
@@ -356,7 +350,6 @@ exports[`availableTargets > returns all available targets 1`] = `
356350 {
357351 " description" : " a CLI, cURL-like tool for humans" ,
358352 " extname" : " .sh" ,
359- " installation" : " brew install httpie" ,
360353 " key" : " httpie" ,
361354 " link" : " http://httpie.org/" ,
362355 " title" : " HTTPie" ,
0 commit comments