-
Notifications
You must be signed in to change notification settings - Fork 0
client API methods general
hannsolo edited this page May 28, 2020
·
2 revisions
Get/set the level of log output.
Please note that you can write the log output to a file if you run the node module like this:
node myScript.js > myLog.txt 2>&1
Get / set the language of the log output.
The english texts for errors and tasks are hardcoded. You can set a different output language by assigning an { [key: string]:any; } object containing the required templates. See src/languages/german.ts for an example language resource file.
Returns the host used to create the client like "https://fsi.myDomain.tld"
Returns the URL to use for queries like "https://fsi.myDomain.tld/fsi/server?"
Returns the URL to use for service requests like "https://fsi.myDomain.tld/fsi/service/file"
Documentation
-
Interfaces