UNPKG

firefly-iii

Version:

Unofficial Firefly III API SDK for firefly-iii

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