Retrieve an url and all its related resources
Return the path where the resource is located (as in buildPath)
Parameters
url: string
Returns Promise<string>
retrieveHistory
retrieveHistory(): Record<string, string>
Returns the history of the last retrieve operation
The return is un record of key value pairs where the key is the url retrieved and the value is the path
Retriever constructor