databag/app/mobile/src/api/getCardImageUrl.js
2022-09-20 00:50:53 -07:00

5 lines
173 B
JavaScript

export function getCardImageUrl(server, token, cardId, revision) {
return `https://${server}/contact/cards/${cardId}/profile/image?agent=${token}&revision=${revision}`
}