UNPKG

firefly-iii

Version:

Unofficial Firefly III API SDK for firefly-iii

9 lines (6 loc) 219 B
const request = require('../request') const postPreferences = async (host, token, body = {}) => { const json = await request.post(`${host}/preferences`, body, token) return json } module.exports = postPreferences