zenhob / hcl

Command-line tool for manipulating Harvest timesheets
http://zenhob.github.io/hcl
MIT License
223 stars 45 forks source link

Fix `hcl status` #65

Closed asymmetric closed 9 years ago

asymmetric commented 9 years ago

Update the API enpoint we use to check the status, parse and output the response. Fixes #59.

@zenhob : I left out exception handling because I thought it wouldn't add much value, do you think it's needed? E.g. JSON parsing errors, connection problems, etc.