XeroAPI / xero-ruby

Xero Ruby SDK for OAuth 2.0 generated from XeroAPI/Xero-OpenAPI
http://developer.xero.com/
MIT License
58 stars 91 forks source link

Adds app store API endpoints #190

Closed SerKnight closed 3 years ago

SerKnight commented 3 years ago

Implements the endpoints available in Xero's API spec.

Description

https://developer.xero.com/documentation/guides/how-to-guides/xero-app-store-subscriptions/

https://developer.xero.com/documentation/api/xero-app-store/subscriptions

Release Notes

Subscriptions endpoints enable you to query data about the users who have paid to subscribe to your application through Xero.

AppStoreAPI adds

lib/xero-ruby/models/accounting/time_zone.rb

  • EASTERISLANDSTANDARDTIME = "EASTERISLANDSTANDARDTIME".freeze

Types of Changes