@@ -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" : [Function ],
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" : [Function ],
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" : " Promise based HTTP client for the browser and node.js" ,
195197 " extname" : " .js" ,
198+ " installation" : [Function ],
196199 " key" : " axios" ,
197200 " link" : " https://github.com/axios/axios" ,
198201 " title" : " Axios" ,
@@ -228,6 +231,7 @@ exports[`availableTargets > returns all available targets 1`] = `
228231 {
229232 " description" : " Cohttp is a very lightweight HTTP server using Lwt or Async for OCaml" ,
230233 " extname" : " .ml" ,
234+ " installation" : [Function ],
231235 " key" : " cohttp" ,
232236 " link" : " https://github.com/mirage/ocaml-cohttp" ,
233237 " title" : " CoHTTP" ,
@@ -250,6 +254,7 @@ exports[`availableTargets > returns all available targets 1`] = `
250254 {
251255 " description" : " PHP with Guzzle" ,
252256 " extname" : " .php" ,
257+ " installation" : [Function ],
253258 " key" : " guzzle" ,
254259 " link" : " http://docs.guzzlephp.org/en/stable/" ,
255260 " title" : " Guzzle" ,
@@ -300,6 +305,7 @@ exports[`availableTargets > returns all available targets 1`] = `
300305 {
301306 " description" : " Requests HTTP library" ,
302307 " extname" : " .py" ,
308+ " installation" : [Function ],
303309 " key" : " requests" ,
304310 " link" : " http://docs.python-requests.org/en/latest/api/#requests.request" ,
305311 " title" : " Requests" ,
@@ -350,6 +356,7 @@ exports[`availableTargets > returns all available targets 1`] = `
350356 {
351357 " description" : " a CLI, cURL-like tool for humans" ,
352358 " extname" : " .sh" ,
359+ " installation" : [Function ],
353360 " key" : " httpie" ,
354361 " link" : " http://httpie.org/" ,
355362 " title" : " HTTPie" ,
0 commit comments