UNPKG

firefly-iii

Version:

Unofficial Firefly III API SDK for firefly-iii

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