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"
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    3
  • 1.1.0
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i freeagent

Weekly Downloads

2

Version

1.1.1

License

MIT

Unpacked Size

18.6 kB

Total Files

8

Last publish

Collaborators

  • csabapalfi