Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging 0.0.4 fork #3

Merged
merged 165 commits into from Mar 23, 2017
Merged

Merging 0.0.4 fork #3

merged 165 commits into from Mar 23, 2017

Conversation

jordanwalsh23
Copy link
Contributor

This PR contains a vast series of improvements to the current head branch.

  • Full Partner, Public and Private app support
  • 80+% coverage of endpoints being tested
  • 56% of accounting endpoints now available in the SDK
  • Cleaned up and modernised code (removed large dependencies on lodash)
  • Fixed various bugs and improvements to code performance
  • Merged in orphaned branches to ensure code completeness.

This version can be considered alpha for general release.

☃ Elliot Shepherd and others added 30 commits June 22, 2015 17:10
Merge latest features.
…ttings, updated the tests to use 'should' library, added support for runscope urls within the signature generation
…s: BankAccountNumber is not being sent through. Needs investigation
…mbers. TODO: Delete method hasn't been implemented globally.
Jordan Walsh and others added 26 commits March 15, 2017 11:10
This is more readable and concise
This moves the concern of whether or not to emit an event to be internal to setOptions. No need for the calling functions to make that decision.
I'm not sure we should be catching and discarding exceptions from external code. If a consumer of the library causes an exception in their handler, it's up to them to deal with it. The danger with leaving the catch in is that someone hits some fatal condition and they throw an exception in order to take down the application or be handled upstream. Having it eaten inside the Xero lib would be unexpected behaviour.
Cleanup event emission and object assignment.
  '1': 'BalanceSheet',
  '2': 'TrialBalance',
  '3': 'ProfitAndLoss',
  '4': 'BankStatement',
  '5': 'BudgetSummary',
  '6': 'ExecutiveSummary',
  '7': 'BankSummary',
  '8': 'AgedReceivablesByContact',
  '9': 'AgedPayablesByContact'

The missing ones are the 1099 report (US Only) and the GST/BAS report (AU/NZ).  These will be added in a subsequent feature release.
Add reports endpoint support and refactor directories.
added support for retrieving branding themes and merged with the reporting and directory changes.
added support for retrieving invoice reminder settings
added name and version to user-agent header
@SidneyAllen SidneyAllen merged commit f64e6f4 into XeroAPI:master Mar 23, 2017
philals pushed a commit that referenced this pull request Mar 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

None yet

4 participants