XeroAPI / Xero-NetStandard

A wrapper of the Xero API in the .NetStandard 2.0 framework. Supports Accounting, Payroll AU/US, and Files
MIT License
120 stars 119 forks source link

RestSharp 108 support #439

Closed AshleyMedway closed 1 year ago

AshleyMedway commented 1 year ago

There were some big changes to RestSharp in the 107 version. I've updated support to 108 in this PR.

It talks a lot about the code is meant to be autogenerated so not sure if this was the correct way to do this. We have built this locally and its working for us.

RettBehrens commented 1 year ago

Thanks @AshleyMedway !

@Abhisha1 and @rlayhbrian these changes will need to be implemented upstream in the mustache templates of the code generator

Abhisha1 commented 1 year ago

Thanks again @AshleyMedway 🥳 for your PR! I've made a PR with the changes suggested using our code generator in the linked PR above.