@@ -44,6 +44,7 @@ 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" ,
4748 " key" : " restsharp" ,
4849 " link" : " http://restsharp.org/" ,
4950 " title" : " RestSharp" ,
@@ -129,6 +130,7 @@ exports[`availableTargets > returns all available targets 1`] = `
129130 {
130131 " description" : " Promise based HTTP client for the browser and node.js" ,
131132 " extname" : " .js" ,
133+ " installation" : " npm install axios --save" ,
132134 " key" : " axios" ,
133135 " link" : " https://github.com/axios/axios" ,
134136 " title" : " Axios" ,
@@ -193,6 +195,7 @@ exports[`availableTargets > returns all available targets 1`] = `
193195 {
194196 " description" : " Simplified HTTP request client" ,
195197 " extname" : " .cjs" ,
198+ " installation" : " npm install request --save" ,
196199 " key" : " request" ,
197200 " link" : " https://github.com/request/request" ,
198201 " title" : " Request" ,
@@ -207,13 +210,15 @@ exports[`availableTargets > returns all available targets 1`] = `
207210 {
208211 " description" : " Promise based HTTP client for the browser and node.js" ,
209212 " extname" : " .cjs" ,
213+ " install" : " npm install axios --save" ,
210214 " key" : " axios" ,
211215 " link" : " https://github.com/axios/axios" ,
212216 " title" : " Axios" ,
213217 },
214218 {
215219 " description" : " Simplified HTTP node-fetch client" ,
216220 " extname" : " .cjs" ,
221+ " installation" : " npm install node-fetch@2 --save" ,
217222 " key" : " fetch" ,
218223 " link" : " https://github.com/bitinn/node-fetch" ,
219224 " title" : " Fetch" ,
@@ -242,6 +247,7 @@ exports[`availableTargets > returns all available targets 1`] = `
242247 {
243248 " description" : " Cohttp is a very lightweight HTTP server using Lwt or Async for OCaml" ,
244249 " extname" : " .ml" ,
250+ " installation" : " opam install cohttp-lwt-unix cohttp-async" ,
245251 " key" : " cohttp" ,
246252 " link" : " https://github.com/mirage/ocaml-cohttp" ,
247253 " title" : " CoHTTP" ,
@@ -264,6 +270,7 @@ exports[`availableTargets > returns all available targets 1`] = `
264270 {
265271 " description" : " PHP with Guzzle" ,
266272 " extname" : " .php" ,
273+ " installation" : " composer require guzzlehttp/guzzle" ,
267274 " key" : " guzzle" ,
268275 " link" : " http://docs.guzzlephp.org/en/stable/" ,
269276 " title" : " Guzzle" ,
@@ -314,6 +321,7 @@ exports[`availableTargets > returns all available targets 1`] = `
314321 {
315322 " description" : " Requests HTTP library" ,
316323 " extname" : " .py" ,
324+ " installation" : " python -m pip install requests" ,
317325 " key" : " requests" ,
318326 " link" : " http://docs.python-requests.org/en/latest/api/#requests.request" ,
319327 " title" : " Requests" ,
@@ -364,6 +372,7 @@ exports[`availableTargets > returns all available targets 1`] = `
364372 {
365373 " description" : " a CLI, cURL-like tool for humans" ,
366374 " extname" : " .sh" ,
375+ " installation" : " brew install httpie" ,
367376 " key" : " httpie" ,
368377 " link" : " http://httpie.org/" ,
369378 " title" : " HTTPie" ,
0 commit comments