An open API service indexing awesome lists of open source software.

https://github.com/iann0036/dcv-web-client

DCV Web Client SDK testing
https://github.com/iann0036/dcv-web-client

Last synced: 2 months ago
JSON representation

DCV Web Client SDK testing

Awesome Lists containing this project

README

          

# DCV Web Client SDK Playground

Visit [https://iann0036.github.io/dcv-web-client/](https://iann0036.github.io/dcv-web-client/) to start.

Enter credentials in a JS console like:

```
localStorage.setItem('url', "https://1.2.3.4:8443/");
localStorage.setItem('username', "Administrator");
localStorage.setItem('password', "SecretPa$$word");
```

Then refresh.