Replies: 1 comment
-
Hey @fooman thanks for your feedback. Moving to discussion to gauge interest in such a change. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SDK you're using (please complete the following information):
Is your feature request related to a problem? Please describe.
We currently use xero-node to connect to Xero's API and then pass on that result. This result should ideally follow Xero's API output with no transformations. To achieve this we currently run
ObjectSerializer.serialize
on the output of xero-node calls. This is inefficient as this is just to undoObjectSerializer.unserialize
that was performed prior.Describe the solution you'd like
A config setting or environment variable that skips deserialization of results.
Describe alternatives you've considered
Roll our own api client.
Beta Was this translation helpful? Give feedback.
All reactions