| dnsLookup | ||||||||||||||||
dnsLookup(name: string, type: string, dnsServers: [])
|
||||||||||||||||
|
Parameters :
Returns :
Promise<string>
|
| dnsResolver |
dnsResolver(endpoint: string, name: string, type: string)
|
|
Returns :
Promise<string>
|
| fetchCidContent |
fetchCidContent(cid: string, path?: string)
|
|
Returns :
Promise<Blob | null>
|
| fetchCidContentAsJson |
fetchCidContentAsJson(cid: string, path?: string)
|
|
Returns :
Promise<any | null>
|
| fetchCidContentViaHttp |
fetchCidContentViaHttp(cid: string, path?: string)
|
|
Returns :
Observable<Blob | null>
|
| fetchContentViaHttp | ||||||
fetchContentViaHttp(url: string)
|
||||||
|
Parameters :
Returns :
Observable<Blob | null>
|
| initGenerator | |||||||||
initGenerator(tree: Tree, options: InitGeneratorSchema)
|
|||||||||
|
Parameters :
|
| ProvideConfig | ||||||||
ProvideConfig(config: Record)
|
||||||||
|
Parameters :
|