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>"
Documentation IndexFetch the complete documentation index at: https://docs.consignease.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.consignease.com/llms.txt
Use this file to discover all available pages before exploring further.
The user name for login
The password for login in clear text
successful operation
The response is of type string.
string