File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "version" : " 20"
77 }
88 },
9- "workspaceFolder" : " /workspaces/${localWorkspaceFolderBasename}/demos/csharp_sdk " ,
9+ "workspaceFolder" : " /workspaces/${localWorkspaceFolderBasename}/rest-api/csharp-sdk " ,
1010 "postCreateCommand" : " cd frontend && npm install" ,
1111 "forwardPorts" : [5000 , 5173 ],
1212 "portsAttributes" : {
Original file line number Diff line number Diff line change 2828// HttpClient/HttpClientHandler via the legacy constructors.
2929// ─────────────────────────────────────────────────────────────────────────────
3030
31- string host = Environment . GetEnvironmentVariable ( "TS_HOST" ) ?? "https://172.32.25.218:8443 " ;
32- string user = Environment . GetEnvironmentVariable ( "TS_USER" ) ?? "tsadmin " ;
33- string pass = Environment . GetEnvironmentVariable ( "TS_PASS" ) ?? "4Xyc1f%[H^3L " ;
31+ string host = Environment . GetEnvironmentVariable ( "TS_HOST" ) ?? "" ;
32+ string user = Environment . GetEnvironmentVariable ( "TS_USER" ) ?? "" ;
33+ string pass = Environment . GetEnvironmentVariable ( "TS_PASS" ) ?? "" ;
3434
3535var api = await ThoughtSpotRestApi . CreateAsync ( new ApiClientConfiguration
3636{
You can’t perform that action at this time.
0 commit comments