Function
Static Public Summary | ||
public |
Get a list of all FZB files |
|
public |
Get a single FZP and response the xml as a string |
|
public |
getFzpCore(src: String, url: String): Promise Get a single part fzp from the core parts |
|
public |
getFzpObsolete(src: String, url: String): Promise Get a single part fzp from the obsolete parts, this is for old sketches only! |
|
public |
Get a list of all FZP files |
|
public |
getFzpsCore(url: String): Promise Get a list of all Core-FZP files |
|
public |
getFzpsObsolete(url: String): Promise Get a list of all Obsolete-FZP files. |
|
public |
Get a single part svg and response the svg as a string |
|
public |
getSvgCore(src: String, url: String): Promise Get a single part svg from the core parts as svg-string |
|
public |
getSvgObsolete(src: String, url: String): Promise Get a single part svg from the obsolete svgs, this is for old-sketches only! the response is a svg-string |
Static Public
public getFzbs(url: String): Promise source
Get a list of all FZB files
Params:
Name | Type | Attribute | Description |
url | String | The base URL of the parts api |
public getFzp(src: String, url: String): Promise source
Get a single FZP and response the xml as a string
public getFzpCore(src: String, url: String): Promise source
Get a single part fzp from the core parts
public getFzpObsolete(src: String, url: String): Promise source
Get a single part fzp from the obsolete parts, this is for old sketches only!
public getFzps(url: String): Promise source
Get a list of all FZP files
Params:
Name | Type | Attribute | Description |
url | String | The base URL of the parts api |
public getFzpsCore(url: String): Promise source
Get a list of all Core-FZP files
Params:
Name | Type | Attribute | Description |
url | String | The base URL of the parts api |
public getFzpsObsolete(url: String): Promise source
Get a list of all Obsolete-FZP files. for old sketches only!
Params:
Name | Type | Attribute | Description |
url | String | The base URL of the parts api |
public getSvg(src: String, url: String): Promise source
Get a single part svg and response the svg as a string