databag/app/mobile/api/getChannelTopicAssetUrl.js
2022-09-07 00:32:06 -07:00

5 lines
174 B
JavaScript

export function getChannelTopicAssetUrl(token, channelId, topicId, assetId) {
return `/content/channels/${channelId}/topics/${topicId}/assets/${assetId}?agent=${token}`
}