Get the resource URL for a given hash.
hash
String getResourceUrl(String hash) { return path.join(_resourcesApi, hash.substring(0, 2), hash); }