UNPKG

yodata-plugin-inbox

Version:

inbox commands for yodata cli/client

12 lines (9 loc) 279 B
const resolve = require('../util/uri/path-resolve') module.exports = getInboxUrl /** * Returns the url of the current pod inbox (i.e. https://pod.example.com/inbox/) * @returns {string} url of the current pod inbox */ function getInboxUrl () { return resolve('/inbox/') }