UNPKG

firefly-iii

Version:

Unofficial Firefly III API SDK for firefly-iii

9 lines (6 loc) 229 B
const request = require('../request') const getSearchAccounts = async (host, token, body = {}) => { const json = await request.get(`${host}/search`, 'accounts', body, token) return json } module.exports = getSearchAccounts