@@ -44,7 +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 " ,
47+ " installation" : [ Function ] ,
4848 " key" : " restsharp" ,
4949 " link" : " http://restsharp.org/" ,
5050 " title" : " RestSharp" ,
@@ -130,7 +130,7 @@ exports[`availableTargets > returns all available targets 1`] = `
130130 {
131131 " description" : " Promise based HTTP client for the browser and node.js" ,
132132 " extname" : " .js" ,
133- " installation" : " npm install axios --save " ,
133+ " installation" : [ Function ] ,
134134 " key" : " axios" ,
135135 " link" : " https://github.com/axios/axios" ,
136136 " title" : " Axios" ,
@@ -195,7 +195,7 @@ exports[`availableTargets > returns all available targets 1`] = `
195195 {
196196 " description" : " Promise based HTTP client for the browser and node.js" ,
197197 " extname" : " .js" ,
198- " installation" : " npm install axios --save " ,
198+ " installation" : [ Function ] ,
199199 " key" : " axios" ,
200200 " link" : " https://github.com/axios/axios" ,
201201 " title" : " Axios" ,
@@ -231,7 +231,7 @@ exports[`availableTargets > returns all available targets 1`] = `
231231 {
232232 " description" : " Cohttp is a very lightweight HTTP server using Lwt or Async for OCaml" ,
233233 " extname" : " .ml" ,
234- " installation" : " opam install cohttp-lwt-unix cohttp-async " ,
234+ " installation" : [ Function ] ,
235235 " key" : " cohttp" ,
236236 " link" : " https://github.com/mirage/ocaml-cohttp" ,
237237 " title" : " CoHTTP" ,
@@ -254,7 +254,7 @@ exports[`availableTargets > returns all available targets 1`] = `
254254 {
255255 " description" : " PHP with Guzzle" ,
256256 " extname" : " .php" ,
257- " installation" : " composer require guzzlehttp/guzzle " ,
257+ " installation" : [ Function ] ,
258258 " key" : " guzzle" ,
259259 " link" : " http://docs.guzzlephp.org/en/stable/" ,
260260 " title" : " Guzzle" ,
@@ -305,7 +305,7 @@ exports[`availableTargets > returns all available targets 1`] = `
305305 {
306306 " description" : " Requests HTTP library" ,
307307 " extname" : " .py" ,
308- " installation" : " python -m pip install requests " ,
308+ " installation" : [ Function ] ,
309309 " key" : " requests" ,
310310 " link" : " http://docs.python-requests.org/en/latest/api/#requests.request" ,
311311 " title" : " Requests" ,
@@ -356,7 +356,7 @@ exports[`availableTargets > returns all available targets 1`] = `
356356 {
357357 " description" : " a CLI, cURL-like tool for humans" ,
358358 " extname" : " .sh" ,
359- " installation" : " brew install httpie " ,
359+ " installation" : [ Function ] ,
360360 " key" : " httpie" ,
361361 " link" : " http://httpie.org/" ,
362362 " title" : " HTTPie" ,
0 commit comments