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 finance api to sdk #199

Closed RettBehrens closed 3 years ago

RettBehrens commented 3 years ago

Implements the endpoints available in Xero's API spec.

Description

https://developer.xero.com/documentation/api/finance/overview

Release Notes

The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital.

The Finance API is a closed API that is only available to those that have an established (usually, but not limited to, financial services) partnership with Xero.

If you're an existing partner that wants access, contact your local Partner Manager.

If you're a financial institution or other partner who wants to leverage the Finance API for your business customers, contact us to become a financial services partner.

FinanceAPI adds

XeroRuby::Finance:: adds

Types of Changes

rjaus commented 3 years ago

I've added the new endpoints to the demo app: https://github.com/XeroAPI/xero-ruby-oauth2-app/pull/59

RettBehrens commented 3 years ago

@rjaus see comments. I think removing those files will fix the failing tests

rjaus commented 3 years ago

There we go. Fixed.