freeagent

1.1.1 • Public • Published

freeagent

Simple command line interface for FreeAgent.

usage

freeagent <API path>

e.g. freeagent /accounting/profit_and_loss/summary

See available API paths here: https://dev.freeagent.com/docs

Hint: pipe results to jq . to get nicely formatted JSON

install

npm install -g freeagent

first time setup

  1. register an app on https://dev.freeagent.com/apps
  2. create a ~/.freeagent.json file:
{
  "clientId": "OAuth identifier here",
  "clientSecret": "OAuth secret here"
}

Readme

Keywords

none

Package Sidebar

Install

npm i freeagent

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

18.6 kB

Total Files

8

Last publish

Collaborators

  • csabapalfi