@equinor/fusion
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -6,2 +6,3 @@ import BaseResourceCollection from './BaseResourceCollection'; | ||
getPersonDetails(id: string): string; | ||
getPersonPhoto(id: string): string; | ||
} |
@@ -13,2 +13,5 @@ import BaseResourceCollection from './BaseResourceCollection'; | ||
} | ||
getPersonPhoto(id) { | ||
return combineUrls(this.getBaseUrl(), 'persons', id, 'photo'); | ||
} | ||
} |
{ | ||
"name": "@equinor/fusion", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Everything a Fusion app needs to communicate with the core", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
174253
4213