New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

freeagent

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

freeagent

Simple command line interface for FreeAgent

  • 1.1.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 08 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc