ElectronEndpoint
Constructor Summary
| Public Constructor | ||
| public |
|
|
Member Summary
| Private Members | ||
| private |
_log: * |
|
Method Summary
| Public Methods | ||
| public |
apiErrorReport(request: *): {"success": boolean} |
|
| public |
apiGetChangelog(): {"ts": *, "items": *} |
|
| public |
apiGetCoreLibs(name: *): string |
|
| public |
apiGetCoreOpsCode(): * |
|
| public |
apiGetLibs(name: *): string |
|
| public |
apiGetOpCode(params: *): * |
|
| public |
apiGetProjectOpsCode(): * |
|
| public |
apiOpLayout(opName: *): * |
|
| public |
init() |
|
| Private Methods | ||
| private |
_addDefaultHeaders(response: *, existingFile: *): * |
|
Public Constructors
public constructor() source
Private Members
private _log: * source
Public Methods
public apiErrorReport(request: *): {"success": boolean} source
Params:
| Name | Type | Attribute | Description |
| request | * |
Return:
| {"success": boolean} |
public apiGetCoreLibs(name: *): string source
Params:
| Name | Type | Attribute | Description |
| name | * |
Return:
| string |
public apiGetLibs(name: *): string source
Params:
| Name | Type | Attribute | Description |
| name | * |
Return:
| string |
public init() source
Private Methods
private _addDefaultHeaders(response: *, existingFile: *): * source
Params:
| Name | Type | Attribute | Description |
| response | * | ||
| existingFile | * |
Return:
| * |