Skip to content

Releases: XeroAPI/xero-ruby

0.2.0

21 Feb 23:29
7817ef6
Compare
Choose a tag to compare

version 0.2.0 release based on Xero OpenAPI Spec version 2.0.1

OpenAPI Generator Version updated from v4.0.0 to v4.2.0

Header Parameter for all API calls changed from "Xero-Tenant-Id" to "xero-tenant-id".

Removed all #bulk methods, corresponding create methods have been adjusted e.g. create_employees

Added support for unitdp parameter

Added support for summarize_errors parameter for a few methods

Removed following methods:

  • create_credit_note
  • create_employee
  • create_invoice_attachment_by_file_name
  • create_invoice_attachment_by_file_name_with_http_info
  • create_item_with_http_info
  • create_item
  • create_linked_transactions
  • create_linked_transactions_with_http_info
  • create_manual_journal_with_http_info
  • create_overpayment_allocations
  • create_tax_rate
  • create_tax_rate_with_http_info

Corrected query parameters for Bank Summary report

content_type parameter removed from following methods:

  • get_credit_note_as_pdf
  • get_credit_note_as_pdf_with_http_info
  • get_invoice_as_pdf
  • get_invoice_as_pdf_with_http_info

Added methods:

  • get_quote
  • get_quote_history
  • get_quote_history_with_http_info
  • get_quotes
  • update_or_create_credit_notes
  • update_or_create_credit_notes_with_http_info
  • update_or_create_employees
  • update_or_create_employees_with_http_info
  • update_or_create_invoices
  • update_or_create_invoices_with_http_info
  • update_or_create_items
  • update_or_create_items_with_http_info
  • update_or_create_manual_journals
  • update_or_create_manual_journals_with_http_info
  • update_or_create_purchase_orders
  • update_or_create_purchase_orders_with_http_info
  • update_or_create_quotes
  • update_or_create_quotes_with_http_info
  • update_purchase_order
  • update_quote
  • update_receipt

0.1.2

16 Jan 05:09
7817ef6
Compare
Choose a tag to compare

Release to fix data parser issue reported by @nnhansg.

RubyGem.org link:
https://rubygems.org/gems/xero-ruby/versions/0.1.2

More details here: #8