References
summary | ||
public |
Get a list of all FZB files |
|
public |
Get a single FZP and response the xml as a string |
|
public |
F getFzpCore(src: String, url: String): Promise Get a single part fzp from the core parts |
|
public |
F 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 |
F getFzpsCore(url: String): Promise Get a list of all Core-FZP files |
|
public |
F 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 |
F getSvgCore(src: String, url: String): Promise Get a single part svg from the core parts as svg-string |
|
public |
F 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 |
|
public |
The base url of the fritzing parts api |
|
public |
V FritzingPartsAPIClient: {"getFzps": *, "getFzpsCore": *, "getFzpsObsolete": *, "getFzp": *, "getFzpCore": *, "getFzpObsolete": *, "getSvg": *, "getSvgCore": *, "getSvgObsolete": *, "getFzbs": *} Fritzing Parts API Client |