1.1.1 • Published 6 years ago

freeagent v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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

6 years ago

1.1.0

6 years ago

1.0.0

8 years ago