API Reference
Reference for the API
JavaScript
import Dasdk from 'dasdk'; const client = new Dasdk({ apiKey: 'My API Key', }); const response = await client.user.login(); console.log(response);
"<string>"
The user name for login
The password for login in clear text
successful operation
The response is of type string.
string