raouldevil
raouldevil
Many gems allow for the specification of an interface which can handle logging of any important information and errors. For example, the Xeroizer gem allows this in an initializer: `Xeroizer::Logging::Log...
Currently when `XeroRuby::ApiError` is generated the error message returns a combination of guidance text, response headers and response body as a long text string. For a developer this is great,...
Xero API libraries in other languages (specifically Ruby) allow you to pass in the Xero credentials and file location when you initialize the Xero object for use. This is very...