UNPKG

firefly-iii

Version:

Unofficial Firefly III API SDK for firefly-iii

9 lines (6 loc) 223 B
const request = require('../request') const getCharts = async (host, token, body = {}) => { const json = await request.get(`${host}/chart/account/overview`, null, body, token) return json } module.exports = getCharts