{"ScriptPreparationCode":null,"TestCases":[{"Name":"node-fetch","Code":"fetch(\u0027https://www.googleapis.com/discovery/v1/apis\u0027)\r\n .then(response =\u003E response.json())\r\n .then(console.log)","IsDeferred":false},{"Name":"axios","Code":"axios.get(\u0027https://www.googleapis.com/discovery/v1/apis\u0027)\r\n .then((response) =\u003E response.json())\r\n .then(console.log); ","IsDeferred":false}]}