git ssb

1+

dinoworm ๐Ÿ› / catstack



Tree: 83061f88db26bb624bef7833f89b2565ee2d4031

Files: 83061f88db26bb624bef7833f89b2565ee2d4031 / app / client.js

259 bytesRaw
1import Client from 'feathers-client'
2import fetch from 'isomorphic-fetch'
3import Url from 'url'
4
5import config from 'app/config'
6
7const apiUrl = Url.format(config.api.url)
8const client = Client(apiUrl)
9 .configure(Client.fetch(fetch))
10
11export default client
12

Built with git-ssb-web