XeroAPI / Xero-OpenAPI

An OpenAPI description of the Xero API
https://developer.xero.com
MIT License
104 stars 125 forks source link

Removing connections function is not supported #118

Closed nnhansg closed 4 years ago

nnhansg commented 4 years ago

Hi @jenksguo ,

Where can I write new this function correctly?

Thanks.

jenksguo commented 4 years ago

Hi Nathan,

Apologies, I have not yet made the mustache template for ruby available yet.

Allow me to discuss with my team and get back to you.

Regards, Jenks Guo

On Wed, Jan 22, 2020 at 3:38 PM Nathan notifications@github.com wrote:

Hi @jenksguo https://github.com/jenksguo ,

Where can I write new this function correctly?

Thanks.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/XeroAPI/Xero-OpenAPI/issues/118?email_source=notifications&email_token=AJ3PMS4FYYHPM4AHYEI77XDQ67EU5A5CNFSM4KJ7T5SKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4IH2XZBQ, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJ3PMS5AZKD2Q23WSY3PWILQ67EU5ANCNFSM4KJ7T5SA .

--

Jenks Guo Developer Evangelist Mobile: +61 (04) 22590259 1/6 Elizabeth St, Hawthorn, VIC, 3122 www.xero.com

[image: Facebook] https://www.facebook.com/Xero.Accounting/[image: Twitter] https://twitter.com/Xero[image: LinkedIn] https://www.linkedin.com/company/xero[image: Instagram] https://www.instagram.com/xero/?hl=en[image: YouTube] https://www.youtube.com/user/XeroOnlineAccounting [image: We're hiring!] https://www.xero.com/about/careers/

SidneyAllen commented 4 years ago

@nnhansg and @jenksguo

Delete Connection/ID is what you are looking for. It's included in the "Identity" yaml.

I've tested it in the Java SDK and it works as expected.

nnhansg commented 4 years ago

Hi @SidneyAllen and @jenksguo ,

Thanks @SidneyAllen a lot for your replies. So now we should generate "Identity" yaml for Ruby SDK? Currently, I only see "Accounting" generated.

image

Thanks.