{"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(data =\u003E {\r\n console.log(data) \r\n })","IsDeferred":false},{"Name":"axios","Code":"axios.get(\u0027https://www.googleapis.com/discovery/v1/apis\u0027)\r\n .then(response =\u003E {\r\n console.log(response.data);\r\n })\r\n","IsDeferred":false}]}