UNPKG

firefly-iii

Version:

Unofficial Firefly III API SDK for firefly-iii

9 lines (6 loc) 205 B
const request = require('../request') const getCron = async (host, token, cli, body = {}) => { const json = await request.get(`${host}/cron`, cli, body, token) return json } module.exports = getCron