mirror of
https://github.com/vvsviridov/enm-cli.git
synced 2025-11-19 14:08:09 +00:00
bulk import creation
This commit is contained in:
@@ -4,8 +4,8 @@ class ENM {
|
||||
constructor(username, password, url) {
|
||||
this.logoutUrl = '/logout'
|
||||
this.loginUrl = `/login?IDToken1=${username}&IDToken2=${password}`
|
||||
this.commands = null
|
||||
this.choices = null
|
||||
this.commands = []
|
||||
this.choices = []
|
||||
this.httpClient = axiosHttpClient(url)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user