Miscellaneous operations

$/buildInfo
Returns information about the current version of Awasu.
Parameters:
verbose (v) Flags if verbose information should be returned.
The standard parameters recognized by all Awasu API calls are listed here.
$/userInfo
Returns information about the user's Awasu installation.
Parameters: None
The standard parameters recognized by all Awasu API calls are listed here.
$/logs/activity
Returns the Awasu Activity log.
Parameters:
lines (l) The number of lines to return.
Use -1 to return the entire log.
The standard parameters recognized by all Awasu API calls are listed here.
$/logs/error
Returns the Awasu Error log.
Parameters:
lines (l) The number of lines to return.
Use -1 to return the entire log.
The standard parameters recognized by all Awasu API calls are listed here.
$/bringToFront
Brings the Awasu main window to the front.
Parameters: None
The standard parameters recognized by all Awasu API calls are listed here.
$/openInDefaultBrowser
Opens a URL in the default browser.
Parameters:
url (u) URL to open.
The standard parameters recognized by all Awasu API calls are listed here.
$/openUrl
Opens a URL in an Awasu browser tab.
Parameters:
url (u) URL to open.
The standard parameters recognized by all Awasu API calls are listed here.