2.5.1.
Fixes for the following:
- Adds optional state param to the identity flow & readme example
- Actually Fixes #94 (cc @gravitystorm)
- Ensures we only include proper files in the build, not docs, etc..
- closed #79
- closed #93
- closed #99
Refactored these api_client.rb methods to use the proper error handling and existing call_api logic where they could (
return_error(response) unless response.success?
)
Adds new model
- require 'xero-ruby/models/accounting/address_for_organisation'