ruby-freshbooks icon indicating copy to clipboard operation
ruby-freshbooks copied to clipboard

simple FreshBooks API wrapper. supports both OAuth and API token authentication.

Results 5 ruby-freshbooks issues
Sort by recently updated
recently updated
newest added

Hi There, The latest API from freshbooks is able to accept due date via the due offset days field. Is there a way you can update this script to include...

Wanted to use invoice.getPDF but code is assuming every response will be XML/hash.

Otherwise, User-Agent is `nil`. [](https://reviewable.io/reviews/elucid/ruby-freshbooks/7)

FreshBooks API returns invoices with the following format: ``` xml 123 234 ``` HTTParty turns this into the hash: ``` ruby { invoice: { lines: { line_id: 123 } }...

While out of scope, oauth setup is something many users will require and it isn't obvious (see #3). Provide an example of how to setup oatuh tokens.