UNPKG

ipfs-api

Version:

A client library for the IPFS HTTP API

14 lines (11 loc) 254 B
'use strict' const pkg = require('../../package.json') exports = module.exports = () => { return { 'api-path': '/api/v0/', 'user-agent': `/node-${pkg.name}/${pkg.version}/`, host: 'localhost', port: '5001', protocol: 'http' } }